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