en-US windows computer user

Configure Per-Process System DPI settings

Verified with Windows 11 25H2 — updated on July 30, 2026

Windows 11 25H2

Supported on: At least Windows Server 2016, Windows 10 Version 1803

Path in the GPO console

Computer Configuration\Administrative Templates\System\Display

Description

Per Process System DPI is an application compatibility feature for desktop applications that do not render properly after a display-scale factor (DPI) change. When the display scale factor of the primary display changes (which can happen when you connect or disconnect a display that has a different display scale factor (DPI), connect remotely from a device with a different display scale factor, or manually change the display scale factor), many desktop applications can display blurry. Desktop applications that have not been updated to display properly in this scenario will be blurry until the user logs out and back in to Windows. When you enable this policy some blurry applications will be crisp after they are restarted, without requiring the user to log out and back in to Windows. Be aware of the following: Per Process System DPI will only improve the rendering of desktop applications that are positioned on the primary display. Some desktop applications can still be blurry on secondary displays that have different display scale factors. Per Process System DPI will not work for all applications as some older desktop applications will always be blurry on high DPI displays. In some cases, you may see some odd behavior in some desktop applications. If that happens, Per Process System DPI should be disabled. Enabling this setting lets you specify the system-wide default for desktop applications as well as per-application overrides. If you disable or do not configure this setting, Per Process System DPI will not apply to any processes on the system.

Registry

HKLM Software\Policies\Microsoft\Windows\Display
HKCU Software\Policies\Microsoft\Windows\Display

More options available

Options

Enable or disable Per-Process System DPI for all applications.
EnablePerProcessSystemDPI enum
  • Enable -> 1 (default)
  • Disable -> 0
Enable Per-Process System DPI for the following applications. Use either the full application path or the application filename and extension. Separate applications with a semicolon.
EnablePerProcessSystemDPIForProcesses text
Disable Per-Process System DPI for the following applications. Use either the full application path or the application filename and extension. Separate applications with a semicolon.
DisablePerProcessSystemDPIForProcesses text

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/Display/DisablePerProcessDpiForApps
Device Since Windows 10, version 1803 [10.0.17134] and later Official mapping (Microsoft Learn)

Multiple CSP matches are possible; the first one was selected.

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure Per-Process System DPI settings
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Windows Server 2016, Windows 10 Version 1803

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Display]
"EnablePerProcessSystemDPI"=dword:00000001
"EnablePerProcessSystemDPIForProcesses"=""
"DisablePerProcessSystemDPIForProcesses"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure Per-Process System DPI settings
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Windows Server 2016, Windows 10 Version 1803

$path = 'HKLM:\Software\Policies\Microsoft\Windows\Display'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EnablePerProcessSystemDPI' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'EnablePerProcessSystemDPIForProcesses' -Value '' -Type String
Set-ItemProperty -Path $path -Name 'DisablePerProcessSystemDPIForProcesses' -Value '' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview