en-US windows computer user

Enable global window list in Internet Explorer mode

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

Windows 11 25H2

Supported on: At least Internet Explorer 11.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer

Description

This setting allows Internet Explorer mode to use the global window list that enables sharing state with other applications. The setting will take effect only when Internet Explorer 11 is disabled as a standalone browser. If you enable this policy, Internet Explorer mode will use the global window list. If you disable or don’t configure this policy, Internet Explorer mode will continue to maintain a separate window list. To learn more about Internet Explorer mode, see https://go.microsoft.com/fwlink/?linkid=2102921 To learn more about disabling Internet Explorer 11 as a standalone browser, see https://go.microsoft.com/fwlink/?linkid=2168340

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode
HKCU Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode

Value name: EnableGlobalWindowListInIEMode

Enabled: EnableGlobalWindowListInIEMode = 1

Disabled: EnableGlobalWindowListInIEMode = 0

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/EnableGlobalWindowListInIEMode
User ./User/Vendor/MSFT/Policy/Config/InternetExplorer/EnableGlobalWindowListInIEMode
DeviceUser Since [10.0.20348.558] and later | Windows 10, version 2004 [10.0.19041.1566] and later | Windows 11, version 21H2 with KB5010414 [10.0.22000.527] and later | Windows 11, version 22H2 [10.0.22621] and later Official mapping (Microsoft Learn)

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: Enable global window list in Internet Explorer mode
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 11.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode]
"EnableGlobalWindowListInIEMode"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Enable global window list in Internet Explorer mode
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 11.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EnableGlobalWindowListInIEMode' -Value 1 -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