mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-12 18:05:29 +00:00
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*.
This commit is contained in:
parent
a48b4d8dc5
commit
3784503dfe
@ -125,7 +125,6 @@ $global:WhiteListedApps = @(
|
||||
"WindSynthBerry" # Issue 68
|
||||
"MIDIBerry" # Issue 68
|
||||
"Slack" # Issue 83
|
||||
"*Nvidia*" # Issue 198
|
||||
"Microsoft.MixedReality.Portal" # Issue 195
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user