How to Reset Your Forgotten Windows Password

http://techsupportpk.blogspot.com/2013/08/resetpass.html

This tutorial will help you to recover your windows forgotten password. All you need is a copy of the Windows installation boot-able disk i.e. (CD/USB) and one simple command.

Here we go:


Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner.



Follow through until you get to the option to open the Command Prompt, which you’ll want to select.



First you’ll want to type in the following command to backup the original sticky keys file:
copy c:\windows\system32\sethc.exe c:\
Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:
copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

 Now reboot your Windows.

Resetting the Password

Once you get to the login screen, hit the Shift key 5 times, and you’ll see an administrator mode command prompt.


Now to reset the password—just type the following command, replacing the username and password with the combination you want:
net user myusername MyNewPassword

If you want assign/add existing/new user with "Administrators" privileges, just type the following command, replacing the username and password with the combination you want:

net user localgroup "Administrators" "myexistingusername" /add

net user mynewusername /add

net user localgroup "Administrators" "mynewusername" /add

That’s all. Now you can login.

Of course, you’ll probably want to put the original sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the c:\sethc.exe file back to c:\windows\system32\sethc.exe.
Powered by Blogger.