Enable Build-in Administrator Account
First you'll need to open a command prompt as administrator mode by right-click and choosing "Run as administrator". 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.
Disable Build-in Administrator Account
Make sure you are logged on as your regular user account, and then open an administrator mode command prompt as above. Type the following command: net user administrator /active:no
The administrator account will now be disable, and shouldn't show up on the login screen anymore.
No comments:
Post a Comment