diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index 9c3968f..d2d8927 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) {