EnableLUA (User Account Control)¶
EnableLUA is a registry key value used by the Microsoft Windows operating system to manage the behavior of [[User Account Control]] (UAC). It specifically dictates whether the system enforces the built-in administrator account approval mode or requires all administrators to run with the standard user token.^[600-developer__tools__windows__windows-connand.md]
Registry Location¶
The setting is located in the Windows Registry at the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system^[600-developer__tools__windows__windows-connand.md]
Usage and Configuration¶
The EnableLUA value determines the enforcement of UAC policies. It is a DWORD registry value that can be modified using the Registry Editor (regedit).^[600-developer__tools__windows__windows-connand.md]
Disabling UAC¶
To disable User Account Control, the EnableLUA value must be set to 0.^[600-developer__tools__windows__windows-connand.md] This configuration is often used to resolve specific system behaviors, such as issues in Windows 11 where dragging and dropping files might fail to execute properly due to permission elevations.^[600-developer__tools__windows__windows-connand.md]
Re-enabling UAC¶
To restore standard UAC functionality, the value should be set to 1.
System Restart¶
Modifying the EnableLUA value typically requires a system restart for the changes to take full effect.^[600-developer__tools__windows__windows-connand.md]
Sources¶
- 600-developer__tools__windows__windows-connand.md
Related¶
- [[Registry Editor]]
- [[Windows Registry]]
- [[System Configuration]]