Windows 右鍵清單加入 Force a program to run without administrator

功能描述

有時候程式 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\"\""

 上一篇
Hexo Blog Note Hexo Blog Note
20200422 更新 系統環境配置 安裝 Node.js 安裝 Git 安裝 Hexo $ cd d:/hexo $ npm ins
2019-03-20
下一篇 
Windows 關閉視窗搖曳功能 Windows 關閉視窗搖曳功能
功能描述windows 在滑鼠按住視窗標題欄時 若使用搖動會讓其他開啟的視窗一併縮小,如果想要還原必須在搖回去,在公司使用時會讓工作不是很方
2019-03-19
  目錄