-->

Wednesday, September 7, 2011

How to Enable/Disable the Hidden Administrator Account in Windows 7/Vista

To enable the hidden Administrator account in Windows 7/Vista, open up an elevated command prompt (right-click on the Command Prompt icon, select Run as Administrator), and type in this command and hit Enter:

net user administrator /active:yes

To disable this account, you would use this command:

net user administrator /active:no

No comments:

Post a Comment