Windows – Make a user account on Windows 10 a full admin

windowswindows 10

I've always hated this about Windows, it's ridiculous admin antics. If I'm an admin user I want to edit things like my host file without needing to hack around.

Previously on 8.1 I found something for the console that changed my user account to a full admin account and removed the horrible restrictions on the standard admin accounts.

Is there anything I can do on Windows 10 to make my admin account a fully blown admin account free from restrictions?

Best Answer

1. Press “Win+R” keys, and this will open a Run prompt.

2. At the run prompt, type lusrmgr.msc and then click OK.

3. Now Local User & Groups Panel will open. Click on Users in the left column to display a list of all user accounts currently in your Windows installation.

4. Right-click on Administrator account listed in the center column and select properties.

5. In the Properties box, type a name for your Super Administrator account and make sure that the field "Password never expires" is enabled (checked) and "Account is disabled" disabled (unchecked).

6. Click on OK to create the new account.

7. To set the password, right-click on Administrator account again and select "Set Password".

Now when you restart your computer or sign out of your account you will have an additional account displayed for the Administrator.


Why do you want to create a super administrator account?

  1.  You don’t want to be ‘annoyed’ by UAC.

  2. This ‘Built-In’ administrator account has elevated privileges. This means that you can run CMD with an un restricted access to the command line.

  3. You need to carry out some serious troubleshooting.

  4. You have locked out your main account by accident and you want a back door entry.

Related Question