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"