Browse Source

do not remove appstore, calculator and imageviewer by default

ref #38
pull/41/head
Alex Hirsch 9 years ago
parent
commit
42e3c5e5b6
  1. 6
      scripts/remove-default-apps.ps1

6
scripts/remove-default-apps.ps1

@ -22,14 +22,14 @@ $apps = @(
"Microsoft.Office.OneNote"
"Microsoft.People"
"Microsoft.SkypeApp"
"Microsoft.Windows.Photos"
#"Microsoft.Windows.Photos"
"Microsoft.WindowsAlarms"
"Microsoft.WindowsCalculator"
#"Microsoft.WindowsCalculator"
"Microsoft.WindowsCamera"
"Microsoft.WindowsMaps"
"Microsoft.WindowsPhone"
"Microsoft.WindowsSoundRecorder"
"Microsoft.WindowsStore"
#"Microsoft.WindowsStore"
"Microsoft.XboxApp"
"Microsoft.ZuneMusic"
"Microsoft.ZuneVideo"

Loading…
Cancel
Save