mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-24 03:45:30 +00: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