regedit
HKEY_CLASSES_ROOT\Msi.Package\shell
runas
双击runas右边的默认,填写以管理员身份运行MSI
默认
以管理员身份运行MSI
command
双击command右边的默认,填写msiexec /i"%1"
msiexec /i"%1"
参考: https://windows10.pro/run-msi-as-administrator/
参考:
https://windows10.pro/run-msi-as-administrator/
为win10添加右键“以管理员身份运行MSI”选项
原文:https://www.cnblogs.com/ccmig/p/12814222.html