en-US windows computer

Set Cloned Monitor Preferred Resolution Source

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

Windows 11 25H2

Supported on: At least Windows 11 Version 24H2

Path in the GPO console

Computer Configuration\Administrative Templates\System\Display

Description

Enabling this policy allows to override the default behavior when connecting an additional monitor. It allows control over whether a cloned display prioritizes the internal or external monitor i.e. setting its preferred resolution source. Internal sets the resolution of the main display as the source on both screens. External sets the resolution of the connected (external) display as the source on both screens. Default uses the system's default behavior determined by Windows Settings.

Registry

HKLM System\CurrentControlSet\Control\GraphicsDrivers\Configuration

More options available

Options

Set the default resolution Windows will use for new cloned displays as Internal, External or Default Windows Settings.
DefaultCloneResolutionSetting enum
  • Default -> 0 (default)
  • Internal -> 1
  • External -> 2

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.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Set Cloned Monitor Preferred Resolution Source
; State: Enabled
; Supported on: At least Windows 11 Version 24H2

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers\Configuration]
"DefaultCloneResolutionSetting"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set Cloned Monitor Preferred Resolution Source
# State: Enabled
# Supported on: At least Windows 11 Version 24H2

$path = 'HKLM:\System\CurrentControlSet\Control\GraphicsDrivers\Configuration'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DefaultCloneResolutionSetting' -Value 0 -Type DWord

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