How to Change Windows Server Administrator Password

Please follow the below steps for reset password on your Windows Server Machine.
 
Option ONE:
1.  Press Windows + R to open the Run dialog box.

2. Type compmgmt.msc and press Enter.

3. In the Computer Management console, expand Local Users and Groups > Users.

4. Right-click the Administrator user account and select Set Password.

5. Type the new password in the New password and Confirm new password fields.

6. Click OK to change the password.


Option Two:
Changing password through command prompt for windows 2008 or windows 2012 VPS.

Please use below command to change password from command prompt.

net user "yourusername" "yourpassword"

Example: net user Administrator hdgsydgd$8545

  • change Password, windows server 2008, windows server 2012, administrator, password, Windows server 2019, Windows server 2022
  • 2 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Copying Files Over Remote Desktop

Here’s a handy tip I just recently learned from the new intern on our team (see, you can learn...

How do I create additional usernames?

- Right click on My Computer icon and select Manage.- Expand Local users and groups, right-click...

How to access windows server using RDP

Run the Remote Desktop Connection Client(on your local machine) Open the Remote Desktop...

How should I configure my terminal server for maximum security?

You can do the following in order to configure your terminal server for maximum security.1....