How to Disable Administrator Account on Windows 10/11

1. Enabling/Disabling Built-in Administrator Account in Windows 11

Use the Win + X keyboard shortcut to access Windows Terminal (Admin).

 

When the User Account Control prompt appears, click Yes,

  1. Now, type Disable-LocalUser -Name Administrator and click Enter,
  2. Restart your computer to enable the changes,
  3. If you want to enable the Administrator account, type: Enable-LocalUser -Name Administrator,
  4. Do keep in mind that if the account’s name isn’t Administrator, you’ll need to change the text to reflect the actual name,

You can also use the Command Prompt to disable the built-in Administrator Account on Windows 11 by following these steps.

  1. Use the Win + R keyboard shortcut and type cmd into the search field. Then, use the Ctrl + Shift + Enter keyboard command to open the Command Prompt. Click Yes in the dialogue box that appears,
  2. Type net user Administrator /active:no in the Command Prompt and click Enter,
  3. If the account you’re trying to disable isn’t named Administrator, replace the text with the correct name,
  4. Close the Command Prompt and restart your machine,
  5. To enable the Administrator account type: net user Administrator /active:yes

2. Enabling/Disabling Built-in Administrator Account in Windows 10 Pro

  1. Go to the Start menu (or press Windows key + X) and select Computer Management,
  2. Then expand to Local Users and Groups, then Users,
  3. Select the Administrator and then right-click and select Properties,
  4. Uncheck Account is disabled to enable it or check it to disable it,
  5. Click Apply and then OK.

 

For Windows 10 Home, you can use Command Prompts instructions

  1. Open the Start menu and type cmd into the search bar. Just start typing and select Run as administrator when opening the Command Prompt,
  2. Type in the following command: net user administrator /active:yes and press Enter to enable it,
  3. Type in net user administrator /active:no to disable it.

If you’ve accidentally locked yourself out of your Microsoft account, a built-in administrator account can help. But only if you’ve already made sure that it was enabled beforehand. Otherwise, you’re out of luck. The primary purpose of the built-in administrator account is for OEM system builders who make tweaks to the system.

3. User Accounts

Windows 10 has two kinds of user accounts: Administrator and Standard. With a Standard account, you can go about most daily tasks, like surfing the Web, running programs, checking email, etc. But if you want to make significant changes to the system, like adding new software or adding and removing other user accounts, you have to be the Administrator.

In workspace environments, there are a lot of Standard user accounts. When it comes to your personal computer, it’s most likely that you’re the Administrator. If you want to find which type of user account you’re using, this is what you should do:

  1. Go to the Start menu and click on the Account logo, it’ll be your username,
  2. Select Change account settings,
  3. You’ll see a window pop-up and your name there. Underneath, you’ll see if it says Administrator or Standard.

4. How to Delete User Accounts

If you have too many user accounts in your Windows 10 that are either not being used anymore or want to restrict someone’s access to your computer, you can remove them. Just keep in mind a few things:

  1. You must be signed in as the administrator to do this,
  2. You can’t delete the user account you’re currently signed in to,
  3. Make sure to always have one Administrator account enabled to avoid not being able to perform actions that require an administrator.

5. Here’s how you remove a user account in Windows 10

  1. Go to the Start menu, then select Settings,
  2. Next, select Accounts from the options,
  3. Then, select Family & Other Users,
  4. Select the user account you want to remove under Other users and then select Remove,
  5. Accept the UAC (User Account Control) prompt.

6. Another way you can do this is to delete a User account in the Command Prompt. Follow these steps

  1. Open a Command Prompt as described above,
  2. Type in net user and then hit Enter to see a list of all the users,
  3. Type in net user [User account] /delete and then hit Enter again. Replace [User account] with the name of the account you want to delete.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Configure Static IP Address on CentOS 7

1. From the home page of your HayHost client area, click "SERVICES".   2. Select the server...

How to Install XRDP Server (Remote Desktop) on Debian 11/12

1. Update and Upgrade Debian 11/12 apt update && sudo apt upgrade -y   2. Install the...

How to buy a Virtual Server In HayHost

1. Go to the HayHost client area and click "Order New Services" in the bottom left corner....

How to Configure Static IP address on Ubuntu 20.04

1. From the home page of your HayHost client area, click "SERVICES".   2. In the My Products...

How to Connect to Your Server via RDP on Windows 7

1. Օn your computer, access the "Start" menu, search for "Remote Desktop Connection" then click...