en-US windows computer user

Set a list of URIs to be filtered from snapshots for Recall

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

Windows 11 25H2

Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows AI

Description

This policy setting lets you define a list of URIs that won't be included in snapshots for Recall when a supported browser is used. People within your organization can use Recall settings to add more websites to the list. Define the list using a semicolon to separate URIs. For example: https://www.Contoso.com;https://www.WoodgroveBank.com;https://www.Adatum.com Adding https://www.WoodgroveBank.com to the list would also filter https://Account.WoodgroveBank.com and https://www.WoodgroveBank.com/Account. Important: This setting applies to Enterprise and Education client SKUs only. Changes to this policy take effect after device restart.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows\WindowsAI
HKCU SOFTWARE\Policies\Microsoft\Windows\WindowsAI

Value name: SetDenyUriListForRecall

More options available

Options

Enter deny uri list:
DenyUriListForRecall text

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyUriListForRecall
User ./User/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyUriListForRecall
DeviceUser Since Windows 11, version 24H2 with KB5055627 [10.0.26100.3915] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.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: Set a list of URIs to be filtered from snapshots for Recall
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
"SetDenyUriListForRecall"=dword:00000001
"DenyUriListForRecall"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set a list of URIs to be filtered from snapshots for Recall
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Windows 11 Pro, Enterprise, or Education with Windows Sandbox

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsAI'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'SetDenyUriListForRecall' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'DenyUriListForRecall' -Value '' -Type String

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