Browse Source

Move Advertising.Xaml to end of removal list

ref #188
pull/192/head
Alex Hirsch 5 years ago
parent
commit
ed47e5580e
  1. 4
      scripts/remove-default-apps.ps1

4
scripts/remove-default-apps.ps1

@ -13,7 +13,6 @@ $apps = @(
# default Windows 10 apps
"Microsoft.3DBuilder"
"Microsoft.Appconnector"
"Microsoft.Advertising.Xaml"
"Microsoft.BingFinance"
"Microsoft.BingNews"
"Microsoft.BingSports"
@ -127,6 +126,9 @@ $apps = @(
#"Microsoft.XboxGameCallableUI"
#"Microsoft.XboxIdentityProvider"
#"Windows.ContactSupport"
# apps which other apps depend on
"Microsoft.Advertising.Xaml"
)
foreach ($app in $apps) {

Loading…
Cancel
Save