mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-27 00:11:30 -06:00
Exclude Windows Hello stuff from package removal
This commit is contained in:
parent
a45402e9d8
commit
9dcf8dd50e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user