Hello,
1、Uninstall Problematic Updates:
If the issue started after applying these updates, consider uninstalling them temporarily to test:
Open Settings > Update & Security > View update history.
Locate the updates and click Uninstall.
Restart the server and monitor for improvements.
- Configure TCP-Only RDP
You mentioned implementing the TCP-only suggestion, which is a good step. Ensure it's configured correctly:
Open Group Policy Management (gpedit.msc).
Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
Enable Use both UDP and TCP for RDP and set it to TCP only.
Apply the policy and restart the RDS servers.
- Check Network Configuration
Verify Network Adapters:
Ensure the network adapters on the RDS servers are configured correctly.
Check for any errors or warnings in Device Manager.
Test Network Latency:
Use tools like ping or tracert to test network latency between the RDS servers and clients.
High latency or packet loss can cause session freezing.
Disable UDP for RDP:
If TCP-only configuration didn't fully resolve the issue, disable UDP entirely:
Open Registry Editor (regedit).
Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
Create a new DWORD (32-bit) Value named fDisableUDP.
Set its value to 1.
Restart the server.
- Optimize RDS Session Host Settings
Increase Session Limits:
Open Group Policy Management.
Navigate to:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
Configure Limit number of connections and Set time limit for active but idle RDS sessions.
Best Regards,
Hania Lian
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.