From fd96b8dd3c1f407f7baa30d03fb808663456cb8e Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 30 May 2019 14:23:01 +0300 Subject: [PATCH] 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. --- Windows10DebloaterGUIOLD.ps1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Windows10DebloaterGUIOLD.ps1 b/Windows10DebloaterGUIOLD.ps1 index 7df3020..0158b57 100644 --- a/Windows10DebloaterGUIOLD.ps1 +++ b/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.