How to Run Program without Admin Privileges and Bypass UAC Prompt?

Add this to a .reg file and import it to registry, then right click the file asking for admin right and select “Run as user without UAC privilege elevation”

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker] @=”Run as user without UAC privilege elevation” [HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker\command] @=”cmd /min /C \”set __COMPAT_LAYER=RUNASINVOKER && start \”\” \”%1\”\””

Did you like this? Share it!