Enable Administrator Account With Full Privileges In Windows 7


 Most of the people who are familiar with earlier version of windows often recognise the absence of the built-in Administrator account in windows 7. Actually the fact is that it is present in windows 7, However the question is how can you access it.

Just follow the below steps to enable the built-in Administrator account

Step 1 : Open command prompt in administrator mode by clicking on Start > Accessories > Command Prompt. Now right click on command prompt and select Run As Administrator


Step 2 : Now type the following command :

net user administrator /active:yes


You should see a message that the command completed successfully.

Log out, and you’ll now see the Administrator account.

How should you disable it ? 

Make sure you are logged on as your regular user account, and then open command prompt in administrator mode as shown in step 1.

Type the following command :

net user administrator /active:no 


NOTE : You should not use this account for anything other than troubleshooting.

No comments:

Post a Comment