[MicroWin] Exclude Search Engine Package (#2761)

This commit is contained in:
CodingWonders
2024-09-20 15:31:36 +02:00
committed by GitHub
parent 16b11e994b
commit b3bbe0dbe5

View File

@ -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"
}