en-US windows computer user

Prevent managing the phishing filter

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

Windows 11 25H2

Supported on: Only Internet Explorer 7.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer

Description

This policy setting prevents the user from managing a filter that warns the user if the website being visited is known for fraudulent attempts to gather personal information through "phishing." If you enable this policy setting, the user is not prompted to enable the phishing filter. You must specify which mode the phishing filter uses: manual, automatic, or off. If you select manual mode, the phishing filter performs only local analysis, and the user is prompted to permit any data to be sent to Microsoft. If the feature is fully enabled, all website addresses that are not on the filter's allow list are sent automatically to Microsoft without prompting the user. If you disable or do not configure this policy setting, the user is prompted to decide the mode of operation for the phishing filter.

Registry

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

More options available

Options

Select phishing filter mode
Enabled enum
  • Off -> 0
  • Manual -> 1
  • Automatic -> 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: Prevent managing the phishing filter
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Only Internet Explorer 7.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\PhishingFilter]
"Enabled"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Prevent managing the phishing filter
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Only Internet Explorer 7.0

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