How to Reset Windows 7 Password
by T3chguy in Design > Software
95807 Views, 9 Favorites, 0 Comments
How to Reset Windows 7 Password

In this tutorial, I will show you how to reset Windows 7 user password
You will need the Windows 7 installation DVD
I am running Windows 7 as a Virtual Machine for demo purpose
Boot Into Windows 7 Installation DVD

Click 'Next'
Take Note of Windows 7 Drive Letter

In this example is drive E
Click 'Command Prompt'

To access COMMAND PROMPT window
Replace UTILMAN.exe With CMD.exe

-Replace drive letter E with your Windows 7 drive letter
To backup utilman.exe, run command:
copy e:\windows\system32\utilman.exe e:\
-Replace utilman.exe with cmd.exe
copy e:\windows\system32\cmd.exe e:\windows\system32\utilman.exe
-Click 'Restart' to reboot Windows
Click 'Easy Access' Icon

It will execute cmd.exe which open up command prompt window
Reset User Password


-To reset user password (ex: administrator), run command:
net user administrator 1234
-Replace 1234 with your own password
-Login Windows with that user and the new password
Restore Utilman.exe


-You will need boot back into Windows 7 installation DVD
-Choose 'Next', then 'Repair your computer'
-Take note of Windows 7 drive letter where it's being install
-Select 'Command Prompt'
-To replace current utilman.exe with the backup in earlier step, run command:
copy e:\utilman.exe e:\windows\system32\utilman.exe
-Click 'Restart' to reboot Windows
Check Ease Access

-Click on Ease Access to make sure it's the version we just restore
-Login Windows
Delete Backup Utilman.exe

In Windows, delete e:\utilman.exe (backup copy of utilman.exe we copy earlier to root drive)