Fix name of excluded package

This commit is contained in:
CodingWonders 2024-11-24 13:37:06 +01:00
parent 706f65f631
commit c5968243eb

View File

@ -46,7 +46,7 @@ function Microwin-RemovePackages {
$_ -NotLike "*LanguageFeatures*" -AND
$_ -NotLike "*VBSCRIPT*" -AND
$_ -NotLike "*License*" -AND
$_ -NotLike "*HelloFace*"
$_ -NotLike "*Hello-Face*"
}
$failedCount = 0