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

Accepted answer
  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.

23 additional answers

Sort by: Most helpful
  1. Manny 6 Reputation points
    2022-10-15T23:37:41.527+00:00

    Hi Rodrido,

    RDP looks deceptively simple but there is alot to it. Have been working with RDP protocol for over 10 years and always learning new things.

    UDP isnt required too make it work BUT provides numerous benefits. UDP is a packet oriented protocol so if the user has poor Internet connection or using wireless or congested WiFi it will help.

    The other issue is that as PC start using HD, 2k and 4k (displays) the bandwith needs can be huge and when you compound latency on top of that then it becomes unusable. UDP also supports some sort of compression that greatly reduces bandwidth so if you have many users on bandwidth limited connections then its also a good idea. (Dont forget to set Qos on router as email, cloud docs and syncing can chew ALL of your bandwidth rendering your rdp connections useless).

    Hope that helps

    1 person found this answer helpful.
    0 comments No comments

  2. Johnny Wong 5 Reputation points
    2023-04-05T15:59:20.4733333+00:00

    Today is April 5th 2023 and it is not working. It WAS working back in February. OS build 22621.1413 had to go back to the Registry Edit method. Can you guys (MS) stop messnig up mtsc

    1 person found this answer helpful.
    0 comments No comments

  3. George Khairallah 121 Reputation points
    2022-09-27T19:45:02.457+00:00

    So, we opened a ticket with Microsoft about this, and turns out, their solution was a link referring me back to this thread, on which I commented. ¯_(ツ)_/¯. A bit odd that they're not acknowledging that this is an issue with this patch.

    My understanding is that changing that registry to 1 would actually not use the UDP. Would anyone know whether this would cause any "unreliability" in the RemoteApp connection if it is left turned off?


  4. Jeff Cleath 181 Reputation points
    2022-09-27T20:55:44.453+00:00

    I have heard from others that changing this registry could lead to performance issues with file downloads and video from Remote Desktop environment, especially with poor or long distance connections. I personally have been using this setting for about 4 months and have had no issues. I have very good internet connectivity remotely and am only about 40 miles from the server environment.

    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.