Forum Discussion
devonlavoy
Oct 07, 2021Copper Contributor
Issues with Remote Desktop access on Server 2019 Virtual Server
Hi everyone, I'm having some issues with using a terminal server that I've setup inside of Server 2019. We currently have a company with about 30-40 employees that use a VPN and remote desktop in...
Nubbins
Oct 11, 2021Copper Contributor
I had this... Have you tried forcing the clients to use TCP instead of UDP?
Open regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
Create a Value of type: REG_DWORD
name: SelectTransport
value: 1
reboot the server and see if it's more stable.
Open regedit and go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
Create a Value of type: REG_DWORD
name: SelectTransport
value: 1
reboot the server and see if it's more stable.
Asys01
Jun 14, 2023Copper Contributor
I am having same situation with one RDS host running on 2019. Did the registry change resolved the issue?