en-US edge computer

Target Channel override

Verified with Microsoft Edge 152.0.4191.53 — updated on July 10, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge Update 1.3.147.1 and later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge Update\Applications\Microsoft Edge

Description

Specifies which Microsoft Edge update channel to use This policy controls which update channel Microsoft Edge will follow. If you enable this policy, Microsoft Edge will be updated to the channel you configure: - Stable: Updated to the latest stable version. - Beta: Updated to the latest beta version. - Dev: Updated to the latest dev version. - Extended Stable: Updated to the latest extended stable version, which follows a longer release cadence than Stable. For more information, visit https://go.microsoft.com/fwlink/?linkid=2163508. If you disable or don't configure this policy, Microsoft Edge will update to the latest version available for the default channel. This policy is supported only on Windows devices that are joined to a Microsoft® Active Directory® domain.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

More options available

Options

Target Channel
TargetChannel{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} enum
  • Stable -> stable (default)
  • Beta -> beta
  • Dev -> dev
  • Extended Stable -> extended

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: Target Channel override
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.147.1 and later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"TargetChannel{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}"="stable"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Target Channel override
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.147.1 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'TargetChannel{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}' -Value 'stable' -Type String

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