Browse Source

Added an app to the remove list

pull/26/head
Angel Ramboi 9 years ago
parent
commit
5198aaa14c
  1. 5
      scripts/remove-default-apps.ps1

5
scripts/remove-default-apps.ps1

@ -34,13 +34,14 @@ $apps = @(
"Microsoft.ZuneMusic" "Microsoft.ZuneMusic"
"Microsoft.ZuneVideo" "Microsoft.ZuneVideo"
"microsoft.windowscommunicationsapps" "microsoft.windowscommunicationsapps"
"Microsoft.MinecraftUWP"
# apps from Windows 8 upgrade # non-Microsoft
"9E2F88E3.Twitter" "9E2F88E3.Twitter"
"Flipboard.Flipboard" "Flipboard.Flipboard"
"Microsoft.MinecraftUWP"
"ShazamEntertainmentLtd.Shazam" "ShazamEntertainmentLtd.Shazam"
"king.com.CandyCrushSaga" "king.com.CandyCrushSaga"
"ClearChannelRadioDigital.iHeartRadio"
# apps which cannot be removed using Remove-AppxPackage # apps which cannot be removed using Remove-AppxPackage
#"Microsoft.BioEnrollment" #"Microsoft.BioEnrollment"

Loading…
Cancel
Save