Browse Source

Merge pull request #80 from paulohpf/patch-1

Update remove-default-apps.ps1
pull/83/head
Alex Hirsch 8 years ago
committed by GitHub
parent
commit
f1fc91df5e
  1. 3
      scripts/remove-default-apps.ps1

3
scripts/remove-default-apps.ps1

@ -38,12 +38,14 @@ $apps = @(
"Microsoft.ZuneVideo"
"microsoft.windowscommunicationsapps"
"Microsoft.MinecraftUWP"
# Threshold 2 apps
"Microsoft.CommsPhone"
"Microsoft.ConnectivityStore"
"Microsoft.Messaging"
"Microsoft.Office.Sway"
"Microsoft.OneConnect"
#Redstone apps
@ -69,6 +71,7 @@ $apps = @(
"TuneIn.TuneInRadio"
"GAMELOFTSA.Asphalt8Airborne"
#"TheNewYorkTimes.NYTCrossword"
"DB6EA5DB.CyberLinkMediaSuiteEssentials"
# apps which cannot be removed using Remove-AppxPackage
#"Microsoft.BioEnrollment"

Loading…
Cancel
Save