Windows 11 Recall &...
 
Notifications
Clear all

Windows 11 Recall & Copilot

1 Posts
1 Users
0 Reactions
37 Views
Frank Schroeder
(@iseetwizard)
Estimable Member Admin
Joined: 5 years ago
Posts: 50
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 20 hours ago by Frank Schroeder

   
Quote