How to Reset Forgotten Domain Admin Password on Server 2012

This tutorial will show you how to reset forgotten domain admin password on Server 2012. To accomplish the task you would need the Windows Server 2012 installation disc.

1. Boot from the Windows Server 2012 installation disc. When prompted with the Language, Time and Keyboard click on Next.

Reset-your-lost-Domain-Administrator-password-5

2. At the bottom left of the screen click the option to Repair your computer. DO NOT CLICK ON INSTALL NOW!!!

Reset-your-lost-Domain-Administrator-password-4

3. Select the  Troubleshoot Option.

Reset-your-lost-Domain-Administrator-password-3

4. Now select Advanced options.

Reset-your-lost-Domain-Administrator-password-2

5. Lastly select Command Prompt.

Reset-your-lost-Domain-Administrator-password

Your Windows installation is now located on D: drive so you would enter a command with the letter D: instead of C: This happened because we booted of the disk, the operating system tends to change the drive letters when that happens.

6. Enter the following command to backup the utilman.exe file:

Move D:\Windows\System32\Utilman.exe D:\Windows\System32\Utilman0.exe.

Reset-your-lost-Domain-Administrator-password-7

7. Now copy cmd.exe and rename it to Utilman.exe:

Copy D:\Windows\System32\cmd.exe D:\Windows\System32\Utilman.exe

Reset-your-lost-Domain-Administrator-password-8

8. Now restart the server. At the welcome screen, press the Windows key plus “U” on your keyboard to open the command prompt.

Reset-your-lost-Domain-Administrator-password-10

9. In the command prompt enter the following command to reset the admin password:

net user administrator new password

10. Done!! You’ve just changed the Administrator password.

Reset-your-lost-Domain-Administrator-password-9

11. To change utilman0.exe. Back to it’s original state. Go throught the same process and enter the following command:

Move D:\Windows\System32\Utilman0.exe D:\Windows\System32\Utilman.exe

you’ll be asked to overwrite enter the letter “Y” and press Enter.

Reset-your-lost-Domain-Administrator-password-11

Video Tutorial:

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

You may also like...

1 Response

  1. Fasil says:

    Thanks . I thought DART will do it , but I was wrong. DART is for non domain account reset.