« »

Wednesday, November 10, 2010

Enable or Disable Administrator Account in Windows7

To enable the Windows 7 administrator account:

net user administrator /active:yes


To disable the Windows 7 administrator account:

net user administrator /active:no

Using these commands u should have administrator privilege.
For Administrator privilege open your command prompt as RUN AS ADMINISTRATOR

1 comment: