fix: keep mstsc (RDP client) enabled - not bloatware

Microsoft-RemoteDesktopConnection is required for Remote Desktop
connections and must not be disabled on business machines.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filip Zubik 2026-03-23 16:09:20 +01:00
parent e78b6d23b8
commit 6d5d6083ff
2 changed files with 0 additions and 2 deletions

View file

@ -160,7 +160,6 @@ foreach ($cap in $CapabilitiesToRemove) {
$FeaturesToDisable = @( $FeaturesToDisable = @(
"MediaPlayback" "MediaPlayback"
"MicrosoftWindowsPowerShellV2Root" "MicrosoftWindowsPowerShellV2Root"
"Microsoft-RemoteDesktopConnection"
"Recall" "Recall"
"Microsoft-SnippingTool" "Microsoft-SnippingTool"
) )

View file

@ -160,7 +160,6 @@ foreach ($cap in $CapabilitiesToRemove) {
$FeaturesToDisable = @( $FeaturesToDisable = @(
"MediaPlayback" "MediaPlayback"
"MicrosoftWindowsPowerShellV2Root" "MicrosoftWindowsPowerShellV2Root"
"Microsoft-RemoteDesktopConnection"
"Recall" "Recall"
"Microsoft-SnippingTool" "Microsoft-SnippingTool"
) )