mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
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.
This commit is contained in:
parent
7525a8e56c
commit
15e3a204d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user