en-US edge computer user

Configure browser process code integrity guard setting

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

Microsoft Edge 152.0.4191.53

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

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge

Description

This policy controls the use of code integrity guard in the browser process, which only allows Microsoft signed binaries to load. If you enable this policy, it enables code integrity guard in the browser process. If you disable or don't configure this policy, it prevents the browser from enabling code integrity guard in the browser process. The policy value Audit (1) is obsolete as of Microsoft Edge version 110. Setting this value is equivalent to the Disabled value. This policy is available only on Windows instances that are joined to a Microsoft Active Directory domain, or Windows 10 Pro or Enterprise instances that enrolled for device management. This policy only takes effect on Windows 10 RS2 and above. Policy options mapping: * Disabled (0) = Do not enable code integrity guard in the browser process. * Audit (1) = Enable code integrity guard audit mode in the browser process. * Enabled (2) = Enable code integrity guard enforcement in the browser process. Use the preceding information when configuring this policy.

Registry

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

More options available

Options

Configure browser process code integrity guard setting
BrowserCodeIntegritySetting enum
  • Do not enable code integrity guard in the browser process. -> 0
  • Enable code integrity guard audit mode in the browser process. -> 1
  • Enable code integrity guard enforcement in the browser process. -> 2

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 browser process code integrity guard setting
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 104, Windows 7 or later

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

PowerShell

# Exported from gporais.com
# Policy: Configure browser process code integrity guard setting
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 104, Windows 7 or later

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