Beginning from Windows Vista, and continuing with Windows 7, Windows 8, Windows 8.1 and Windows 10, Windows OS has a built-in administrator account that is disabled and hidden by default, just like Windows XP (see how to show administrator account in XP). But unlike XP where any normal user account designated as Administrators group will have the same privileges as administrator account, in later Windows versions, the administrator account is true super user account (equivalent to root in Unix/Linux). One advantage or benefit for using administrator account to login to Windows 10, Windows 8.1, Windows 8, Windows 7 or Windows Vista is admin is not subjected to UAC (User Access Control) restriction (see also how to disable UAC).

How to Enable and Activate Administrator Account in Windows and then Unhide or Show Administrator Account in Welcome Sign In Screen

To activate the administrator account in Windows, follow these guide’s instructions:

  1. Logon to Windows with normal user account username and password (must belongs to Administrators group).
  2. Click on Start button, and type cmd in the Start Search box.
  3. Right click on the Cmd returned on the search results pane above, then select Run as Administrator.
  4. In the Command Prompt window, type the following text at the command line to set a password for administrator account. If you want to use a blank password for the Administrator account, skip this step.
    net user administrator password

    Replace password with the actual password string that you have chosen. Press Enter when done.Note that if your computer is a member of domain controller or has enabled complex password requirement in Local Security Policy, you will have to pick a really hard to remember password mixed with symbols.

  5. Next type the following command and press Enter to activate and enable Administrator account:
    net user administrator activate:yes
  6. The process should completed with the following message:

    The command completed successfully.

    If not success message is returned, repeat the process again.

  7. Logout from Windows by choosing Log Off or Switch User.
  8. Click on Administrator icon and logon with the password you selected.

Update: Ways to activate and enable Administrator account in Windows.