Merge pull request #80 from paulohpf/patch-1

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

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

Loading…
Cancel
Save