Windows 11 Recall &...
 
Notifications
Clear all

Windows 11 Recall & Copilot

1 Posts
1 Users
0 Reactions
110 Views
Frank Schroeder
(@iseetwizard)
Reputable Member Admin
Joined: 5 years ago
Posts: 99
Topic starter  

As already mentioned under the PowerShell Forum no one wants this shit and you can disable it also by registry keys:

 

Disable Recall:
reg add "HKLM\Software\Policies\Microsoft\Windows\WindowsAI" /v "DisableAIDataAnalysis" /t REG_DWORD /d 1 /f

Disable Copilot: reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
Enforce the policies: gpupdate /force

 

This topic was modified 4 weeks ago by Frank Schroeder

   
Quote