How to reset forgotten Windows Server 2016 / 2019 / 2022 password

What to do if you forgot your administrator password in Windows Server 2016?

As an IT administrator, you should have ever faced the problem of connecting to a server with an unknown password,

so in this post we will show a simple way to reset forgotten Windows Server 2016 admin password.

These methods also work on other versions of Windows.

Reset Windows Server 2016 password with installation disc

If you have the original Windows installation disc, you can reset your forgotten Windows Server 2016 password by following these steps:

Start the server from the Windows Server 2016 installation DVD. When the Setup screen appears, press SHIFT + F10 to open a command prompt.

At the command line, run the following commands:


d:
cd Windows\System32
ren Utilman.exe Utilman.exe.original
copy cmd.exe Utilman.exe
shutdown -r -t 0

The server should now restart and present the login screen. Press Windows Key + U or click Ease of Access button , command prompt will appear and type:
net user Administrator P@ssword123

This will set the password for admin to P@ssword123 (case sensitive).

Close the command prompt and you should now be able to log back into Windows Server 2016 using the password you entered in the previous step.

After logging in, browse to the C:\Windows\System32 directory, delete Utilman.exe and rename Utilman.exe.original to Utilman.exe.

 

  • windows, password, reset
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to Open Ports in Firewall on Windows Server 2016?

Following article will assist you to open ports in Firewall on Windows VPS with Windows Server...

Windows Server 2022: How to Set Up Disk Quota

Following our disk quota overview article, we will now look at how to set up and configure a...

How to change a password on a Windows Server 2016 / 2019 / 2022

To change the password on a Windows Server, follow these steps: Log in...

Change the listening port for Remote Desktop on your computer

Applies to: Windows Server 2022, Windows 11, Windows 10, Windows Server 2019, Windows Server...