fix: forgotten -AND

This commit is contained in:
Malix-off 2024-10-09 16:03:13 +02:00
parent e4565f1f6f
commit c9a7188a98

View File

@ -140,7 +140,7 @@ function Remove-Packages {
$_ -NotLike "*.NET*" -AND
$_ -NotLike "*Store*" -AND
$_ -NotLike "*VCLibs*" -AND
$_ -NotLike "*AAD.BrokerPlugin",
$_ -NotLike "*AAD.BrokerPlugin" -AND
$_ -NotLike "*LockApp*" -AND
$_ -NotLike "*Notepad*" -AND
$_ -NotLike "*immersivecontrolpanel*" -AND