Saturday 1 October 2011

Enable / Disable the Local (Hidden) Administrator Account in Windows 7

Ways to Enable / Disable the Built-In Windows 7 Admin Account

A) Command Prompt

To enable the built-in Administrator's account by using the Command Prompt please follow these steps:
1.      First you'll need to open a command prompt in administrator mode by right-clicking and choosing "Run as administrator" (or use the Ctrl+Shift+Enter shortcut from the search box)
2. After that you only need to enter the simple command below to activate it.

net user administrator /active: yes



2.     You should see a message that the command completed successfully. Log out, and you'll now see the Administrator account as a choice.

You'll note that there's no password for this account, so if you want to leave it enabled you should change the password.

B) Local Security Policy

Another way of activating the administrator account in Windows 7 is via Local Security Policy.
1. Type secpol.msc in the search bar and hit enter.



2. After the Local Security Policy pops up, navigate to Local Policies-> Security Options where you can see an entry that reads Accounts: Administrator account. Double click the entry to enable it.


Using the Local Users and Groups Snap-in
To enable the built-in Administrator's account by using the Local Users and Groups snap-in please follow these steps:

1. Open Local Users and Groups. You can do so by typing lusrmgr.msc in the Start search box or in the Run command and pressing ENTER. Or, you could open Computer Management by right-clicking Computer in the Start menu and selecting Manage.

2. Expand System Tools > Local Users and Groups > Users.

3. Right-click the Administrator account and select "Set Password".

4. In the"Set Password for Administrator" click "Proceed".

5. In the"Set Password for Administrator" enter the Administrator's desired password twice, and click "Ok".

6. Next, enable the Administrator's account. Right-click the Administrator's account and select "Properties".

7. Un-check the "Account is disabled" check-box. Click on the "Ok" button.
Administrator's account is now enabled and configured with a password.

D) During the Installation Process

There is a 3rd method which advanced users can use. This method can be used during the installation process itself.

1. During the installation, after being prompted to configure the new user account, you will be able to set the new account's password.

2. At that phase, press SHIFT and F10 keys together. A Command Prompt window will appear.

3. In the Command Prompt window, type:
net user

Note how the Administrator account is there, yet the new user account has not been yet created.

4. To set the Administrator's account password:
net user *

5. Then enter the required password and confirm it.

6. To enable the Administrator's account:
net user administrator /active: yes

7. Close the Command Prompt window and continue with the installation process.
If you log off you will now see the Administrator's account as a valid logon option.

No comments:

Post a Comment