From 07bbba543d20944bd79ab0bda000ff2558938304 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Sep 2025 09:52:32 +0200 Subject: [PATCH] feat: Hide Copilot button by default Updated registry command to hide Copilot button instead of disabling it. --- assets/win11x64-ltsc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/win11x64-ltsc.xml b/assets/win11x64-ltsc.xml index 20aca9b..bc27ec0 100644 --- a/assets/win11x64-ltsc.xml +++ b/assets/win11x64-ltsc.xml @@ -381,8 +381,8 @@ 9 - reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d 1 /f - Disable Windows Copilot by default + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d 0 /f + Hide Copilot button 10