[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ function Remove-Features() {
$_.FeatureName -NotLike "*NetFx*" -AND $_.FeatureName -NotLike "*NetFx*" -AND
$_.FeatureName -NotLike "*Media*" -AND $_.FeatureName -NotLike "*Media*" -AND
$_.FeatureName -NotLike "*NFS*" -AND $_.FeatureName -NotLike "*NFS*" -AND
$_.FeatureName -NotLike "*SearchEngine*" -AND
$_.State -ne "Disabled" $_.State -ne "Disabled"
} }