Browse Source

Customized remove-default-apps.ps1

pull/280/head
Benoît Dubreuil 3 years ago
parent
commit
1ea9f9594e
  1. 28
      scripts/remove-default-apps.ps1

28
scripts/remove-default-apps.ps1

@ -19,9 +19,9 @@ $apps = @(
"Microsoft.BingTranslator"
"Microsoft.BingWeather"
# "Microsoft.FreshPaint"
"Microsoft.GamingServices"
# "Microsoft.GamingServices"
"Microsoft.Microsoft3DViewer"
"Microsoft.MicrosoftOfficeHub"
# "Microsoft.MicrosoftOfficeHub"
"Microsoft.MicrosoftPowerBIForWindows"
"Microsoft.MicrosoftSolitaireCollection"
# "Microsoft.MicrosoftStickyNotes"
@ -31,29 +31,29 @@ $apps = @(
"Microsoft.People"
"Microsoft.Print3D"
"Microsoft.SkypeApp"
"Microsoft.Wallet"
# "Microsoft.Wallet"
# "Microsoft.Windows.Photos"
"Microsoft.WindowsAlarms"
# "Microsoft.WindowsAlarms"
# "Microsoft.WindowsCalculator"
"Microsoft.WindowsCamera"
"microsoft.windowscommunicationsapps"
"Microsoft.WindowsMaps"
"Microsoft.WindowsPhone"
"Microsoft.WindowsSoundRecorder"
# "Microsoft.WindowsStore" # can't be re-installed
# "microsoft.windowscommunicationsapps" # Mail & Calendar
# "Microsoft.WindowsMaps"
# "Microsoft.WindowsPhone"
# "Microsoft.WindowsSoundRecorder" # Voice Recorder
# "Microsoft.WindowsStore" # Can't be re-installed
"Microsoft.Xbox.TCUI"
"Microsoft.XboxApp"
"Microsoft.XboxGameOverlay"
"Microsoft.XboxGamingOverlay"
"Microsoft.XboxSpeechToTextOverlay"
"Microsoft.YourPhone"
"Microsoft.ZuneMusic"
# "Microsoft.ZuneMusic"
"Microsoft.ZuneVideo"
# Threshold 2 apps
"Microsoft.CommsPhone"
"Microsoft.ConnectivityStore"
"Microsoft.GetHelp"
# "Microsoft.ConnectivityStore" # WiFi App
# "Microsoft.GetHelp"
"Microsoft.Getstarted"
"Microsoft.Messaging"
"Microsoft.Office.Sway"
@ -72,7 +72,7 @@ $apps = @(
# Redstone 5 apps
"Microsoft.MixedReality.Portal"
"Microsoft.ScreenSketch"
# "Microsoft.ScreenSketch" # Snip & Sketch
"Microsoft.XboxGamingOverlay"
"Microsoft.YourPhone"
@ -107,7 +107,7 @@ $apps = @(
"ShazamEntertainmentLtd.Shazam"
"SlingTVLLC.SlingTV"
"SpotifyAB.SpotifyMusic"
# "TheNewYorkTimes.NYTCrossword"
"TheNewYorkTimes.NYTCrossword"
"ThumbmunkeysLtd.PhototasticCollage"
"TuneIn.TuneInRadio"
"WinZipComputing.WinZipUniversal"

Loading…
Cancel
Save