Add legacy manifest that will be needed to workaround broken Intel HD2000/3000 drivers on Windows 10

master
Ansariel 2015-08-13 21:01:37 +02:00
parent 805c83bc7a
commit b766ec15eb
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"
/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>