Skip to content

Commit e2d2f65

Browse files
Merge pull request #220403 from dknappettmsft/avd-rdp-shortpath-remove-preview
AVD RDP Shortpath remove preview text
2 parents 851b44c + 3ab5472 commit e2d2f65

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

articles/virtual-desktop/configure-rdp-shortpath.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ Before you can enable RDP Shortpath, you'll need to meet the prerequisites. Sele
2424
# [Public networks](#tab/public-networks)
2525

2626
> [!TIP]
27-
> RDP Shortpath for public networks is currently rolling out now it is generally available. It will work automatically without any additional configuration, providing networks and firewalls allow the traffic through and RDP transport settings in the Windows operating system for session hosts and clients are using their default values.
28-
>
29-
> While it is rolling out, it may still be necessary to configure a registry value to enable RDP Shortpath for public networks. For more information, see [Enable the preview of RDP Shortpath for public networks](#enable-the-preview-of-rdp-shortpath-for-public-networks).
30-
>
31-
> The steps to configure RDP Shortpath for public networks are provided for session hosts and clients in case these defaults have been changed.
27+
> RDP Shortpath for public networks will work automatically without any additional configuration, providing networks and firewalls allow the traffic through and RDP transport settings in the Windows operating system for session hosts and clients are using their default values. The steps to configure RDP Shortpath for public networks are provided for session hosts and clients in case these defaults have been changed.
3228
3329
- A client device running the [Remote Desktop client for Windows](users/connect-windows.md), version 1.2.3488 or later. Currently, non-Windows clients aren't supported.
3430
- Internet access for both clients and session hosts. Session hosts require outbound UDP connectivity from your session hosts to the internet. To reduce the number of ports required, you can [limit the port range used by clients for public networks](configure-rdp-shortpath-limit-ports-public-networks.md). For more information you can use to configure firewalls and Network Security Group, see [Network configurations for RDP Shortpath](rdp-shortpath.md#network-configuration).
@@ -299,22 +295,6 @@ To configure managed Windows clients using Intune:
299295

300296
1. Apply the configuration profile, then restart your clients.
301297

302-
## Enable the preview of RDP Shortpath for public networks
303-
304-
RDP Shortpath for public networks is currently rolling out now it is generally available. While it is rolling out, it may still be necessary to configure a registry value to enable RDP Shortpath for public networks. Open an elevated PowerShell prompt on your session hosts and run the following command:
305-
306-
```powershell
307-
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations" -Name ICEControl -PropertyType DWORD -Value 2
308-
```
309-
310-
## Disable the preview of RDP Shortpath for public networks
311-
312-
If you've participated in the preview of RDP Shortpath for public networks, you need to delete the following registry value as it is no longer required. Open an elevated PowerShell prompt on your session hosts and run the following command:
313-
314-
```powershell
315-
Remove-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations" -Name ICEControl -Force
316-
```
317-
318298
## Next steps
319299

320300
- Learn how to [limit the port range used by clients](configure-rdp-shortpath-limit-ports-public-networks.md) using RDP Shortpath for public networks.

0 commit comments

Comments
 (0)