From 774b64b0921c63557a1262f3f9b9b398140814a5 Mon Sep 17 00:00:00 2001 From: nikolan <94351312+nikolan123@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:35:12 -0700 Subject: [PATCH] fix typo (#2041) --- config/tweaks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 775f0f1b..709ef1d3 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2394,7 +2394,7 @@ ], "InvokeScript": [ " - Write-Host \"Remove Popilot\" + Write-Host \"Remove Copilot\" dism /online /remove-package /package-name:Microsoft.Windows.Copilot " ], @@ -3084,4 +3084,4 @@ "Order": "a082_", "Type": "300" } -} \ No newline at end of file +}