From 15e3a204d468712b4c73032d1885c1909ad12dcf Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Wed, 29 May 2019 21:36:56 +0300 Subject: [PATCH] whitelist cleanup: Microsoft.Paint3D is not a valid app name At least as far as I can see. Microsoft.Paint is the appx name for Paint3D. I often confuse it with Microsoft.Print3D, and perhaps that is what has happened here as well. --- Windows10DebloaterGUIOLD.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Windows10DebloaterGUIOLD.ps1 b/Windows10DebloaterGUIOLD.ps1 index 2166df1..0059b0d 100644 --- a/Windows10DebloaterGUIOLD.ps1 +++ b/Windows10DebloaterGUIOLD.ps1 @@ -74,7 +74,6 @@ $global:Bloatware = @( #Valuable Windows 10 AppX apps that most people want to keep. Protected from DeBloat All. #Credit to /u/GavinEke for a modified version of my whitelist code $global:WhiteListedApps = @( - "Microsoft.Paint3D" "Microsoft.WindowsCalculator" # Microsoft removed legacy calculator "Microsoft.WindowsStore" # Issue 1 "Microsoft.Windows.Photos" # Microsoft disabled/hid legacy photo viewer