Updated bloat removal list & documentation

* Moved xbox console companion app to remove list (app is now unsupported)
* Added a few missed packages to the list that are NOT removed by default (i.e. terminal)
* Added more info about certain Xbox packages and their use
This commit is contained in:
Raphire
2023-07-31 22:50:30 +02:00
parent 7619983284
commit 5a11268385
2 changed files with 17 additions and 13 deletions

View File

@@ -73,6 +73,7 @@ function RemoveApps {
"*Microsoft.WindowsFeedbackHub*"
"*Microsoft.WindowsMaps*"
"*Microsoft.WindowsSoundRecorder*"
"*Microsoft.XboxApp*" # Old Xbox Console Companion App, no longer supported
"*Microsoft.ZuneVideo*"
"*MicrosoftTeams*"
@@ -141,12 +142,13 @@ function RemoveApps {
#"*Microsoft.WindowsCamera*"
#"*Microsoft.windowscommunicationsapps*" # Mail & Calendar
#"*Microsoft.WindowsStore*" # Microsoft Store, WARNING: This app cannot be reinstalled!
#"*Microsoft.Xbox.TCUI*"
#"*Microsoft.XboxApp*" # Old Xbox Console Companion App, no longer preinstalled
#"*Microsoft.XboxGameOverlay*"
#"*Microsoft.XboxGamingOverlay*"
#"*Microsoft.XboxIdentityProvider*"
#"*Microsoft.XboxSpeechToTextOverlay*" # WARNING: This app cannot be reinstalled!
#"*Microsoft.WindowsTerminal*" # New default terminal app in windows 11
#"*Microsoft.Xbox.TCUI*" # UI framework, seems to be required for MS store, photos and certain games
#"*Microsoft.XboxGameCallableUI*" # UI framework, required for some games
#"*Microsoft.XboxGameOverlay*" # Game overlay, required/useful for some games
#"*Microsoft.XboxGamingOverlay*" # Game overlay, required/useful for some games
#"*Microsoft.XboxIdentityProvider*" # Xbox sign-in framework, required for some games
#"*Microsoft.XboxSpeechToTextOverlay*" # Might be required for some games, WARNING: This app cannot be reinstalled!
#"*Microsoft.YourPhone*" # Phone link
#"*Microsoft.ZuneMusic*" # Modern Media Player
)