Pages

Monday, May 29, 2017

Change the Domain Administrator Password on Windows Server 2012 R2

Model Solutions


Change the Domain Administrator Password on Windows Server 2012 R2

         1.        Boot from the Micrsoft Windows Server 2012 R2 DVD.

         2.        On the Choose an option, select Troubleshoot.


         3.        Under Advanced options, click “Command Prompt”.


         4.        Under Command Prompt, select Administrator


         5.        Type Local Administrator password then click Continue


        6.        At the command prompt, run the following commands:
d: (local drive)
cd windows\system32
ren Utilman.exe Utilman.exe.old
copy cmd.exe Utilman.exe


         7.        Close the command prompt and then click “Continue”.


        8.        The server should now boot and present the logon screen. Here click Windows Key + U.


         9.        At the prompt you can now change the password, by typing the following command:
net user administrator abc123!!!
This will set the password for the Administrator user to be abc123!!! (case sensitive).


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


 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
                                                    ► Download this video, lesson for FREE
                                                    ► PDF link: http://adf.ly/1n40p5
                                                    ► Alternate link: ...
      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

No comments:

Post a Comment