From 3784503dfebfa0260397b1667c32921d9ea704d0 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Fri, 29 Oct 2021 11:05:55 +0200 Subject: [PATCH] Wild cards are not allowed - remove *Nvidia* #313 Blind fix based on another bug report - but sounds right and seems to resolve some matching/duplicate entry anomalies. These lists are used in two different ways. One way is a regex match which would require it to be .*Nvidia.*, but I think the other way (non-regex) just uses *Nvidia*. --- Windows10DebloaterGUI.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Windows10DebloaterGUI.ps1 b/Windows10DebloaterGUI.ps1 index d90341a..c64f529 100644 --- a/Windows10DebloaterGUI.ps1 +++ b/Windows10DebloaterGUI.ps1 @@ -125,7 +125,6 @@ $global:WhiteListedApps = @( "WindSynthBerry" # Issue 68 "MIDIBerry" # Issue 68 "Slack" # Issue 83 - "*Nvidia*" # Issue 198 "Microsoft.MixedReality.Portal" # Issue 195 )