mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-27 16:31:30 -06:00
Fix name of excluded package
This commit is contained in:
parent
706f65f631
commit
c5968243eb
@ -46,7 +46,7 @@ function Microwin-RemovePackages {
|
|||||||
$_ -NotLike "*LanguageFeatures*" -AND
|
$_ -NotLike "*LanguageFeatures*" -AND
|
||||||
$_ -NotLike "*VBSCRIPT*" -AND
|
$_ -NotLike "*VBSCRIPT*" -AND
|
||||||
$_ -NotLike "*License*" -AND
|
$_ -NotLike "*License*" -AND
|
||||||
$_ -NotLike "*HelloFace*"
|
$_ -NotLike "*Hello-Face*"
|
||||||
}
|
}
|
||||||
|
|
||||||
$failedCount = 0
|
$failedCount = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user