Windows 11 Recall & Copilot

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

    Code
    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

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!