Skip to content

Commit c077516

Browse files
authored
Merge pull request #542 from RamonUnch/RamonUnch-uiAccess-in-manifest
Update .manifest file
2 parents abc5baf + 64b3811 commit c077516

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

AltSnap.exe.manifest

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:v3="urn:schemas-microsoft-com:asm.v3">
33
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="XP style" type="win32" />
44

5+
<v3:trustInfo><v3:security>
6+
<v3:requestedPrivileges><v3:requestedExecutionLevel level="asInvoker" uiAccess="false" /></v3:requestedPrivileges>
7+
</v3:security></v3:trustInfo>
8+
59
<dependency>
610
<dependentAssembly>
711
<assemblyIdentity type="win32"
@@ -10,12 +14,12 @@
1014
language="*" />
1115
</dependentAssembly>
1216
</dependency>
13-
<asmv3:application>
14-
<asmv3:windowsSettings>
17+
<v3:application>
18+
<v3:windowsSettings>
1519
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
1620
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
17-
</asmv3:windowsSettings>
18-
</asmv3:application>
21+
</v3:windowsSettings>
22+
</v3:application>
1923
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
2024
<application>
2125
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>

0 commit comments

Comments
 (0)