Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to change windows server’s administrator(user) password  (Read 3380 times)

0 Members and 1 Guest are viewing this topic.

lathu_official

  • Guest
How to change windows server’s administrator(user) password
« on: December 26, 2014, 03:02:41 pm »
Hi all, It’s about windows. Here is a simple way to reset the user (Admin also) password via the CMD (command line).
Let’s dash….

Command:

net user administrator $pass
Where, replace $pass with your own new password.

Step I : Connect to your server via RDP client as ADMIN.
Step II : Click on start button, then search CMD and enter.
Step III : execute the above command here.