Skip to content

Commit

Permalink
[MicroWin] Exclude Search Engine Package (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders authored Sep 20, 2024
1 parent 16b11e9 commit b3bbe0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/private/Invoke-WinUtilMicroWin-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function Remove-Features() {
$_.FeatureName -NotLike "*NetFx*" -AND
$_.FeatureName -NotLike "*Media*" -AND
$_.FeatureName -NotLike "*NFS*" -AND
$_.FeatureName -NotLike "*SearchEngine*" -AND
$_.State -ne "Disabled"
}

Expand Down

0 comments on commit b3bbe0d

Please sign in to comment.