As with win7/win8.1, WIN10 's administrator account Administrator is hidden and closed by default, because the account has very high privileges and is extremely risky after being exploited by criminals. But if you want to use the account in some special cases, you need to turn it on manually, and it's best to close it immediately after use.
The method is very simple, specifically as follows:
1. Enter CMD in the Cortana search bar and "Run as Administrator"
2. Enter the following command at the command prompt:
NET user Administrator/active:yes
3. When the Administrator account is turned on, click on the user's avatar in the Start menu to see the toggle options
4, click Administrator, will switch to the login screen, click to log in now
5, the initial access to the account, the same need to wait for application settings
When you get to the desktop, you can work with the highest privileges, and UAC won't turn on, but the Windows app won't run at this time. After completing the necessary work, please log off the account in time and close the administrator account again after returning to the normal account. Here's how:
1. Run the command prompt again as Administrator
2. Enter the following command:
NET user Administrator/active:no
The Administrator account is closed at this time. To turn it on again, repeat the procedure above.
How do I enable and disable an administrator account in Win10?