feat: Hide Copilot button by default

This commit is contained in:
Kroese 2025-09-30 09:56:24 +02:00 committed by GitHub
parent 8ba1ae1b11
commit eee3856fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -277,8 +277,8 @@
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>9</Order> <Order>9</Order>
<CommandLine>reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d 1 /f</CommandLine> <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f</CommandLine>
<Description>Disable Windows Copilot by default</Description> <Description>Hide Copilot button</Description>
</SynchronousCommand> </SynchronousCommand>
<SynchronousCommand wcm:action="add"> <SynchronousCommand wcm:action="add">
<Order>10</Order> <Order>10</Order>