From 1d3d9a78780fef421e8af8730f994bdbab9e3585 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Wed, 19 Aug 2015 00:17:00 +0200 Subject: [PATCH] remove unremovable apps from removal list close #14 --- scripts/remove-default-apps.ps1 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index df9b455..8c0f6ed 100644 --- a/scripts/remove-default-apps.ps1 +++ b/scripts/remove-default-apps.ps1 @@ -1,7 +1,6 @@ # Description: -# This script removes unwanted Apps that come with Windows. Errors may occure -# during the process. If you do not want to remove certain Apps comment out -# the corresponding lines below. +# This script removes unwanted Apps that come with Windows. If you do not want +# to remove certain Apps comment out the corresponding lines below. $apps = @( "Microsoft.3DBuilder" @@ -10,7 +9,6 @@ $apps = @( "Microsoft.BingNews" "Microsoft.BingSports" "Microsoft.BingWeather" - "Microsoft.BioEnrollment" "Microsoft.Getstarted" #"Microsoft.MicrosoftEdge" "Microsoft.MicrosoftOfficeHub" @@ -23,14 +21,11 @@ $apps = @( "Microsoft.WindowsAlarms" "Microsoft.WindowsCalculator" "Microsoft.WindowsCamera" - "Microsoft.WindowsFeedback" "Microsoft.WindowsMaps" "Microsoft.WindowsPhone" "Microsoft.WindowsSoundRecorder" "Microsoft.WindowsStore" "Microsoft.XboxApp" - "Microsoft.XboxGameCallableUI" - "Microsoft.XboxIdentityProvider" "Microsoft.ZuneMusic" "Microsoft.ZuneVideo" "microsoft.windowscommunicationsapps"