Exclude Windows Hello stuff from package removal

This commit is contained in:
CodingWonders 2024-11-24 12:51:53 +01:00
parent a45402e9d8
commit 9dcf8dd50e

View File

@ -45,7 +45,8 @@ function Microwin-RemovePackages {
$_ -NotLike "*Foundation*" -AND
$_ -NotLike "*LanguageFeatures*" -AND
$_ -NotLike "*VBSCRIPT*" -AND
$_ -NotLike "*License*"
$_ -NotLike "*License*" -AND
$_ -NotLike "*HelloFace*"
}
$failedCount = 0