Skip to content

Instantly share code, notes, and snippets.

@stevenya97
Created June 7, 2024 03:22
Show Gist options
  • Save stevenya97/53a005d31512acc0e245a2ee577c688b to your computer and use it in GitHub Desktop.
Save stevenya97/53a005d31512acc0e245a2ee577c688b to your computer and use it in GitHub Desktop.
Disable Windows Recall Feature

Registry keys for disabling Recall feature. Not created by default, possibly changed forcefully when Windows updates.

Disable Recall - User [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI] "DisableAIDataAnalysis"=dword:00000001

Disable Recall - Machine (not yet official) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI] "DisableAIDataAnalysis"=dword:00000001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment