Remote Desktop sessions to Windows 7 and Windows Server 2008 R2 systems may feel sluggish, particularly over slow or high-latency network connections.
When viewing the connection information for an RDP session, UDP transport may not be in use, resulting in all traffic being transmitted over TCP.
Windows 7 and Windows Server 2008 R2 do not support Remote Desktop Protocol (RDP) 8.0 and Datagram Transport Layer Security (DTLS) by default.
UDP transport support was introduced with RDP 8.0 and requires specific Windows updates to be installed before it can be enabled. In addition, the required Group Policy settings must be configured to allow the use of both UDP and TCP transport protocols.
Computer Configuration
└─ Administrative Templates
└─ Windows Components
└─ Remote Desktop Services
└─ Remote Desktop Session Host
└─ Connections
Configure the policy as follows:
Computer Configuration
└─ Administrative Templates
└─ Windows Components
└─ Remote Desktop Services
└─ Remote Desktop Session Host
└─ Remote Session Environment
Configure the policy state to Enabled.
The Enable Remote Desktop Protocol 8.0 policy may not be available when using newer Windows 10 or Windows 11 ADMX templates because the policy has been deprecated.
If the policy is unavailable, configure the setting using a Group Policy Registry Preference:
Registry Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services
Value Name:
fServerEnableRDP8
Type: REG_DWORD
Value: 1 (Hexadecimal)
When UDP transport is enabled, Remote Desktop can provide a smoother and more responsive user experience, particularly across slower WAN links and high-latency network connections. UDP reduces the impact of packet retransmissions and network congestion that can affect TCP-based RDP sessions.
Date Created: Friday, 8 November 2019, 9:16 PM