en-US edge computer

Edge preview enrollment type

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

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge Update 1.3.221.3 and later

Path in the GPO console

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

Description

Specifies how a device is enrolled in Edge Preview. This policy is only effective if the TargetChannel policy is set to Beta or Dev. If you set this policy to Allow Opt-out (1) or don't configure it, the channel in the Edge Stable application will be determined by TargetChannel. End users will be able to exit the Edge Preview experience, to return to the Stable channel, at any time. If you set this policy to Required (3), the channel within the Edge Stable application is determined by TargetChannel. End users won't be able to leave the Edge Preview experience. This policy is available on Microsoft Edge version 143.0.3650.66 or later, and applies only to Windows devices joined to a Microsoft® Active Directory® domain. For more details, see: https://go.microsoft.com/fwlink/?linkid=2348937.

Registry

HKLM Software\Policies\Microsoft\EdgeUpdate

Value name: EdgePreviewEnrollmentType{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}

More options available

Options

Edge preview enrollment type
EdgePreviewEnrollmentType{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} enum
  • Allow Opt-out -> 1 (default)
  • Required -> 3

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: Edge preview enrollment type
; State: Enabled
; Supported on: Microsoft Edge Update 1.3.221.3 and later

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

PowerShell

# Exported from gporais.com
# Policy: Edge preview enrollment type
# State: Enabled
# Supported on: Microsoft Edge Update 1.3.221.3 and later

$path = 'HKLM:\Software\Policies\Microsoft\EdgeUpdate'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'EdgePreviewEnrollmentType{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'EdgePreviewEnrollmentType{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062}' -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