Windows 11 22H2 - Cant connect to a RDS server after update

Mmmax 171 Reputation points
2022-09-21T18:45:27.22+00:00

Hi,

I have several clients on Windows 11 , and after the update 22H2, they were not able to log to our RDS servers

I tried to log to the server using the private IP, it worked
It is still not working when I try to log to the public IP

I tried without the firewall, nothing changed

The problem disappeared after the rollback, they have been able to log back in.

I cant find anything about this issue.

This issue happens during the connexion to both Windows Server 2012 R2 and Windows Server 2016.

Is there a fix yet ?

Thanks

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Answer accepted by question author
  1. Jeff Cleath 181 Reputation points
    2022-09-22T17:01:58.61+00:00

    We have had the issue as well. I believe the problem is due to the fact that the RDS connection is trying to connect over UDP and is not trying to connect over TCP if the UDP fails.

    If you add the following registry setting the Remote Desktop Connection will work.
    Have to set this value to 1 in the registry for Windows 11 client to work outside the network
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client
    KEY VALUE - fClientDisableUDP SET TO 1

    I am on the early adopter program with Microsoft and raised this exact issue with Microsoft when the beta came out for Windows 11 and they did not fix the issue.

    16 people found this answer helpful.

24 additional answers

Sort by: Most helpful
  1. RCoenen 1 Reputation point
    2022-10-25T09:28:55.063+00:00

    We, an IT service provider, ran into the same problem this morning. The aforementioned registry edit helped!


  2. George Khairallah 121 Reputation points
    2022-11-16T19:39:00.96+00:00

    Hello all, just an update:
    We finally received the private patch from Microsoft and are currently testing it to confirm it works.
    If the KB doesn't change on the patch's release date, then it will be KB900417.

    Will post an update once we have tested and confirmed that it has been resolved.
    At this time, the release is still slated for the 4th week of January.


  3. Rodrigo C. Cortes Cano 6 Reputation points
    2022-11-17T01:19:13.86+00:00

    Hi everyone!

    The best solution without patch or registry is open the 3391 UDP in your firewall to RDS Gateway. Windows 11 22H2 or 21H1, Windows 10 21H2 or 22H2 work with any issue.

    The only other issue detected in W11 22H2 is cant save password in RDP conecction, need add a registry input to fixed.

    Thx.


  4. Paris Wells 1 Reputation point
    2022-11-24T00:16:23.277+00:00

    Hope everyone has Intune or an RMM to deploy this fix , as I guess these devices will be out of the network!

    How to create Dynamic Group for Windows 11 Devices : https://www.anoopcnair.com/create-windows-11-azure-ad-device-group/

    Powershell script to deploy via Intune

    Set-ItemProperty -Path "HKLM:\Software\Policies\Microsoft\Windows NT\Terminal Services\Client" -Name "fClientDisableUDP" -Value 1

    RDP-CSP Doesn't have this :( https://free.blessedness.top/en-us/windows/client-management/mdm/policy-csp-remotedesktopservices

    0 comments No comments

Your answer

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