Skip to content

Commit bf813c2

Browse files
committed
启动时使用管理员权限
1 parent e0f3474 commit bf813c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComputerLock/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
1616
元素。
1717
-->
18-
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
18+
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
1919
</requestedPrivileges>
2020
</security>
2121
</trustInfo>

0 commit comments

Comments
 (0)