en-US windows computer user

Configure which channel of Microsoft Edge to use for opening redirected sites

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

Enables you to configure up to three versions of Microsoft Edge to open a redirected site (in order of preference). Use this policy if your environment is configured to redirect sites from Internet Explorer 11 to Microsoft Edge. If any of the chosen versions are not installed on the device, that preference will be bypassed. If both the Windows Update for the next version of Microsoft Edge* and Microsoft Edge Stable channel are installed, the following behaviors occur: - If you disable or don't configure this policy, Microsoft Edge Stable channel is used. This is the default behavior. - If you enable this policy, you can configure redirected sites to open in up to three of the following channels where: 1 = Microsoft Edge Stable 2 = Microsoft Edge Beta version 77 or later 3 = Microsoft Edge Dev version 77 or later 4 = Microsoft Edge Canary version 77 or later If the Windows Update for the next version of Microsoft Edge* or Microsoft Edge Stable channel are not installed, the following behaviors occur: - If you disable or don't configure this policy, Microsoft Edge version 45 or earlier is automatically used. This is the default behavior. - If you enable this policy, you can configure redirected sites to open in up to three of the following channels where: 0 = Microsoft Edge version 45 or earlier 1 = Microsoft Edge Stable 2 = Microsoft Edge Beta version 77 or later 3 = Microsoft Edge Dev version 77 or later 4 = Microsoft Edge Canary version 77 or later *For more information about the Windows update for the next version of Microsoft Edge including how to disable it, see https://go.microsoft.com/fwlink/?linkid=2102115. This update applies only to Windows 10 version 1709 and higher.

Registry

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

More options available

Options

First choice
NeedEdgeBrowser enum
  • Need Edge Browser Choice None (default)
  • Microsoft Edge Stable -> 1
  • Microsoft Edge Beta version 77 or later -> 2
  • Microsoft Edge Dev version 77 or later -> 3
  • Microsoft Edge Canary version 77 or later -> 4
  • Microsoft Edge version 45 or earlier -> 0
Second choice
NeedEdgeBrowser2 enum
  • Need Edge Browser Choice None (default)
  • Microsoft Edge Stable -> 1
  • Microsoft Edge Beta version 77 or later -> 2
  • Microsoft Edge Dev version 77 or later -> 3
  • Microsoft Edge Canary version 77 or later -> 4
  • Microsoft Edge version 45 or earlier -> 0
Third choice
NeedEdgeBrowser3 enum
  • Need Edge Browser Choice None (default)
  • Microsoft Edge Stable -> 1
  • Microsoft Edge Beta version 77 or later -> 2
  • Microsoft Edge Dev version 77 or later -> 3
  • Microsoft Edge Canary version 77 or later -> 4
  • Microsoft Edge version 45 or earlier -> 0

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/InternetExplorer/ConfigureEdgeRedirectChannel
User ./User/Vendor/MSFT/Policy/Config/InternetExplorer/ConfigureEdgeRedirectChannel
DeviceUser Since [10.0.20348] and later | Windows 10, version 1903 [10.0.18362.1350] and later | Windows 10, version 2004 with KB4598291 [10.0.19041.789] 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: Configure which channel of Microsoft Edge to use for opening redirected sites
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 11.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\EnterpriseMode]
; "NeedEdgeBrowser"=  ; value not representable
; "NeedEdgeBrowser2"=  ; value not representable
; "NeedEdgeBrowser3"=  ; value not representable
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure which channel of Microsoft Edge to use for opening redirected sites
# 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 'NeedEdgeBrowser' -Value   # value not representable
# Set-ItemProperty -Path $path -Name 'NeedEdgeBrowser2' -Value   # value not representable
# Set-ItemProperty -Path $path -Name 'NeedEdgeBrowser3' -Value   # value not representable

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