Enable the (Hidden) Administrator Account on Windows 7, 8, or 10



Enable Built-in Administrator Account in Windows






Open Your Command Prompt in administrator mode 





Click Start [type in search Box] CMD by Right-clicking and choosing “Run as administrator” (or use the Ctrl+Shift+Enter shortcut from the search box).



If your using later version i,e., windows 8.x/10 use the process, Right click on the start button and choose the "Command Prompt (Admin)".








































































Now type the following command (For Enabling administrator):



net user administrator /active:yes




After execute the command it shows the Successful message "The Command Completed Successful"



 Log out your current account, now you’ll see the Administrator account as a choice.



Note : Their is no Password For this Built-In Administrator account, after you login you able to change the password as your choice. 



If you want to Disable the Account the account follow these command




type the following command (For Disabling administrator):



net user administrator /active:no




After execute the command it shows the Successful message "The Command Completed Successful"



 Log out your current account, now you’ll their is no choice to choose the Administrator account.



That's it...






Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.