Skip to content

Instantly share code, notes, and snippets.

@emoacht
Last active April 26, 2022 16:13
Show Gist options
  • Save emoacht/7e5a026080aeb7eb1b9316f5fe7628da to your computer and use it in GitHub Desktop.
Save emoacht/7e5a026080aeb7eb1b9316f5fe7628da to your computer and use it in GitHub Desktop.
Application manifest for Per Monitor V2
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<!-- Per Monitor V1 [OS >= Windows 8.1]
Values: False, True, Per-monitor, True/PM -->
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
true/PM</dpiAware>
<!-- Per Monitor V1 [OS >= Windows 10 Anniversary Update (1607, 10.0.14393, Redstone 1)]
Values: Unaware, System, PerMonitor -->
<!-- Per Monitor V2 [OS >= Windows 10 Creators Update (1703, 10.0.15063, Redstone 2)]
Value: PerMonitorV2 -->
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
PerMonitorV2, PerMonitor</dpiAwareness>
</windowsSettings>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment