mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
[MicroWin] Exclude Search Engine Package (#2761)
This commit is contained in:
parent
16b11e994b
commit
b3bbe0dbe5
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user