logo logo

The next-generation blog, news, and magazine theme for you to start sharing your stories today!

The Blogzine

Save on Premium Membership

Get the insights report trusted by experts around the globe. Become a Member Today!

View pricing plans

New York, USA (HQ)

750 Sing Sing Rd, Horseheads, NY, 14845

Call: 469-537-2410 (Toll-free)

hello@blogzine.com

Guide to Enabling or Disabling Super Administrator Account in Windows 11

avatar
Louis Ferguson

An editor at Blogzine


  • đź•‘ 2 minutes read
  • 4 Views
Guide to Enabling or Disabling Super Administrator Account in Windows 11

The super administrator account in Windows 11, often referred to as the built-in Administrator account, possesses elevated privileges and is hidden by default. This guide provides a step-by-step process to enable and disable this account.

How to Enable Super Administrator in Windows 11?

1. Enable/Disable the Super Administrator Account Using CMD

  1. Click the Start button, type cmd, and select Run as administrator from the options.
  2. If prompted by User Account Control (UAC), click Yes to grant permission for changes.
  3. In the Command Prompt window, enter the command: net user Administrator /active:yes and press Enter.
  4. You should see a confirmation message stating The command completed successfully.
  5. To set a password for the account, type net user Administrator [YourPassword] and press Enter.
  6. Sign out of your current account.
  7. On the login screen, the “Administrator” account should now be visible.
  8. Click on it and enter the password if you set one.
  9. To disable the super administrator account, type the command: net user Administrator /active:no in Command Prompt and press Enter.
  10. Upon logging out, the Administrator account should no longer appear on the login screen.

2. Using Local Users and Groups

  1. Press Win + R, type lusrmgr.msc, and press Enter.
  2. In the Local Users and Groups menu, navigate to Users.
  3. Right-click on Administrator and choose Properties.
  4. To enable the account, uncheck Account is disabled and click OK.
  5. To disable it, check the Account is disabled option and click OK.

3. Using PowerShell

  1. Press Win + X and select Windows PowerShell (Admin).
  2. If prompted by UAC, click Yes to permit changes.
  3. To enable the account, type the command: Enable-LocalUser -Name "Administrator" and press Enter.
  4. To disable the account, enter the command: Disable-LocalUser -Name "Administrator" and press Enter.

By following these steps, you can effectively enable or disable the super administrator account in Windows 11. It is important to note that administrative rights are required to perform these actions.

If you have any questions, feel free to leave a comment below.

Source



Leave a Reply

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