Resetting Administrator Password in Windows 2012

To reset the password on your Windows 2012 server, complete the following steps:

  • Boot from the Microsoft Windows Server 2012 DVD
  • From the Windows Setup menu, click Next.
  • Select Repair your computer
  • Under Choose and option, click on Troubleshoot.
  • Under Advanced options, click Command Prompt.
  • At the command prompt, run the following commands:
    d:
    cd windows\system32
    ren Utilman.exe Utilman.exe.old
    copy cmd.exe Utilman.exe

  • Close the command prompt and then click Continue.
  • The server should now boot and present the sign in screen. Here, click Windows Key + U.
  • At the prompt you can now change the password by typing the following command:
    net user administrator Password321
    This will set the password for the Administrator user to be Password321 (case sensitive).

Closing the command prompt, you should now be able to sign back onto the server using the password you have provided in the last step.

Cleanup Steps

Once you have verified you can sign on to the server you will have repeat the steps above and boot using the Windows Server 2008 DVD/ISO and run the command prompt again.

  • Restart your server and once again, boot from the Microsoft Windows Server 2012 DVD
  • From the Windows Setup menu, click Next.
  • Select Repair your computer
  • Under Choose and option, click on Troubleshoot.
  • Under Advanced options, click Command Prompt.
  • At the command prompt, run the following commands:
    d:
    cd windows\system32
    ren utilman.exe utilman.exe.new
    copy utilman.exe.old utilman.exe
  • Close the command prompt and then click Continue.
  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

.NET 4.0 in IIS7 on Windows 2008 R2

Windows 2008 R2 (all editions) are packaged with .NET 4.0 on the servers provisioned at CeraNet....

.NET 4.0 in IIS7 on Windows 2008 R2

Windows 2008 R2 (all editions) are packaged with .NET 4.0 on the servers provisioned at CeraNet....

Configuring RD Licenses on Windows Server

Microsoft Windows 2012 R2 Server might display an unlicensed status warning even after the...

Configuring RD Licenses on Windows Server

Microsoft Windows 2012 R2 Server might display an unlicensed status warning even after the...

Disable Microsoft DNS Version Query

Running the following command from the Microsoft DNS Server will disable the Version Query...