Sometimes written password is bad, but forgotten password is even worst.
This tutorial is to help Administrator to reset local Windows Administrator password on Windows Server Core using Windows Server 2008/2008 R2 Setup DVD.
Steps for Reset Password:
- Boot using Windows Server 2008/2008 R2 DVD
-
When Install Windows wizard appear, click Next button
- Click Repair your computer link
- Select Operating System and Click Next Button
- Click on Command Prompt
- Command Prompt will appear with Drive X
- Change to Windows System Drive as shown in item 4
- Change directory to Windows\System32
- Execute the following command:
copy cmd.exe utilman.exe
- Close Command Prompt windows and click on Restart button
- After rebooting, at Windows 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