Is there a way to fix Windows 11 24H2 updates (this time KG5053598) breaking our RDP functionality for remote apps?

Curbs Plus 21 Reputation points
2025-03-13T12:55:55.35+00:00

We have had issues with the newer Windows 11 24H2 updates, especially KB5053598, breaking our ability to use the RDC to our remote app server. The users always time out after 60 seconds, even if they don't fully sign on to the remote app. Using the Microsoft store app removes the 60 second limit but limits the user's functionality and doesn't allow them to use local printers. The Terminal Services server is in the process of being replaced but is on 2012 R2 for now.

Windows Server Remote and virtual desktops Remote desktop services and terminal services
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alexander O 0 Reputation points
    2025-03-13T15:56:23.0866667+00:00

    This surely will degrade responsiveness of RDP, but the only thing is going to work is to set "Use TCP only" for "Select RDP transport protocols" (located in Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Connections) group policy on server's side, and after applying it perform in elevated PowerShell window restart-service -Name TermService -Force (either reboot the whole server)

    0 comments No comments

  2. Anonymous
    2025-03-18T06:36:54.54+00:00

    Hello,

    Try to disable the UDP RDP option for the client by configuring the group policy or the registry key.

    1. Group Policy Editor Tweak: • Open the Group Policy Editor and navigate to: • Computer Configuration → Administrative Templates → Windows Components → Remote Desktop Services → Remote Desktop Connection Client • Locate the “Turn Off UDP On Client” setting. • Double-click the setting, select “Enabled,” click “Apply,” then “OK.” • Restart your computer.
    2. Registry Editor Adjustment: • Open the Registry Editor and navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client • If the DWORD fClientDisableUDP does not exist, create it by right-clicking in the right panel, selecting New → DWORD (32-bit) Value, and naming it fClientDisableUDP. • Set its value to 1. • Click OK and restart your PC.

    Have a nice day.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

     

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.