功能描述
有時候程式 mainfest 有 UAC 詢問會強制讓使用者使用管理員權限開啟程式,但因為 RD 要用一般使用者而懶得切換測試,這時用此功能即可方便的用一般使用者開啟程式,方便測試一些權限相關的功能。
Add Right Click menu - Force a program to run without administrator privileges or UAC.reg
Windows Registry Editor Version 5.00
#https://superuser.com/questions/171917/force-a-program-to-run-without-administrator-privileges-or-uac
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker]
@="Run without privilege elevation"
[HKEY_CLASSES_ROOT\*\shell\forcerunasinvoker\command]
@="cmd /min /C \"set __COMPAT_LAYER=RUNASINVOKER && start \"\" \"%1\"\""