Thursday, December 18, 2014

Enable and Disable Built-in Administrator Account in Windows 8

Enable Or Disable Built-in Administrator Account

Enabling Built-In Administrator account

Firstly, you need to open the command prompt with administrator rights. Just press the Windows key to open the metro interface and then type command prompt in the search box.

Search for CMD 

Next, right-click on command prompt and Run it as administrator.

Run as Administrator 

Copy this code net user administrator /active:yes and paste it in the command prompt. Then, press Enter to enable your built-in administrator account.

Enable Command Prompt 

Once you’re done, you can access your built-in administrator account by logging off your current account anytime.

Login built-in administrator account 

Do take note that you can’t change the name of the built-in administrator account; it will always stay as Administrator.


Disabling Built-in Administrator Account

Again, you have to open the command prompt with administrator rights. So, press the Windows key to open the metro interface and then and type command prompt in the search box.

Search for CMD 

Next, right-click on command prompt and Run it as administrator.

Run as administrator 

Open the command prompt with administrator right and type this code net user administrator /active:no in the command prompt. Then, press Enter to disable your built-in administrator account.
Disable Command Prompt 

0 comments :

Post a Comment