Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
14.34k stars 622 forks source link

Add Option to disable Windows CoPilot #32

Closed informationinsecurity closed 9 months ago

informationinsecurity commented 9 months ago

Your script is such a time saver! I really appreciate the work you've put into it and how easy it is to deploy en-mass. Microsoft CoPilot has made its way into some Win 11 deployments. It would be great to add an option to disable this as well.

From my research, the following reg key modification can control it:

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

Enable CoPilot: reg delete HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /f

Raphire commented 9 months ago

Heya,

Win11Debloat actually already has an option to disable Copilot!

It's not part of the default settings though, you'll have to run custom mode or run the script with the -DisableCopilot parameter.

Raphire commented 9 months ago

Closing issue, feature already exists