Exclude Microsoft-RemoteDesktopConnection

Exclude that from feature list. Fixes #2705
This commit is contained in:
CodingWonders 2024-10-01 21:10:09 +02:00
parent 1d16f34a68
commit 727b0cbb46

View File

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