Cheap Web Hosting Providers
Windows Tips‎ > ‎

Enable or Disable Built-in Administrator Account

posted Jul 31, 2010 8:41 PM by Rajesh NK   [ updated Jul 31, 2010 8:55 PM ]

To Enable:
    Open a command prompt with administrator privileges and type following command
       net user administrator /active:yes

To Disable:
   Open a command prompt with administrator privileges and type following command
       net user administrator /active:no