Yes, you can log into Windows even if you forgot your password—even if there is no other administrative account on the PC. From a security point of view, this is actually scary news. But there are legitimate reasons to use the tricks below, and none of them will let a criminal log in without your knowledge (the password is changed, not revealed) or access encrypted data.
Windows 7
You’ll need a Windows 7 System Repair Disc. You can use one created on someone else’s Windows 7 PC--providing that one of the PCs isn't 64-bit and the other 32.To change the password, boot from the System Repair Disc. When prompted, press any key.
Eventually you’ll get to the System Recovery Options screen. Note the operating system location; it might be C:, or D:, or whatever. Click Next.
x:
cd windows\system32
ren utilman.exe utilhold.exe
copy cmd.exe utilman.exe
exit
x:cd windows\system32ren utilman.exe utilhold.execopy cmd.exe utilman.exeexitAt the log-on screen, click the Ease of access icon in the lower-left corner to bring up a command prompt.
net user username newpassword, replacing username with your current username (it’s clearly visible on the screen), and replace newpassword with—I’ll leave that up to you.
The Above procedure works for all windows.
Thank me later.
share to friends

