It`s simple when you know how ! Tech,Tutorials,Windows,Windows server Remote Desktop Freezing on Windows When in High CPU or On Heavy graphics Screens

Remote Desktop Freezing on Windows When in High CPU or On Heavy graphics Screens

I had this strange behavior when controlling windows through RDP protocol, The session was freezing randomly and I have to disconnect and re-connect all the time. Apparently disabling the UDP protocol in the session help preventing this . To disable the UDP protocol in RDP use this reg key on the Target mechine :

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client]
"fClientDisableUDP"=dword:00000001

You need to create the DWORD (32-bit) value  fClientDisableUDP and set the value to 1 (Base to Decimal). You can also type this in command prompt as Admin :

reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v fClientDisableUDP /d 1 /t REG_DWORD

Restart the client machine ! 

Through the group policy : type gpedit.msc , then

  • Go to “Computer Configuration” -> “Administrative Templates” -> “Windows Components” -> “Remote Desktop Services” -> “Remote Desktop Connection Client” .
  • Find the policy “Turn off UDP On Client” and set its value to “Enabled”

Good Luck

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How To Completely Uninstall All Version Of Microsoft OfficeHow To Completely Uninstall All Version Of Microsoft Office

Microsoft released easy uninstallers for all version of Office, just browse to this page and choose your office version : https://support.office.com/en-us/article/Uninstall-Office-from-a-PC-9dd49b83-264a-477a-8fcc-2fdf5dbf61d8?ui=en-US&rs=en-US&ad=US#OfficeVersion=2016 You need to select the version you have ad