Resetting administrator password for Windows Cloud Servers by mounting Windows ISO

2020-01-08 By Gary 13184 Views windows administrator password layerpanel
0 reviews

An administrator account is a user account that allows you to make any changes that will affect other users. Administrators can change security settings, install software and hardware, and access all files on the computer. Administrators can also make changes to other user accounts such as creating other local user accounts other than administrator and providing administrative privileges to the local user.


This guide outlines the steps to reset administrator passwords in Windows OS.


  1. Mount the Windows ISO from under the ISO option in the server management dashboard in LayerPanel and restart the server.

    resetwindows22pw1

  2. Access Console from the server management dashboard, and boot up the server with the mounted ISO. Click on Next in the below Windows installation screen.

    resetwindows22pw2

  3. Click on the Repair your computer option.

    resetwindows22pw3

  4. Select Troubleshoot option.

    resetwindows22pw4

  5. Click on Command Prompt in the Advanced options screen

    resetwindows22pw5

  6. Execute the following commands to rename utilman binary to cmd binary in order to access the command prompt on the server booting screen.

    Change to the directory in which Windows OS is installed:

     # d:
    

    resetwindows22pw6

    Check if the accessed directory is correct:

     # dir
    

    resetwindows22pw7

    Change the path to Windows\system32:

     # cd Windows\system32
    

    resetwindows22pw8

    Backup the utilman binary file:

     # ren Utilman.exe Utilman.bak
    

    resetwindows22pw9

    Copy cmd binary file as utilman binary file:

     # copy cmd.exe Utilman.exe
    

    resetwindows22pw10

  7. Once the above step is done, detach the mounted ISO and the server will be booted into the Windows screen.

    resetwindows22pw11

  8. Click on Send CtrlAltDel to access the login screen and then click on Ease of access button

    resetwindows22pw12

  9. The Windows command prompt will be opened. Execute the below command to set a new password for the Windows Administrator user account.

     # net user Administrator “Newpassword”
    

    resetwindows22pw13

    NOTE: Replace “Newpassword” with your preferred administrator password.

  10. The Windows server will now be accessible using the new password that has been set in the above step.

  11. The next step is to revert the changes made to the utilman binary in the server by mounting the server once again with the Windows ISO. For this, please follow the above steps 2 to 5` once again and then execute the below commands one at a time in the Windows command prompt.


    Change to the Windows OS directory and check if the directory is correct:

     # d:
     # dir
    

    resetwindows22pw14

    Change the path to windows/system32:

     # cd windows/system32
    

    Remove the utilman binary file:

     # del utilman.exe
    

    Rename the backup file:

     # ren utilman.bak utilman.exe
    

    resetwindows22pw15

  12. Detach the mounted ISO from LayerPanel once again, and the server will be booted into Windows OS normally. The server can now be accessed using the new password that was set in Step 9.

    winspw12


Related Tutorials

What do you think about this article?

Rate this article
Need assistance?

Try this guide to receive free bundled services at signup on a new free account.

Sign Up

Your Feedback Is Important

We hope you’ll give the new products and updates a try. If you have an idea for improving our products or want to vote on other user ideas so they get prioritized, please submit your feedback on our Community platform. And if you have any questions, please feel free to ask in the Community or contact our Technical Support team.