|
How to Enable Hidden Administrator Account in Windows 7
First you need to run Command Prompt as an administrator. You can do that by right clicking on the command prompt in the program list and choose "Run as administrator
After that you only need to enter the simple command below to activate it.
net user administrator /active:yes
You can also specify your password for this particular account by using the following command
net user administrator password
to deactivate it, you can use the command below
net user administrator /active:no
|
|
Here are some web site
Template
|