Windows Run dialog (regedit)¶
The Windows Run dialog is a system utility that provides quick access to various Windows features, including the Registry Editor (regedit).^[600-developer__tools__windows__windows-connand.md]
Registry Editor Access¶
The Registry Editor can be launched directly via the Run dialog.^[600-developer__tools__windows__windows-connand.md] To open it, press Windows Key + R to open the dialog, type regedit, and press Enter.^[600-developer__tools__windows__windows-connand.md]
System Configuration¶
The Registry Editor allows users to modify system settings by navigating to specific key paths.^[600-developer__tools__windows__windows-connand.md] For example, the key path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system contains settings related to system policies.^[600-developer__tools__windows__windows-connand.md]
EnableLUA Modification¶
Within the system policies key, the EnableLUA value controls User Account Control (UAC) behavior.^[600-developer__tools__windows__windows-connand.md] Modifying the registry data for this entry—specifically changing its value to 0—requires a system restart to take effect.^[600-developer__tools__windows__windows-connand.md]
This specific modification is noted to resolve issues where drag-and-drop functionality for files fails to execute in Windows 11.^[600-developer__tools__windows__windows-connand.md]
Sources¶
600-developer__tools__windows__windows-connand.md
Related Concepts¶
- [[Windows Registry]]
- [[User Account Control]]
- [[System Configuration]]