How to enable the administrator account in Windows 11 and unlock everything 🚀🔑
Sometimes, when using Windows, we need to run programs as administrators. To do this, simply right-click the application and select "Run as administrator." While the process is fairly straightforward, what if you want to run all applications with administrative rights in Windows 11? 🤔
In that case, you can enable the Administrator account in Windows 11, which is usually hidden. The Administrator account has elevated privileges by default, allowing you to modify your PC without those annoying pop-ups. UAC. 🚀
What is an Administrator Account in Windows 11?
If you've been using Windows 11 for a while, you're probably aware that the operating system restricts certain apps, files, and commands to administrative privileges. This is the sole reason Windows displays prompts (UAC) whenever you try to do something that requires these privileges. ⚠️
Enabling the Administrator account on your Windows 11 PC can help you avoid those annoying pop-ups. However, keep in mind that the Administrator account has elevated rights to everything, so it can pose a security risk. 🔐
1. Enable the Administrator Account in Local Users and Groups
In this method, we'll use Local Users and Groups to enable the built-in Administrator account in Windows 11. Here are some simple steps to follow. 🛠️
1. First, press the Windows key + R on your keyboard. This will open the Run dialog box.
2. In the Run box, type lusrmgr.msc and press the key Enter.
3. This will open the Local Users and Groups panel. In the left pane, click the Users folder.
4. In the right pane, right-click the Administrator account and select Properties.
5. In the Administrator Properties, uncheck the option The account is deactivated. Once done, click on the button Apply.
2. Enable the Administrator Account via Command Prompt
We'll use the Command Prompt utility to enable or disable the Administrator account. Follow these simple steps. 💻
1. Open the Windows 11 search and type Command Prompt. Right click on Command Prompt and select Run as administrator.
2. At the command prompt, run the command:
net user administrator /active:yes
3. This will activate the Administrator account, and you'll see a message indicating that the command completed successfully. 🎉
4. To disable the administrator account, enter the following command:
net user administrator /active:no
3. Enable the Administrator Account via Windows 11 PowerShell
In this method, we'll use the PowerShell utility to enable or disable the Administrator account. Here are some simple steps to follow. ✨
1. First, open Windows 11 search and type PowerShell. Right-click on PowerShell and select Run as administrator.
2. In PowerShell, run the command:
net user administrator /active:yes
3. This will activate the Administrator account, and you'll see a message indicating that the command completed successfully. 🎊
4. To disable the administrator account, enter the command:
net user administrator /active:no
It's quite easy to enable or disable the Administrator account in Windows 11. You can use the three methods mentioned above to enable or disable this hidden account. I hope this article is helpful. Share it with your friends! If you have any questions, let us know in the comments below. 😊