mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
fix: forgotten -AND
This commit is contained in:
parent
e4565f1f6f
commit
c9a7188a98
@ -140,7 +140,7 @@ function Remove-Packages {
|
|||||||
$_ -NotLike "*.NET*" -AND
|
$_ -NotLike "*.NET*" -AND
|
||||||
$_ -NotLike "*Store*" -AND
|
$_ -NotLike "*Store*" -AND
|
||||||
$_ -NotLike "*VCLibs*" -AND
|
$_ -NotLike "*VCLibs*" -AND
|
||||||
$_ -NotLike "*AAD.BrokerPlugin",
|
$_ -NotLike "*AAD.BrokerPlugin" -AND
|
||||||
$_ -NotLike "*LockApp*" -AND
|
$_ -NotLike "*LockApp*" -AND
|
||||||
$_ -NotLike "*Notepad*" -AND
|
$_ -NotLike "*Notepad*" -AND
|
||||||
$_ -NotLike "*immersivecontrolpanel*" -AND
|
$_ -NotLike "*immersivecontrolpanel*" -AND
|
||||||
|
Loading…
Reference in New Issue
Block a user