View Single Post
  #1  
Old 05-25-2007, 07:48 PM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default Changing XP User Passwords

By: zero_tolerance


Well I will start off by saying if you aren't an administer of the computer or don't have access to the administrator rights this won't work.

That being said here is how to do it.



Open command promt:

Code:
 Start -> Run -> cmd
Once you are in the command prompt, type net user

(In command prompt)
Code:
net user
This should show all the users on the computer. Now is where you are able to change the password of the user you choose.

Type the following:

Code:
net user "account name" *
*Note*
For account name that would the actual account name.
Example: Say there is a login name called UnknownCheats, you would type:
Code:
net user UnknownCheats *
Now it should ask you for the new password. Be careful to type it correctly because the command prompt won't show you what you typed.

Then it will ask you to confirm it, and should say successful.

Have fun with this should solve some peoples problems
Reply With Quote