mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-12 18:05:29 +00:00
whitelist: remove "Framework" - too risky for false-positive match
I expect this was intended to protect .NET Framework items. That is already covered by the \.NET entry.
This commit is contained in:
parent
92e3c35492
commit
445da40eaa
@ -85,7 +85,6 @@ $global:WhiteListedApps = @(
|
||||
"Microsoft.MSPaint" # Issue 32 This is Paint3D, legacy paint still exists in Windows 10
|
||||
"Microsoft.WindowsCamera" # Issue 65 New functionality.
|
||||
"\.NET"
|
||||
"Framework"
|
||||
"Microsoft.HEIFImageExtension" # Issue 68
|
||||
"Microsoft.ScreenSketch" # Issue 55: Looks like Microsoft will be axing snipping tool and using Snip & Sketch going forward
|
||||
"Microsoft.StorePurchaseApp" # Issue 68
|
||||
|
Loading…
Reference in New Issue
Block a user