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" echo "Force removing system apps"
$needles = @( $needles = @(
#"Anytime"
"BioEnrollment" "BioEnrollment"
#"Browser"
"ContactSupport" "ContactSupport"
#"Cortana" # This will disable startmenu search. #"Cortana" # This will disable startmenu search.
#"Defender" #"Defender"
"Feedback" "Feedback"
"Flash" "Flash"
"Gaming"
#"InternetExplorer"
#"Maps"
"OneDrive" "OneDrive"
#"Wallet"
"Xbox" "Xbox"
) )

Loading…
Cancel
Save