Added new MS Copilot to apps list #224

This commit is contained in:
Raphire
2025-04-19 20:51:26 +02:00
parent aab4b1f455
commit 9cdad77107
3 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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