What to Know
- You can enable or disable the Windows administrator account using the command prompt in Windows 10 or 11.
- To enable, run the command prompt as an administrator and type `net user administrator /active:yes`.
- You can also disable the admin account by entering `net user administrator /active:no` in the command prompt.
This article provides instructions for enabling the administrator account in Windows. The instructions apply to both Windows 11 and Windows 10.
How to Enable the Administrator Account in Windows Command Prompt
While the admin account is usually hidden in Windows 11 and 10, you can enable it at any time with the command prompt. After you have enabled it, you’ll have the option to log in as the admin account whenever you start Windows. This method works with all editions of Windows, including Windows 11 and 10 Home.
Go to Windows search and enter cmd in the search field.
Under Command Prompt, select Run as Administrator.
Type net user administrator /active:yes and then press enter.
Wait for confirmation, then restart your computer, and you will have the option to log in using the administrator account.
How to Disable the Administrator Account in Windows
If you no longer require easy access to the administrator account in Windows, hiding it is as simple as enabling it. You can do this via the Command Prompt in every version of Windows, and you can always re-enable it in the future if needed.
Go to Windows search and enter cmd in the search field.
Under Command Prompt, select Run as Administrator.
Type net user administrator /active:no and then press enter.
Wait for the process to finish. The administrator account will no longer appear as an option when you start your computer.
The only way to enable the admin account in Windows Home edition is via the command prompt, but some versions of Windows provide a few other options. These options are primarily available in versions of Windows that are intended for professional and enterprise environments, so you’re unlikely to need either method for your personal computer. If you do use either of these methods, be very careful. If you change the wrong setting, you may make it impossible to log into your computer.
How to Enable the Windows Admin Account From Admin Tools
Here’s how to enable the administrator account on your computer using Administrative Tools.
Press and hold the Windows key+R to open the Run dialog box.
Type lusrmgr.msc into the Run dialog box and press enter.
Open Users.
You won’t see this option if you have Windows Home. Use the command prompt method instead.
Select Administrator.
Remove the check mark from the box next to Account is disabled.
Restart your computer, and you will have the option to log in with the admin account.
How to Enable the Windows Admin Account From the Windows Registry
Here’s how to enable the administrator account by modifying the Windows Registry.
Press and hold the Windows key and R to open the Run dialog box.
Type regedit and press enter.
Navigate to HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows NT > CurrentVersion > Winlogon > SpecialAccounts > UserList.
If you have Windows Home, you cannot navigate to the Windows Registry User List. Use the command prompt method instead.
Right click UserList.
Select New > DWORD Value.
Type Administrator, and press enter.
Close the registry editor and restart your computer, and you will have the option to log in using the admin account.
Thanks for letting us know!
Subscribe
Tell us why!
Leave a Comment
Your email address will not be published. Required fields are marked *