How To Enable or Disable Hidden Admin Account in Windows 8

Punniya seelan
0

How to Enable Elevated Admin Account in Windows 8

There are too many ways to activate the hidden admin account in Windows 8. But, here is what I found as the easiest way.
Log-in to your system using the default user account and open the command prompt with admin privilege. To open the command prompt as administrator, press the Win + X key combination from your keyboard and click ‘Command Prompt (Admin)’.
Windows 8 Command Prompt as Admin
Now, type the following command into the command line and hit the ‘Enter’ key.
net user
You can see there are two more user accounts in your system. The Administrator account and the Guest account which are not in action by default.
Display All User Account
You can always activate them for your need. Here is how to activate the admin account from the command line. Run the following command.
net user administrator /active:yes
Activate Hidden Admin Account
If you want to set a password for the hidden admin account, type the following and hit the ‘Enter’ key.
net user administrator *
This will prompt to input the password twice. Once you do that you are done.
Change Admin Password in Windows 8
Now, restart your computer. The newly activated account appears at Windows 8 login screen. You can now log-in with your local administrator user account.

How to disable the Hidden Admin account in Windows 8

However, if you want to disable the local administrator account, run the following command.
net user administrator /active:no
This will disable the in-built administrator account. That’s it.
Note: You can never delete this account from your system. Though you can always delete all other accounts in Windows 8.

Post a Comment

0Comments

Post a Comment (0)