Things You'll Need:
- Windows Vista
-
Step 1
The first way you can enable or disable the administrators account is by using the command prompt, which I find the easiest to work with. To do this you go to START > SEARCH > type in COMMAND > you will see COMMAND PROMPT come up on the screen; click on it.
-
Step 2
Once command prompt is open you will type in:
net user administrator /active:yes
You will then see, "The command completely successfully" -
Step 3
To disable the adminitrators account, you go through the same process, but in command prompt type in:
net user administrator /active:no
Again, you should see, "The command completely successfully"
If it is not successful then re-type it. -
Step 4
Some people would rather use the local policy editor rather than command prompt for safety reasons. And due to the fact that what you have to type out is kind of hard to remember.













Comments
mattsaboy said
on 9/8/2009 Excellent article. 5 stars and a recommendation.