From e16987eea93ee4bc93deda0d8a3b17c31c2b1693 Mon Sep 17 00:00:00 2001 From: ModernTTY <165050080+ModernTTY@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:43:31 +0300 Subject: [PATCH] New uninstall method --- config/tweaks.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 4501e8ec..0a8e9f3c 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2293,8 +2293,7 @@ "Order": "a025_", "InvokeScript": [ " - Remove-AppxPackage \"Microsoft.Windows.Ai.Copilot.Provider\" - Remove-AppxPackage \"MicrosoftWindows.Client.CoPilot\" + Get-AppxPackage *copilot* | Remove-AppxPackage Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\" -Name \"ShowCopilotButton\" -Type \"DWord\" -Value \"0\" " ],