feat: Hide Copilot button by default

This commit is contained in:
Kroese 2025-09-30 09:54:48 +02:00 committed by GitHub
parent b95b99dd62
commit b441ee0618
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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