Force an app to start in user context instead of administrator

Create a file .reg with the following content

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files (x86)\\Path\\to\\file.exe"="RunAsInvoker"

Last updated