Removing Copilot from WIndows
2024-02-06 20:14:31.488097+01 by Dan Lyke 0 comments
Because I know I'm gonna have to do this for at least one Windows user I help out (unless he switches to Mac first), Dr Ro Smith @Rhube@wandering.shop has instructions on disabling Copilot for Windows, taken from this Microsofto support question on removing it.
In a command prompt, paste:
reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 /f
and then restart.