en-US windows computer

Configure Multiple Display Mode

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 the display will automatically clone (mirror) the primary screen or extend the desktop. Extend expands the display onto the second monitor allowing to have different content on each screen. Clone duplicates the primary display onto the second monitor showing the same content on both screens. Internal Default uses the system's default behavior determined by Windows Settings.

Registry

HKLM Software\Policies\Microsoft\Windows\Display

More options available

Options

Clone, Extend, InternalOnly, ExternalOnly or Continue with default Windows Settings as configuration for Multiple Display Mode.
DefaultTopologySetting enum
  • Default -> 0 (default)
  • Internal Only -> 1
  • External Only -> 2
  • Clone -> 3
  • Extend -> 4

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: Configure Multiple Display Mode
; State: Enabled
; Supported on: At least Windows 11 Version 24H2

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Display]
"DefaultTopologySetting"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure Multiple Display Mode
# State: Enabled
# Supported on: At least Windows 11 Version 24H2

$path = 'HKLM:\Software\Policies\Microsoft\Windows\Display'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'DefaultTopologySetting' -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