en-US windows computer user

Turn on ActiveX control logging in Internet Explorer

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

Windows 11 25H2

Supported on: At least Internet Explorer 8.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Security Features\Add-on Management

Description

This policy setting determines whether Internet Explorer saves log information for ActiveX controls. If you enable this policy setting, Internet Explorer logs ActiveX control information (including the source URI that loaded the control and whether it was blocked) to a local file. If you disable or don't configure this policy setting, Internet Explorer won't log ActiveX control information. Note that you can turn this policy setting on or off regardless of the "Turn off blocking of outdated ActiveX controls for Internet Explorer" or "Turn off blocking of outdated ActiveX controls for Internet Explorer on specific domains" policy settings. For more information, see "Outdated ActiveX Controls" in the Internet Explorer TechNet library.

Registry

HKLM Software\Microsoft\Windows\CurrentVersion\Policies\Ext
HKCU Software\Microsoft\Windows\CurrentVersion\Policies\Ext

Value name: AuditModeEnabled

Enabled: AuditModeEnabled = 1

Disabled: AuditModeEnabled = 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: Turn on ActiveX control logging in Internet Explorer
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 8.0

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Ext]
"AuditModeEnabled"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Turn on ActiveX control logging in Internet Explorer
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 8.0

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