mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 10:32:35 -05:00
Fix name of excluded package
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user