Browse Source

remove unremovable apps from removal list

close #14
pull/17/head
Alex Hirsch 9 years ago
parent
commit
1d3d9a7878
  1. 9
      scripts/remove-default-apps.ps1

9
scripts/remove-default-apps.ps1

@ -1,7 +1,6 @@
# Description: # Description:
# This script removes unwanted Apps that come with Windows. Errors may occure # This script removes unwanted Apps that come with Windows. If you do not want
# during the process. If you do not want to remove certain Apps comment out # to remove certain Apps comment out the corresponding lines below.
# the corresponding lines below.
$apps = @( $apps = @(
"Microsoft.3DBuilder" "Microsoft.3DBuilder"
@ -10,7 +9,6 @@ $apps = @(
"Microsoft.BingNews" "Microsoft.BingNews"
"Microsoft.BingSports" "Microsoft.BingSports"
"Microsoft.BingWeather" "Microsoft.BingWeather"
"Microsoft.BioEnrollment"
"Microsoft.Getstarted" "Microsoft.Getstarted"
#"Microsoft.MicrosoftEdge" #"Microsoft.MicrosoftEdge"
"Microsoft.MicrosoftOfficeHub" "Microsoft.MicrosoftOfficeHub"
@ -23,14 +21,11 @@ $apps = @(
"Microsoft.WindowsAlarms" "Microsoft.WindowsAlarms"
"Microsoft.WindowsCalculator" "Microsoft.WindowsCalculator"
"Microsoft.WindowsCamera" "Microsoft.WindowsCamera"
"Microsoft.WindowsFeedback"
"Microsoft.WindowsMaps" "Microsoft.WindowsMaps"
"Microsoft.WindowsPhone" "Microsoft.WindowsPhone"
"Microsoft.WindowsSoundRecorder" "Microsoft.WindowsSoundRecorder"
"Microsoft.WindowsStore" "Microsoft.WindowsStore"
"Microsoft.XboxApp" "Microsoft.XboxApp"
"Microsoft.XboxGameCallableUI"
"Microsoft.XboxIdentityProvider"
"Microsoft.ZuneMusic" "Microsoft.ZuneMusic"
"Microsoft.ZuneVideo" "Microsoft.ZuneVideo"
"microsoft.windowscommunicationsapps" "microsoft.windowscommunicationsapps"

Loading…
Cancel
Save