Browse Source

add option to remove another bunch of packages (including edge)

pull/41/head
Alex Hirsch 9 years ago
parent
commit
d7eafef462
  1. 6
      scripts/remove-default-apps.ps1

6
scripts/remove-default-apps.ps1

@ -63,13 +63,19 @@ foreach ($app in $apps) {
echo "Force removing system apps"
$needles = @(
#"Anytime"
"BioEnrollment"
#"Browser"
"ContactSupport"
#"Cortana" # This will disable startmenu search.
#"Defender"
"Feedback"
"Flash"
"Gaming"
#"InternetExplorer"
#"Maps"
"OneDrive"
#"Wallet"
"Xbox"
)

Loading…
Cancel
Save