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