Enable Built-In Administrator Account
1. Open the command prompt, run as administrator

2. Then, type the following command and press enter.
net user administrator /active:yes
now, log out your current account and you'll find this in log on screen.
Disable Built-In Administrator Account
you need to log in as any account except administrator, then type the following command and press enter :
net user administrator /active: no
You won't see administrator account showed in the log on screen anymore...



0 comments:
Post a Comment