Browse Source

Add apps from creators update (#111)

pull/155/merge
tumpio 6 years ago
committed by Alex Hirsch
parent
commit
ecb84fc4bd
  1. 3
      scripts/experimental_unfuckery.ps1
  2. 3
      scripts/remove-default-apps.ps1

3
scripts/experimental_unfuckery.ps1

@ -19,9 +19,12 @@ $needles = @(
"Feedback" "Feedback"
"Flash" "Flash"
"Gaming" "Gaming"
#"Holo"
#"InternetExplorer" #"InternetExplorer"
#"Maps" #"Maps"
#"MiracastView"
"OneDrive" "OneDrive"
#"SecHealthUI"
#"Wallet" #"Wallet"
#"Xbox" # This will result in a bootloop since upgrade 1511 #"Xbox" # This will result in a bootloop since upgrade 1511
) )

3
scripts/remove-default-apps.ps1

@ -59,6 +59,9 @@ $apps = @(
"Microsoft.OneConnect" "Microsoft.OneConnect"
"Microsoft.WindowsFeedbackHub" "Microsoft.WindowsFeedbackHub"
# Creators Update apps
"Microsoft.Microsoft3DViewer"
#"Microsoft.MSPaint"
#Redstone apps #Redstone apps
"Microsoft.BingFoodAndDrink" "Microsoft.BingFoodAndDrink"

Loading…
Cancel
Save