Windows 10 – Run App without UAC

Suppress UAC on selected applications.   Steps   Registry 1 – Save as Suppress.reg: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker] @=”Run without UAC” [HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker\command] @=”cmd /min /C \”set __COMPAT_LAYER=RUNASINVOKER && start \”\” \”%1\”\””   2 – Apply Suppress.reg. 3 – Right click on your application.   Or   Batch file cmd /min /C “set __COMPAT_LAYER=RUNASINVOKER Read More …