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

@@ -119,6 +119,7 @@ By default, this script removes a large selection preinstalled bloatware, while
- Microsoft.WindowsFeedbackHub - Microsoft.WindowsFeedbackHub
- Microsoft.WindowsMaps - Microsoft.WindowsMaps
- Microsoft.WindowsSoundRecorder - Microsoft.WindowsSoundRecorder
- Microsoft.XboxApp (Old Xbox Console Companion App, no longer supported)
- Microsoft.ZuneMusic - Microsoft.ZuneMusic
- Microsoft.ZuneVideo - Microsoft.ZuneVideo
- MicrosoftTeams - MicrosoftTeams
@@ -188,17 +189,18 @@ By default, this script removes a large selection preinstalled bloatware, while
- Microsoft.WindowsCamera - Microsoft.WindowsCamera
- Microsoft.windowscommunicationsapps (Mail & Calendar) - Microsoft.windowscommunicationsapps (Mail & Calendar)
- Microsoft.WindowsStore (Microsoft Store, NOTE: This app cannot be reinstalled!) - Microsoft.WindowsStore (Microsoft Store, NOTE: This app cannot be reinstalled!)
- Microsoft.WindowsTerminal (New default terminal app in windows 11)
- Microsoft.YourPhone (Phone Link) - Microsoft.YourPhone (Phone Link)
- Microsoft.ZuneMusic (Modern Media Player) - Microsoft.ZuneMusic (Modern Media Player)
Required or useful apps for Microsoft store games: Required or useful apps for Microsoft store games:
- Microsoft.GamingApp (Modern Xbox Gaming App, required for installing some PC games) - Microsoft.GamingApp (Modern Xbox Gaming App, required for installing some games)
- Microsoft.Xbox.TCUI - Microsoft.Xbox.TCUI (UI framework, removing this may break microsoft store, photos and certain games)
- Microsoft.XboxApp (Old Xbox Console Companion App) - Microsoft.XboxGameCallableUI (UI framework, required for some games)
- Microsoft.XboxGameOverlay - Microsoft.XboxGameOverlay (Game overlay, required for some games)
- Microsoft.XboxGamingOverlay - Microsoft.XboxGamingOverlay (Game overlay, required for some games)
- Microsoft.XboxIdentityProvider - Microsoft.XboxIdentityProvider (Xbox sign-in framework, required for some games)
- Microsoft.XboxSpeechToTextOverlay (NOTE: This app cannot be reinstalled!) - Microsoft.XboxSpeechToTextOverlay (Might be required for some games, NOTE: This app cannot be reinstalled!)
</blockquote> </blockquote>
</details> </details>

View File

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