summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-22 21:33:31 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-22 21:33:31 (GMT)
commit3a0f471e5f14a0b49651bcebc15c721c5c82d28b (patch)
tree82e8c43d8a29ac5a3285720db0087ecdb380e1ef /PC
parent9b93c6b5dfe0b6bab4392e88409bf4f72c2570d5 (diff)
downloadcpython-3a0f471e5f14a0b49651bcebc15c721c5c82d28b.zip
cpython-3a0f471e5f14a0b49651bcebc15c721c5c82d28b.tar.gz
cpython-3a0f471e5f14a0b49651bcebc15c721c5c82d28b.tar.bz2
Issue #25213: Restores requestedExecutionLevel to manifest to disable UAC virtualization.
Diffstat (limited to 'PC')
-rw-r--r--PC/python.manifest7
1 files changed, 7 insertions, 0 deletions
diff --git a/PC/python.manifest b/PC/python.manifest
index 3ac2630..9b7b2f8 100644
--- a/PC/python.manifest
+++ b/PC/python.manifest
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <trustInfo>
+ <security>
+ <requestedPrivileges>
+ <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
+ </requestedPrivileges>
+ </security>
+ </trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>