mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
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
This commit is contained in:
13
Regfiles/Undo/Enable_Copilot.reg
Normal file
13
Regfiles/Undo/Enable_Copilot.reg
Normal file
@@ -0,0 +1,13 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
; Enable Copilot button on taskbar
|
||||
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||
"ShowCopilotButton"=dword:00000001
|
||||
|
||||
; Enable Copilot service for current user
|
||||
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
|
||||
"TurnOffWindowsCopilot"=-
|
||||
|
||||
; Enable Copilot service for all users
|
||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
|
||||
"TurnOffWindowsCopilot"=-
|
||||
Reference in New Issue
Block a user