$/home/emma/random

Disable Copilot

I'm not happy with the privacy-invading 'AI' shit that's being forced on us whether we like it or not.

Microsoft decided to install Copilot on my laptop, and it can't be uninstalled. It can, however, be disabled (for now) by running the following in PowerShell as admin:

reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f

Wonder how long it will be until a future update re-enables this.

#microsoft #windows