Browse Source

Add apps included with Redstone update

pull/70/head
Wanyal 8 years ago
parent
commit
c5849c9950
  1. 13
      scripts/remove-default-apps.ps1

13
scripts/remove-default-apps.ps1

@ -45,6 +45,13 @@ $apps = @(
"Microsoft.Messaging"
"Microsoft.Office.Sway"
#Redstone apps
"Microsoft.BingFoodAndDrink"
"Microsoft.BingTravel"
"Microsoft.BingHealthAndFitness"
"Microsoft.WindowsReadingList"
# non-Microsoft
"9E2F88E3.Twitter"
"Flipboard.Flipboard"
@ -53,6 +60,12 @@ $apps = @(
"king.com.CandyCrushSodaSaga"
"king.com.*"
"ClearChannelRadioDigital.iHeartRadio"
"4DF9E0F8.Netflix"
"6Wunderkinder.Wunderlist"
"Drawboard.DrawboardPDF"
"2FE3CB00.PicsArt-PhotoStudio"
"D52A8D61.FarmVille2CountryEscape"
"TuneIn.TuneInRadio"
#"TheNewYorkTimes.NYTCrossword"
# apps which cannot be removed using Remove-AppxPackage

Loading…
Cancel
Save