Browse Source

Merge pull request #127 from Mabana2go/master

Update remove-default-apps.ps1
pull/129/head
Alex Hirsch 7 years ago
committed by GitHub
parent
commit
91ee08cc63
  1. 8
      scripts/remove-default-apps.ps1

8
scripts/remove-default-apps.ps1

@ -39,7 +39,9 @@ $apps = @(
"Microsoft.ZuneVideo"
"microsoft.windowscommunicationsapps"
"Microsoft.MinecraftUWP"
"Microsoft.MicrosoftPowerBIForWindows"
"Microsoft.NetworkSpeedTest"
# Threshold 2 apps
"Microsoft.CommsPhone"
"Microsoft.ConnectivityStore"
@ -81,6 +83,10 @@ $apps = @(
"ThumbmunkeysLtd.PhototasticCollage"
"XINGAG.XING"
"89006A2E.AutodeskSketchBook"
"D5EA27B7.Duolingo-LearnLanguagesforFree"
"46928bounde.EclipseManager"
"ActiproSoftwareLLC.562882FEEB491" # next one is for the Code Writer from Actipro Software LLC
# apps which cannot be removed using Remove-AppxPackage
#"Microsoft.BioEnrollment"

Loading…
Cancel
Save