en-US edge computer

Target version 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.119.43 and later

Path in the GPO console

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

Description

When this policy is enabled, and auto-update is enabled, Microsoft Edge will be updated to the version specified by this policy value. The policy value must be a specific Microsoft Edge version, e.g. 83.0.499.12. If a device has newer version of Microsoft Edge than the value specified, Microsoft Edge will remain on the newer version and not downgrade to the specified version. If the specified version does not exist, or is improperly formatted, then Microsoft Edge will remain on its current version and not update to future versions automatically. See https://go.microsoft.com/fwlink/?linkid=2136707 for more information. This policy is available only on Windows instances that are joined to a Microsoft® Active Directory® domain.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

More options available

Options

Target version
TargetVersionPrefix{65C35B14-6C1D-4122-AC46-7148CC9D6497} text

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

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\EdgeUpdate]
"TargetVersionPrefix{65C35B14-6C1D-4122-AC46-7148CC9D6497}"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

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

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'TargetVersionPrefix{65C35B14-6C1D-4122-AC46-7148CC9D6497}' -Value '' -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