October 26, 2025 at 12:48 PM Official Post #1 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