en-US windows computer user

Show message when opening sites in Internet Explorer

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

Windows 11 25H2

Supported on: Microsoft Edge on Windows 10, Version 1607 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Microsoft Edge

Description

You can configure Microsoft Edge to open a site automatically in Internet Explorer 11 and choose to display a notification before the site opens. If you want to display a notification, you must enable Configure the Enterprise Mode Site List or Send all intranets sites to Internet Explorer 11 or both. If enabled, the notification appears on a new page. If you want users to continue in Microsoft Edge, select the Show Keep going in Microsoft Edge option from the drop-down list under Options. If disabled or not configured, the default app behavior occurs and no additional page displays. Default setting: Disabled or not configured Related policies: -Configure the Enterprise Mode Site List -Send all intranet sites to Internet Explorer 11

Registry

HKLM Software\Policies\Microsoft\MicrosoftEdge\Main
HKCU Software\Policies\Microsoft\MicrosoftEdge\Main

Value name: ShowMessageWhenOpeningSitesInInternetExplorer

More options available

Options

Show Keep going in Microsoft Edge link
ShowMessageWhenOpeningSitesInInternetExplorer enum
  • Hide Keep going in Microsoft Edge link -> 1 (default)
  • Show Keep going in Microsoft Edge link -> 2

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/Browser/ShowMessageWhenOpeningSitesInInternetExplorer
User ./User/Vendor/MSFT/Policy/Config/Browser/ShowMessageWhenOpeningSitesInInternetExplorer
DeviceUser Since Windows 10, version 1607 [10.0.14393] and later Official mapping (Microsoft Learn)

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

CSP values
  • 0 (Default) - No additional message displays.
  • 1 - Show an additional message stating that a site has opened in IE11.
  • 2 - Show an additional message with a "Keep going in Microsoft Edge" link.

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: Show message when opening sites in Internet Explorer
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge on Windows 10, Version 1607 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\MicrosoftEdge\Main]
"ShowMessageWhenOpeningSitesInInternetExplorer"=dword:00000001
"ShowMessageWhenOpeningSitesInInternetExplorer"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Show message when opening sites in Internet Explorer
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge on Windows 10, Version 1607 or later

$path = 'HKLM:\Software\Policies\Microsoft\MicrosoftEdge\Main'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ShowMessageWhenOpeningSitesInInternetExplorer' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'ShowMessageWhenOpeningSitesInInternetExplorer' -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