Enable Default ADMINISTRATOR Account in Windows 10

How to enable Default ADMINISTRATOR Account in Windows 10????


Here I am telling the solution, using command prompt...


Open command prompt with administrator rights ( one way is click win + x and choose the option command prompt (administrator), an one more way is click Windows key and search with keyword cmd and right click the .exe file choose the run as administrator option)


For activating the admin account use the command


net user administrator /active:yes


Click enter, it shows the message like


Command completed successfully.


For disable the admin account


net user administrator /active:no


Click enter, it shows the message like


Command completed successfully.


After that logout the current account and choose the administrator account ( shows the down the left side)..


😃


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.