Table of Contents
In Windows 11, the User Account Control (UAC) security feature prevents applications and users from making unwanted system changes and helps prevent malicious code from running on the computer without your permission. If an application attempts to make changes while User Account Control is enabled, Windows 11 displays a warning to allow or deny the action. If the device uses a default account, the user will need an administrator’s password to allow the action.
Although this feature allows for a more secure environment, sometimes you may want to disable it. For example, if you need to work with older applications that can’t run correctly with User Account Control. Or you may be an advanced user who prefers to use the system without this feature. We have mentioned steps below to Enable or Disable User Accounts in Windows 11.
Steps to Enable or Disable User Accounts in Windows 11
Disable
Enable
Using Command Prompt
“Net user Administrator /active: yes”
“Net user Administrator /active: no”
Using PowerShell
“Enable-LocalUser -Name “Administrator”
“Disable-LocalUser -Name “Administrator”
Final Words
That’s it with our article on how to Enable or Disable User Accounts in Windows 11. To share a computer with several people, Windows 11 makes it simple to setup several accounts. It’s also feasible to disable an account rather than delete it when you no longer require it or when you need to restrict access to a user in order to preserve their settings and files in case access needs to be restored.