Browse Source

Remove additional installed apps that come with the upgrade from 8

pull/13/head
Angel Ramboi 9 years ago
parent
commit
39689d63fa
  1. 5
      scripts/remove-default-apps.ps1

5
scripts/remove-default-apps.ps1

@ -34,6 +34,11 @@ $apps = @(
"Microsoft.ZuneMusic"
"Microsoft.ZuneVideo"
"microsoft.windowscommunicationsapps"
"Microsoft.MinecraftUWP"
"Flipboard.Flipboard"
"9E2F88E3.Twitter"
"king.com.CandyCrushSaga"
"ShazamEntertainmentLtd.Shazam"
)
foreach ($app in $apps) {

Loading…
Cancel
Save