Change WinXP Admin Password with CMD

Posted at Sunday, June 15, 2008

Change WinXP Admin Password with CMD

note : quotes (") are just for highlighting the word

1. click on start, enter "cmd" and press enter

2. enter "net user" or "net users"

you will see the list of users that are created on current running os

3. type "net user" "user name" "*"

you will see that windows will now ask you to enter new password for that particular account!

magic! no any type of super user privileges needed!

see the commands below:

If the administrator account user name is "admn" then command to change it's password will be...

net user admn 'new password'

0 comments: