en-US edge computer user

Control Manifest v2 extension availability

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

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 123, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge\Extensions

Description

Control if Manifest v2 extensions can be used by browser. Manifest v2 extensions support will be deprecated and all extensions need to be migrated to v3 in the future. More information about and the timeline of the migration hasn't been established. If the policy is set to Default or not set, v2 extension loading is decided by browser. This follows the preceding timeline when it's established. If the policy is set to Disable, v2 extensions installation are blocked, and existing ones are disabled. This option is going to be treated the same as if the policy is unset after v2 support is turned off by default. If the policy is set to Enable, v2 extensions are allowed. The option is going to be treated the same as if the policy isn't set before v2 support is turned off by default. If the policy is set to EnableForForcedExtensions, force installed v2 extensions are allowed. This includes extensions that are listed by 'ExtensionInstallForcelist' (Control which extensions are installed silently) or 'ExtensionSettings' (Configure extension management settings) with installation_mode "force_installed" or "normal_installed". All other v2 extensions are disabled. The option is always available regardless of the manifest migration state. Extensions availabilities are still controlled by other policies. Policy options mapping: * Default (0) = Default browser behavior * Disable (1) = Manifest v2 is disabled * Enable (2) = Manifest v2 is enabled * EnableForForcedExtensions (3) = Manifest v2 is enabled for forced extensions only Use the preceding information when configuring this policy.

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

More options available

Options

Control Manifest v2 extension availability
ExtensionManifestV2Availability enum
  • Default browser behavior -> 0
  • Manifest v2 is disabled -> 1
  • Manifest v2 is enabled -> 2
  • Manifest v2 is enabled for forced extensions only -> 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.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Control Manifest v2 extension availability
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 123, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"ExtensionManifestV2Availability"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Control Manifest v2 extension availability
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 123, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ExtensionManifestV2Availability' -Value 0 -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