Files
Win11Debloat/Regfiles/Disable_Copilot.reg
Raphire 14246951fa Added option to disable Windows copilot, and some other minor changes
All changes:
* Added option to disable Windows Copilot
* Condensed options in custom mode
* Added new outlook app to appslist, it's not removed by default
* Added some missing info to README.md
2023-09-27 02:49:13 +02:00

13 lines
494 B
Reg

Windows Registry Editor Version 5.00
; Disable Copilot button on taskbar
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowCopilotButton"=dword:00000000
; Disable Copilot service for current user
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001
; Disable Copilot service for all users
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001