NewLife/Stardust

默认不要申请UAC管理员,因为除了安装控制服务之外,还有许多其它功能用不到管理员权限。申请UAC以后,反而不方便调试。
大石头 authored at 2022-12-19 13:47:55
e014f04
Tree
1 Parent(s) 332d2b9
Summary: 1 changed files with 1 additions and 1 deletions.
Modified +1 -1
Modified +1 -1
diff --git a/StarAgent/app.manifest b/StarAgent/app.manifest
index 15a59fd..2255841 100644
--- a/StarAgent/app.manifest
+++ b/StarAgent/app.manifest
@@ -16,7 +16,7 @@
             如果你的应用程序需要此虚拟化来实现向后兼容性,则移除此
             元素。
         -->
-        <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
+        <requestedExecutionLevel level="asInvoker" uiAccess="false" />
       </requestedPrivileges>
     </security>
   </trustInfo>