Pages

Friday, September 11, 2009

Reset WinXP Admin Pass with ONLY DOS

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...

CODEnet user admn *

No comments :

Post a Comment