Wednesday, December 23, 2015

Enable Administrator account in Windows 7 or later versions

Yes! It's possible.
The biggest mystery finally revealed. We can enable the administrator account in any version of windows. You might be wondering sometime that even your account is already an admin account, why your pc asks/prompts  you  to run a program as admin. This is because every pc has a hidden administrator account, and only that particular account has the full permission to do any thing.
So here you go-
To enable the administrator account :
1. Open command prompt as Administrator.
 a. To do so you can right click on the cmd icon in start menu and select Run as Admin.
2. Type the following command on the command prompt:
       net user administrator /active:yes  
    and press enter key. A message will appear saying Command competed successfully.
    and you are done, go back to logon screen and you will have a Administrator account.
3. To switch it off back again go to command prompt. and type the following command.
       net user administrator /active:no