From 06a576f7c218f38b8f6380a2c97970110239d541 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Sep 2025 20:24:46 +0200 Subject: [PATCH] feat: Change registry path for disabling Windows Copilot --- assets/win11x64-enterprise-eval.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml index 707e8d4..a59fc44 100644 --- a/assets/win11x64-enterprise-eval.xml +++ b/assets/win11x64-enterprise-eval.xml @@ -378,7 +378,7 @@ 9 - reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d 1 /f + reg.exe add "HKCU\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d 1 /f Disable Windows Copilot by default