Windows 10/11 comes with a type of account called Super Administrator that gives you additional privileges over the normal account. Do you know how to activate Super Administrator on your computer? If not, this post from MiniTool Solution is perfect for you.
What Is a Super Administrator Account?
In the old versions of Windows system, there was only one administrator account available. Windows introduces another Super Administrator account called Super Administrator account in the later versions including Windows 7/8/8.1/10/11. Usually, this account is disabled by default.
It is a type of hidden account that grant you the same sort of privileges that you get with Root in Linux. That is, with a Super Administrator account by your side, you won’t be prompted by User Account Control when attempting to carry out some elevated tasks. This is very useful when you got locked out of the main account.
In the second section, we will walk you through on how to activate a Super Administrator account to unlock more administrative rights step by step. Without further ado, let’s dive into it!
How to Activate a Super Administrator Account on Windows 10/11?
Way 1: via Command Prompt
Command Prompt is a command line interpreter application that can be used to perform advanced administrative tasks including activating a Super Administrator account. To do so:
Step 1. Type cmd in the search bar to locate Command Prompt and select Run as administrator.
Step 2. In the command window, input the command below and hit Enter. Then, a super administrator account will be enabled.
Net user administrator /active:yes
Next, you can click on the Start menu > hit the user profile icon to switch the account.
After finalizing the troubleshooting tasks with the super administrator account, run the following command in an elevated Command Prompt to disable it.
Net user administrator /active:no
Way 2: via Windows PowerShell
Similar to Command Prompt, Windows PowerShell can also automate and control your system and applications by executing the corresponding command lines. Therefore, it’s a good idea to set up a super administrator account via it. Follow these steps:
Step 1. Right-click on the Start menu and select Windows PowerShell (Admin).
Step 2. Type the following command and don’t forget to hit Enter to enable the inbuilt super administrator account:
Get-LocalUser -Name “Administrator” | Enable-LocalUser
Step 3. Run the commands below one by one to set a password for your super administrative account:
- Net user administrator [yourPassword]
- Net user administrator activate:yes
To deactivate your super administrator account, carry out the following command:
Get-LocalUser -Name “Administrator” | Disable-LocalUser
Way 3: via Local Group Policy Editor
Another way to activate a Super Administrator account is to modify the Accounts: Administrator account status policy in Local Group Policy Editor. It’s noted that this tool is only available in Windows Professional and Enterprise editions. For Windows Home users, please move to the next method.
Step 1. Press Win R to open the Run dialog.
Step 2. Type gpedit.msc and hit Enter to run Local Group Policy Editor.
Step 3. Navigate to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
Step 4. In the right pane, locate the Accounts: Administrator account status policy and double-click on it.
Step 5. In the Local Security Settings section, tick Enabled.
Step 6. Click on Apply & OK to make the change effective.
Way 4: via Local Users and Groups
Local Users and Groups is an inbuilt Windows feature that allows you to manage several users and memberships locally saved on your computer. With the help of this feature, you can also enable your Super Administrator account and set a password for it. To do so:
Step 1. Press Win R to open the Run box.
Step 2. Type lusrmgr.msc and hit Enter to launch Local Users and Groups.
Step 3. In the left pane, click on Users.
Step 4. On the right side of the pane, locate Administrator and double-click on it to open its properties.
Step 5. In the General tab, uncheck Account is disabled.
Step 6. Tap on Apply & OK to save all the changes you’ve made.
If you want to set a password for your Super Administrator account, click on More Actions under Administrator and then select Set Password.
Wrapping Things Up
After reading this post, you will have a basic understanding of Super Administrator account and how to set it up on your Windows. If you need to get full administrative rights and override UAC, select one method as per your preferences.
The above is the detailed content of Top 4 Ways to Activate a Super Administrator Account on PC. For more information, please follow other related articles on the PHP Chinese website!

Windows updates are essential components delivered by Microsoft to enhance the functionality, security, and stability of the Windows operating system. These upd

The KB5053602 patch, released on March 11, 2025, targets Windows 11 editions 22H2 and 23H2, elevating the OS to OS Builds 22621.5039 and 22631.5039, respectivel

Windows 10 KB5053606 Update installation failed? This guide provides effective solutions! Many users are having problems trying to install the Windows 10 KB5053606 update released on Tuesday of Microsoft's March 2025 patch, such as SSH connection interruption, Dwm.exe unresponsiveness, or input method editor (IME) issues. Updates may be stuck during downloading or installation, or error codes may appear, such as 0x800f0922, 0xd000034, 0x80070437 and 0x80072efe. KB5053606 installation failure is usually caused by a variety of reasons, including Windows update component failure, system file corruption, and disk

Windows 11 KB5054979 Update: Installation Guide and Troubleshooting For Windows 11 24H2 version, Microsoft has released cumulative update KB5054979, which includes several improvements and bug fixes. This article will guide you on how to install this update and provide a solution to the installation failure. About Windows 11 24H2 KB5054979 KB5054979 was released on March 27, 2025 and is a security update for Windows 11 24H2 versions.NET Framework 3.5 and 4.8.1. This update enhances security and

The “Something went wrong” error tag 7q6ch in Microsoft Office disrupts your workflow during essential tasks such as creating documents or handling emails it a

Microsoft's March 11, 2025 update, KB5053598, is a crucial patch for Windows 11 24H2 (OS Build 26100.3476). This MiniTool guide covers everything you need to know, including troubleshooting installation problems. What's New in KB5053598? Released on

GTA 5 Enhanced ERR_GFX_D3D_NOD3D12 Error Fix Guide Grand Theft Auto V Enhanced (GTA 5 Enhanced) is an upgraded game, but some players encounter the "ERR_GFX_D3D_NOD3D12: DirectX 12 adapter or runner found" error when starting. This article provides several solutions. Cause of the Error: This error usually indicates that your system is missing a DirectX 12 runtime library or a compatible DirectX 12 graphics card. Solution: Method 1: Install DirectX Runtime Library Inspection

R.E.P.O. Client timeout problem and solution As an early access game, R.E.P.O. has some problems, where client timeouts are particularly tricky. This article will provide several effective solutions. About R.E.P.O. Client timeout R.E.P.O. Client timeout errors usually indicate that when the client attempts to connect or communicates with the R.E.P.O. server, the operation exceeds the allowed time limit, which may cause the player to be unable to join or play. Client timeouts can be caused by a variety of factors: Network Problem: Clients may experience network delay or connection problems, resulting in delayed communication with the server. Server overload: The server may be overloaded or unresponsive, causing


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 English version
Recommended: Win version, supports code prompts!

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft