Skip to content

Instantly share code, notes, and snippets.

View stevenya97's full-sized avatar

Steven Yang stevenya97

View GitHub Profile
@stevenya97
stevenya97 / disable-win-recall-regedit.md
Created June 7, 2024 03:22
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