How-To

How To Enable Or Disable The Administrator Account In Windows 7

Windows 7 - Enable or Disable the built-in Administrator accountWindows comes with a built-in administrator account, but in Windows 7 that account is hidden by default.  For whatever reason, you can easily enable the account and disable it using a few simple commands.  We’ll look at the steps to do this below!

How to Enable The Built-in Administrator Account

If you need to use the Administrator account, this is the quickest way to enable it.

Step 1 – Launch an elevated CMD

Click the Start Menu Orb and Type cmd into the search box.  Then Right-Click cmd.exe from the list of results and Select Run as administrator.

run cmd as administrator

Step 2 – To enable

In the cmd window that appears, Type in the following:

net user administrator /active

net user cmd command to activate administrator account

Step 3 – Add a password

This step is optional, but highly recommended. By default the administrator account won’t have a password so lets enter one to keep things secure.  Type the following into cmd:

net user administrator mypassword

Change the highlighted mypassword” to whatever you would like the login password for the account to be.

net user command to add a password to an account

Done, the administrator account is now enabled! That is all there was to it, now you can use the administrator account to login to your computer.  Did you write down the password somewhere?  (no, not under your keyboard…) If not, STOP and do that real quick….

OK Good!

login to administrator account from windows 7

If you put a password on the Admin account, I don’t recommend you disable it.  Having a backdoor for yourself can be handy so if your not a super-user-uber-geek, I recommend you leave it alone.  That being said, below are the steps to disable it.

How to Disable The Built-in Administrator Account

Disabling the administrator account is just as simple, let’s do it in a single step.

Step 1

Open the CMD As Administrator like before, and this time enter we’ll just change the active status to no.  To do this Type the following into cmd:

net user administrator /active:no

net user command to deactivate windows 7 administrator account

Done, the administrator account is now disabled and you will no longer be able to use it to login to the computer.

Conclusion

After reading this groovyPost, you now know who to enable, disable, or assign a password to the Administrator account in Windows 7.

1 Comment

1 Comment

  1. Dave

    May 23, 2022 at 12:51 pm

    After spending most of the day trying to do this I came across your post and hey presto! – it worked straight away! Many thanks!
    Dave, Southampton, UK

Leave a Reply

Your email address will not be published. Required fields are marked *

 

To Top