Administrator

After enabling the administrator user, you will see the user on the login screen. Just click on the administrator username and enter the password to login as administrator in your Windows 10 computer.

Enable hidden super-administrator account using Command Prompt

It is possible to enable Windows 10 administrator account using command prompt:

  1. Run the following command to activate administrator user:
    net user administrator /active:yes
  2. To set a password for administrator, use the following command:
    net user administrator *

After enabling the administrator user, log off from your current account and you will see the Administrator user visible on the login screen. Click on it and login using the password you just set.

Enable hidden administrator account using Group Policy

If you are a systems administrator, you can easily enable default administrator user using Windows Group Policy:

  1. Open Group Policy Editor by going to Run –> gpedit.msc
  2. Navigate to Computer Configuration –> Windows Settings –> Security Settings –> Local Policies –> Security Options
  3. In the right-hand pane, open “Accounts: Administrator account status.
  4. This is disabled by default. Enable to setting to enable the administrator account.

    Group Policy to enable Administrator account

Create a new administrator account in Windows 10

  1. Go to Run –> lusrmgr.msc
  2. Go to Users and select New user from Actions menu.
  3. Type the username and password (Other details are optional)
  4. Once the user is created, double-click the username to open account Properties.
  5. Go to Member Of tab, click the Add button.
  6. Type administrator in the object name field and press Check Names button.

How to change standard user to administrator in Windows 10

  1. Go to Run –> lusrmgr.msc
  2. Double-click the username from the list of local users to open account Properties.
  3. Go to Member Of tab, click the Add button.
  4. Type administrator in the object name field and press Check Names button.

How to delete administrator account in Windows 10

  1. Go to Run –> lusrmgr.msc
  2. Right-click the user you want to delete and select Delete.
  3. You will get the following prompt:

    “Each user account has a unique identifier in addition to their user name. Deleting a user account deletes this identifier and it cannot be restored, even if you create a new account with an identical user name. This can prevent the user from accessing resources they currently have permission to access.”

  4. Press Yes to delete the user immediately.

Although it is not recommended to enable and login as administrator in Windows, if it is a requirement, you can always use any of the methods given in this article to enable and use administrator account. Just handle the super admin account with care.

Must Read Articles: