mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Added new MS Copilot to apps list #224
This commit is contained in:
@@ -13,6 +13,7 @@ Microsoft.BingSports
|
|||||||
Microsoft.BingTranslator
|
Microsoft.BingTranslator
|
||||||
Microsoft.BingTravel
|
Microsoft.BingTravel
|
||||||
Microsoft.BingWeather
|
Microsoft.BingWeather
|
||||||
|
Microsoft.Copilot
|
||||||
Microsoft.Getstarted # Cannot be uninstalled in Windows 11
|
Microsoft.Getstarted # Cannot be uninstalled in Windows 11
|
||||||
Microsoft.Messaging
|
Microsoft.Messaging
|
||||||
Microsoft.Microsoft3DViewer
|
Microsoft.Microsoft3DViewer
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ The script allows you to select exactly what changes you want to make, but it al
|
|||||||
- Microsoft.BingTranslator
|
- Microsoft.BingTranslator
|
||||||
- Microsoft.BingTravel
|
- Microsoft.BingTravel
|
||||||
- Microsoft.BingWeather
|
- Microsoft.BingWeather
|
||||||
|
- Microsoft.Copilot
|
||||||
- Microsoft.Getstarted (Cannot be uninstalled in Windows 11)
|
- Microsoft.Getstarted (Cannot be uninstalled in Windows 11)
|
||||||
- Microsoft.Messaging
|
- Microsoft.Messaging
|
||||||
- Microsoft.Microsoft3DViewer
|
- Microsoft.Microsoft3DViewer
|
||||||
|
|||||||
@@ -1457,7 +1457,7 @@ else {
|
|||||||
'DisableCopilot' {
|
'DisableCopilot' {
|
||||||
RegImport "> Disabling & removing Windows Copilot..." "Disable_Copilot.reg"
|
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'
|
$appsList = 'Microsoft.Copilot'
|
||||||
RemoveApps $appsList
|
RemoveApps $appsList
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user