Bladeren bron

Xbox consistency: Blacklist and Whitelist the same things

DebloatAll whitelisted XBox apps since a lot of home users
want to play games. So, I added ALL of the XBox items to
the whitelist. Seems reasonable to me.

The blacklist removed several XBox components (since it
ignores the whitelist). Since some XBox components are
being removed, I added ALL of the XBox items to
the blacklist. Seems reasonable to me.

Or alternatively all XBox apps should be removed from
one of the lists, right?

I also confirmed that both GameOverlay and GamingOverlay
are both valid/installed in 1809.
Justin Luth 6 jaren geleden
bovenliggende
commit
fd96b8dd3c
1 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 5 1
      Windows10DebloaterGUIOLD.ps1

+ 5 - 1
Windows10DebloaterGUIOLD.ps1

@@ -42,6 +42,7 @@ $global:Bloatware = @(
     "Microsoft.Xbox.TCUI"
     "Microsoft.XboxApp"
     "Microsoft.XboxGameOverlay"
+    "Microsoft.XboxGamingOverlay"
     "Microsoft.XboxIdentityProvider"
     "Microsoft.XboxSpeechToTextOverlay"
     "Microsoft.ZuneMusic"
@@ -78,9 +79,12 @@ $global:WhiteListedApps = @(
     "Microsoft.WindowsStore"                    # Issue 1
     "Microsoft.Windows.Photos"                  # Microsoft disabled/hid legacy photo viewer
     "CanonicalGroupLimited.UbuntuonWindows"     # Issue 10
-    "Microsoft.XboxGamingOverlay"               # Issue 25, 91  Many home users want to play games
     "Microsoft.Xbox.TCUI"                       # Issue 25, 91  Many home users want to play games
+    "Microsoft.XboxApp"
+    "Microsoft.XboxGameOverlay"
+    "Microsoft.XboxGamingOverlay"               # Issue 25, 91  Many home users want to play games
     "Microsoft.XboxIdentityProvider"            # Issue 25, 91  Many home users want to play games
+    "Microsoft.XboxSpeechToTextOverlay"
     "Microsoft.MicrosoftStickyNotes"            # Issue 33  New functionality.
     "Microsoft.MSPaint"                         # Issue 32  This is Paint3D, legacy paint still exists in Windows 10
     "Microsoft.WindowsCamera"                   # Issue 65  New functionality.