This tutorial is to help Administrator to reset local Windows Administrator password using Windows Server 2012 Setup DVD.
Steps for Password Reset:
- Boot using Windows Server 2012 DVD
-
When Windows Setup wizard appear, click Next button
- Click Repair your computer link
- Click on Troubleshoot
- Click on Command Prompt
Command Prompt will appear with Drive X
- Change Drive to Windows System Drive
- Change directory to Windows\System32
- Execute the following command:
copy cmd.exe utilman.exe
- Close Command Prompt windows and click on Continue link to restart
- After rebooting, at logon screen, press <WINDOWS_KEY>+U
Command Prompt in Administrator mode will appear
- Execute the following command
- To list all users: Net user
- To reset password: Net user <ADMIN_ID> <PASSWORD>
- Close command prompt, and logon administrator using new password
-
Once logon, change directory to Windows\System32 and DELETE file utilman.exe