]> git.ipfire.org Git - thirdparty/wireguard-tools.git/commitdiff
wincompat: do not elevate by default
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 11 Dec 2020 13:17:27 +0000 (14:17 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 11 Dec 2020 13:17:27 +0000 (14:17 +0100)
Elevation makes it detach from the console, which means the results are
hidden.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
src/wincompat/manifest.xml

index b47de27ff7d1118e6a2012a00c8fe95e2a2bebda..fb9a1b42f61bc6cb884b0b57734b32664df9ee42 100644 (file)
@@ -16,7 +16,7 @@
     <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
         <security>
             <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
-                <requestedExecutionLevel level="requireAdministrator" />
+                <requestedExecutionLevel level="asInvoker" />
             </requestedPrivileges>
         </security>
     </trustInfo>