Today we will see how to reset administrator password in windows7
Just follow the steps.
1)Restart the PC, hold down F8 once you enter the Windows Boot Menu choose
Safe Mode with Command Prompt
2)Write the following command in command prompt and hit enter
copy c:\windows\system32\sethc.exe c:\
3)Type the following command and hit enter
copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe
4)After applying this commands type reboot to restart your pc and when the login screen comes asking for password, tap Shift five times. The Command Prompt will pop up.
5)Type the following command in command prompt and hit enter
net user username password
6)replacing username with your username and password with a new password will create a new user account, now its time to give administrative rights to this account. Type the following code and hit enter
net localgroup Administrators username /add
7)Exit from the command prompt and you're done.
8)Login with your new username and new password
Enjoy.. Keep visiting..comment here for any problems