From 8ba1ae1b111e9e89c840b4126ed89cf8e75b8caa Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 30 Sep 2025 09:55:37 +0200 Subject: [PATCH] feat: Hide Copilot button by default --- assets/win2025.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/win2025.xml b/assets/win2025.xml index 8771768..c67965f 100644 --- a/assets/win2025.xml +++ b/assets/win2025.xml @@ -280,8 +280,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