How to Remove or Delete Administrator Account in Windows 10
Windows 10 includes a hidden built-in administrator account. Here’s how to enable it or disable it.
Windows 10 includes a hidden Administrator account you can use to manage all the resources of the computer. In previous versions of Windows, such as Windows XP, this account was readily available when you set up your computer for the first time. Starting with Windows Vista,
How to Enable the Built-in Administrator Account in Windows 10
There are two ways to enable the built-in administrator account. The easiest method is from within Computer Management.
Right-click the Start menu (or press Windows key + X) Computer Management, then expand Local Users and Groups Users.
Select the Administrator account, right click on it then click Properties. Uncheck Account is disabled, click Apply then OK.
Enable Built-in Administrator from Command Prompt (Windows 10 Home)
The command line can also be used to enable and disable the administrator account.
Open Start, type: CMD, right-click Command Prompt then click Run as administrator.
Type the following command and press Enter:
net user administrator /active:yes
To disable it, type the following command and press Enter:
Disabling it is just as easy, type net user administrator /active:no