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:
parent
e78b6d23b8
commit
6d5d6083ff
2 changed files with 0 additions and 2 deletions
|
|
@ -160,7 +160,6 @@ foreach ($cap in $CapabilitiesToRemove) {
|
||||||
$FeaturesToDisable = @(
|
$FeaturesToDisable = @(
|
||||||
"MediaPlayback"
|
"MediaPlayback"
|
||||||
"MicrosoftWindowsPowerShellV2Root"
|
"MicrosoftWindowsPowerShellV2Root"
|
||||||
"Microsoft-RemoteDesktopConnection"
|
|
||||||
"Recall"
|
"Recall"
|
||||||
"Microsoft-SnippingTool"
|
"Microsoft-SnippingTool"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,6 @@ foreach ($cap in $CapabilitiesToRemove) {
|
||||||
$FeaturesToDisable = @(
|
$FeaturesToDisable = @(
|
||||||
"MediaPlayback"
|
"MediaPlayback"
|
||||||
"MicrosoftWindowsPowerShellV2Root"
|
"MicrosoftWindowsPowerShellV2Root"
|
||||||
"Microsoft-RemoteDesktopConnection"
|
|
||||||
"Recall"
|
"Recall"
|
||||||
"Microsoft-SnippingTool"
|
"Microsoft-SnippingTool"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue