Admin-Ahead Community

Windows => General Windows => Topic started by: lathu_official on December 26, 2014, 03:02:41 pm

Title: How to change windows server’s administrator(user) password
Post by: lathu_official 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.