To log in as an Administrator in Windows 10, follow these steps:
- Enable the Built-in Administrator Account:
- Open Command Prompt as Administrator (search “cmd,” right-click, and select “Run as administrator”).
- Type net user administrator /active:yes and press Enter.
- Switch to the Administrator Account:
- Log out of your current user account.
- On the login screen, select the Administrator account.
- Set a Password (Optional):
- Open Command Prompt and type net user administrator [password] to set a password for better security.
Disable the account afterward using net user administrator /active:no.