Browse Source

Update remove-default-apps.ps1

pull/277/head
Shyam Thiagarajan 4 years ago
committed by GitHub
parent
commit
18f6e80459
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      scripts/remove-default-apps.ps1

12
scripts/remove-default-apps.ps1

@ -41,11 +41,11 @@ $apps = @(
"Microsoft.WindowsPhone"
"Microsoft.WindowsSoundRecorder"
#"Microsoft.WindowsStore" # can't be re-installed
"Microsoft.Xbox.TCUI"
"Microsoft.XboxApp"
"Microsoft.XboxGameOverlay"
"Microsoft.XboxGamingOverlay"
"Microsoft.XboxSpeechToTextOverlay"
#"Microsoft.Xbox.TCUI"
#"Microsoft.XboxApp"
#"Microsoft.XboxGameOverlay"
#"Microsoft.XboxGamingOverlay"
#"Microsoft.XboxSpeechToTextOverlay"
"Microsoft.YourPhone"
"Microsoft.ZuneMusic"
"Microsoft.ZuneVideo"
@ -73,7 +73,7 @@ $apps = @(
# Redstone 5 apps
"Microsoft.MixedReality.Portal"
"Microsoft.ScreenSketch"
"Microsoft.XboxGamingOverlay"
#"Microsoft.XboxGamingOverlay"
"Microsoft.YourPhone"
# non-Microsoft

Loading…
Cancel
Save