From 9cdad7710719f426ddae44b2552a0980dd241057 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Sat, 19 Apr 2025 20:51:26 +0200 Subject: [PATCH] Added new MS Copilot to apps list #224 --- Appslist.txt | 1 + README.md | 1 + Win11Debloat.ps1 | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Appslist.txt b/Appslist.txt index 87f85b9..d50fac5 100644 --- a/Appslist.txt +++ b/Appslist.txt @@ -13,6 +13,7 @@ Microsoft.BingSports Microsoft.BingTranslator Microsoft.BingTravel Microsoft.BingWeather +Microsoft.Copilot Microsoft.Getstarted # Cannot be uninstalled in Windows 11 Microsoft.Messaging Microsoft.Microsoft3DViewer diff --git a/README.md b/README.md index 931c426..5b536c1 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ The script allows you to select exactly what changes you want to make, but it al - Microsoft.BingTranslator - Microsoft.BingTravel - Microsoft.BingWeather + - Microsoft.Copilot - Microsoft.Getstarted (Cannot be uninstalled in Windows 11) - Microsoft.Messaging - Microsoft.Microsoft3DViewer diff --git a/Win11Debloat.ps1 b/Win11Debloat.ps1 index ae2a74a..261472f 100644 --- a/Win11Debloat.ps1 +++ b/Win11Debloat.ps1 @@ -1457,7 +1457,7 @@ else { 'DisableCopilot' { RegImport "> Disabling & removing Windows Copilot..." "Disable_Copilot.reg" - # Also remove the app package for bing search + # Also remove the app package for copilot $appsList = 'Microsoft.Copilot' RemoveApps $appsList continue