From ed47e5580e3952fd44a0ce11ccb351ac021cf7ab Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sun, 17 Feb 2019 13:08:08 +0100 Subject: [PATCH] Move Advertising.Xaml to end of removal list ref #188 --- scripts/remove-default-apps.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index 9c3968fe..d2d89272 100644 --- a/scripts/remove-default-apps.ps1 +++ b/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) {