Skip to content

Commit

Permalink
Exclude Windows Hello stuff from package removal
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders committed Nov 24, 2024
1 parent a45402e commit 9dcf8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/microwin/Microwin-RemovePackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dcf8dd

Please sign in to comment.