en-US windows computer user

Set a list of apps 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 allows you to define a list of apps that won't be included in snapshots for Recall. Users will be able to add additional applications to exclude from snapshots using Recall settings. The list can include Application User Model IDs (AUMID) or name of the executable file. Use a semicolon-separated list of apps to define the deny app list for Recall. For example: code.exe;Microsoft.WindowsNotepad_8wekyb3d8bbwe!App;ms-teams.exe Important: This setting applies to Enterprise and Education client SKUs only. When configuring this policy setting, changes will not take effect until the device restarts.

Registry

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

Value name: SetDenyAppListForRecall

More options available

Options

Enter deny app list:
DenyAppListForRecall text

MDM / Intune (CSP)

Device ./Device/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyAppListForRecall
User ./User/Vendor/MSFT/Policy/Config/WindowsAI/SetDenyAppListForRecall
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 apps 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]
"SetDenyAppListForRecall"=dword:00000001
"DenyAppListForRecall"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Set a list of apps 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 'SetDenyAppListForRecall' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'DenyAppListForRecall' -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