Added a few new xbox packages to the list of apps that are not deleted by default

This commit is contained in:
Raphire
2020-11-06 17:29:50 +01:00
parent d8066d5b18
commit 15f6a7fde3
2 changed files with 7 additions and 3 deletions

View File

@@ -91,10 +91,12 @@ if ($remove_apps -eq 'y' -or $script_mode -eq '1') {
#"*Microsoft.ScreenSketch*"
#"*Microsoft.MSPaint*" # Paint 3D
#"*Microsoft.YourPhone*"
#"*Microsoft.Xbox.TCUI*"
#"*Microsoft.XboxApp*"
#"*Microsoft.XboxGameOverlay*"
#"*Microsoft.XboxGamingOverlay*"
#"*Microsoft.XboxSpeechToTextOverlay*"
#"*Microsoft.XboxIdentityProvider*"
#"*Microsoft.XboxSpeechToTextOverlay*" # NOTE: This app may not be able to be reinstalled!
)
foreach ($app in $apps) {