How to Log in as Administrator on Windows: Step-by-Step Guide
Learn how to enable and log in as the Windows Administrator account using Command Prompt with simple commands.
418 views
To log in as an administrator, open the Command Prompt as admin, type `net user administrator /active:yes`, and press Enter. Log out, then select the Administrator account. Disable it later using `net user administrator /active:no`.
FAQs & Answers
- How do I enable the Administrator account in Windows? Open Command Prompt as an administrator and type: net user administrator /active:yes, then press Enter.
- How can I disable the Administrator account after use? To disable the Administrator account, open Command Prompt as admin and enter: net user administrator /active:no.
- Why should I log in as Administrator? Logging in as Administrator allows full access to system settings and files that regular accounts cannot modify, useful for troubleshooting and advanced configuration.