Enable/Disable Administrators without password using CMD

On Windows, sometimes, people are bothered when they see multiple administrators.

People are often confused among them because they don't know which administrator account was used last time and which one contains the user data they need to access.




Following method disables an unwanted administrator:

Step 1:

Open cmd in administrator privilege by right clicking it and choosing Run as Administrator.


Step 2:

Type 'net user' (without apostrophes). This will display all the users which are available on your Windows.



Step 3:

Now if there are 2 or more administrators, simply write this line to disable any one of them.
e.g Helen is the administrator you want to disable.
'net user Helen /active:no'.




The unwanted administrator account is now disabled.

If you want to enable that account which you disabled, type 'net user Helen /active:yes' if you want to re-enable the administrator account you disabled.


EmoticonEmoticon