Forgotten your windows 7 password? No reset disk created!! And no hint to remember the password???? So don't be sad or formate your hard disk. And no need to re-install the windows.
WE WILL CHANGE THAT SPECIFIC FORGOTTEN PASSWORD.
Things you need:
Windows 7 DVD or USB
_________________________
Steps:
1: Insert either your Windows 7 installation DVD or USB
2: After your computer boots from the disc or flash drive, click Next on the screen with your language and keyboard choices. (i.e run win7 setup)
3: Click on the Repair your computer link.
4: Wait while your Windows 7 installation is located on your computer.
5: Select the Windows to repair click NEXT
6: From "System Recovery Options", choose Command Prompt.
7: With "Command Prompt" now open, execute the following two "commands", in this order:
copy c:\windows\system32\utilman.exe d:\
copy c:\windows\system32\cmd.exe d:\windows\system32\utilman.exe
Note: There is single space after copy and in b/w .exe and c:\ in both commands
To the Overwrite question after executing the second command, answer with Yes.
Important: If the drive that Windows 7 is installed on in your computer is not C:
(Step 5), be sure to change all instances of c: in the commands above with the correct drive letter.
8: Remove the disc or flash drive and then restart your computer.
9: You can close the Command Prompt window and click Restart but it's also okay in this situation to restart using your computer's restart button. Once the Windows 7 login screen appears, locate the little icon on the bottom-left of the screen that looks like a pie with a square around it. Click it!
10: Now that Command Prompt is open, execute the net user command as shown, replacing myusername with whatever your user name is and mypassword with whatever new password you'd like to use:
net user myusername mypassword
So, for example, I would do something like this:
net user Tim 1lov3blueberrie$
Tip: If your username has spaces, put double quotes around it when executing net user, as in net user "Tim Fisher" 1lov3blueberrie$.
NOTE: " " is necessary around windows name.
Close the Command Prompt window.
Log in with your new password!