The 'Administrator' account is not enabled by default on Windows 10 but it is necessary sometimes. Use the following steps to enable 'Administrator' account and set a password for it.
1) List out Windows accounts
Right-click on 'cmd', choose 'More' >> 'Run as administrator'
Type this command to see available users:
net user
2) Enable 'Administrator' account on log-on screen
Type this command in cmd:
net user administrator /active:yes
3) See updated info the the user 'Administrator'
Type this command:
net user administrator
4) Set password for 'Administrator' account:
Type this command:
net user administrator *
Note:
Change the 'yes' to 'no' in step 2 to disable 'Administrator' account.
No comments:
Post a Comment