How to Reset Administrator Password in Windows Server 2019?
As an entry-level user, it can be quite frustrating to forget or lose the Administrator password on your Windows Server 2019. However, there's no need to panic! In this article, we will guide you through the process of resetting the Administrator password, so you can regain access to your server and continue managing it effectively.
Method 1: Using the Installation Media
If you have the installation media (DVD or USB) for Windows Server 2019, you can use it to reset the Administrator password. Follow these steps:
- Insert the Windows Server 2019 installation media into your server.
- Restart your server and boot from the installation media.
- When the Windows Setup screen appears, select your language preferences and click "Next".
- Click on "Repair your computer" at the bottom left corner of the screen.
- In the next screen, select "Troubleshoot" and then "Command Prompt".
- A Command Prompt window will open. Type the following command and press Enter:
copy D:\Windows\System32\sethc.exe D:\(Replace D: with the appropriate drive letter of your Windows installation). - Next, type the following command to replace the Sticky Keys application with the Command Prompt:
copy D:\Windows\System32\cmd.exe D:\Windows\System32\sethc.exe(Again, replace D: with the appropriate drive letter). - Close the Command Prompt and restart your server without the installation media.
- On the login screen, press the "Shift" key five times to open the Command Prompt.
- In the Command Prompt, type the following command to reset the Administrator password:
net user Administrator NEW_PASSWORD(Replace NEW_PASSWORD with your desired password). - You will receive a confirmation message once the password has been reset.
- Close the Command Prompt and log in to your server using the new Administrator password.
Method 2: Using a Password Reset Disk
If you have previously created a password reset disk for your Administrator account, you can use it to reset the password. Follow these steps:
- Insert the password reset disk into your server.
- On the login screen, click on "Reset password".
- Follow the instructions in the Password Reset Wizard to reset the Administrator password.
- Once the password has been reset, remove the password reset disk and log in to your server using the new password.
Method 3: Using a Third-Party Password Reset Tool
If you don't have access to the installation media or a password reset disk, you can use a third-party password reset tool to reset the Administrator password. These tools are usually bootable USB or CD/DVD drives that can bypass the Windows login screen. Here are some popular third-party password reset tools:
- Offline NT Password & Registry Editor
- PCUnlocker
- Windows Password Reset
Using these tools usually involves creating a bootable USB or CD/DVD, booting your server from it, and following the on-screen instructions to reset the Administrator password.
Conclusion
Forgetting or losing the Administrator password on your Windows Server 2019 can be frustrating, but with the methods mentioned in this article, you can regain access to your server in no time. Whether you have the installation media, a password reset disk, or a third-party password reset tool, there is a solution available for you. Just follow the steps carefully, and you'll be back in control of your server in no time!
| Source | Link |
|---|---|
| Microsoft Docs | https://docs.microsoft.com/en-us/windows-server/get-started/windows-server-2019 |
| Offline NT Password & Registry Editor | https://pogostick.net/~pnh/ntpasswd/ |
| PCUnlocker | https://www.top-password.com/ |
| Windows Password Reset | https://www.windowspasswordreset.net/ |