Created
October 4, 2025 09:03
-
-
Save irfanykywz/ac811fffbfed03ae23209d48d696532e to your computer and use it in GitHub Desktop.
Fix Drag & Drop in Administrator WIN10/11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] | |
| "EnableLUA"=dword:00000001 | |
| "ConsentPromptBehaviorAdmin"=dword:00000000 | |
| "PromptOnSecureDesktop"=dword:00000000 | |
| "FilterAdministratorToken"=dword:00000001 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Audit] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment