Author Topic: Enable Administrator Account In Windows 7  (Read 1321 times)

Online riso

  • Administrator
  • Hero Member
  • *****
  • Posts: 6413
  • Gender: Male
  • Beta tester Tech support dedicated 110%
    • windows 10 news and info | Forum - Blog
Enable Administrator Account In Windows 7
« on: November 27, 2009, 09:21:58 AM »
Those readers who have switched to Windows 7 from Vista will know that there is a default administrator account in Vista which is disabled by default. Same is the case with Windows 7, the default Administrator account is not enabled in the default settings and when you need to run any particular application in the administrator mode, then you manually assign it the admin right.


Lets see how we can enable the administrator user account in windows 7. But we will recommend to use this account for troubleshooting purposes only.

Open the command prompt with administrator privileges and run the following command. It will enable the default administrator account in Windows 7.

net user administrator /active:yes



Now logout and you will see the Administrator account on the logon screen.



In order to disable it again, run the same command with the following slight modification.

net user administrator /active:no

It’s that easy.