en-US windows computer user

Install binaries signed by MD2 and MD4 signing technologies

Verified with Windows 11 25H2 — updated on July 23, 2026

Windows 11 25H2

Supported on: At least Internet Explorer 9.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Binary Behavior Security Restriction

Description

This policy setting allows you to manage whether Internet Explorer 9 can install ActiveX controls and other binaries signed with MD2 and MD4 signing technologies. Internet Explorer 9 does not support MD2 and MD4 signing technologies by default, because they are not as secure as other technologies. If you enable this policy setting, Internet Explorer 9 installs binaries signed by MD2 and MD4 signing technologies. If you disable or do not configure this policy setting, Internet Explorer 9 does not install binaries signed by MD2 and MD4 signing technologies.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\Security
HKCU Software\Policies\Microsoft\Internet Explorer\Security

Value name: ENABLE_MD2_MD4

Enabled: ENABLE_MD2_MD4 = 1

Disabled: ENABLE_MD2_MD4 = 0

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: Install binaries signed by MD2 and MD4 signing technologies
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 9.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Security]
"ENABLE_MD2_MD4"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Install binaries signed by MD2 and MD4 signing technologies
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 9.0

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