Windows 11 Update KB5050094-January2025 causes an issue with RDP


@Zezinho
I would install the fix from microsoft what @garlin said.
Disabling UDP might cause slowing down of refresh rate in RDP. as it is forced to use TCP.
TCP will establishes a connection between the sender and receiver before data is send, and has checkup if data is send correctly and if faulty it resends it again (causing the slowdown)
UDP is connectionless, it will send the data without establishing a connection, what does not gaurantee packet dilivery.
For picture output UDP is ok, as the next batch of info is send directly again, and so it will refresh again.
Especially over slower connections the resending of TCP data will make it a lot worse experiance.

However if it is a temparary fix for a few weeks it might be ok in some situations.
How do I install this update? February 25, 2025—KB5052093 (OS Build 26100.3323) Preview
 

My Computer

System One

  • OS
    Windows 11 - Home
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion

My Computer

System One

  • OS
    Windows 11 - Home
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion
Code:
netsh advfirewall firewall delete rule name="Block Out UDP 3389"
 

My Computer

System One

  • OS
    Windows 7
Code:
netsh advfirewall firewall delete rule name="Block Out UDP 3389"
Thanks. I did it but my problem comes back, so, I will continue with Zezinho's solution indefinitely ....

1741191952996.webp
 

My Computer

System One

  • OS
    Windows 11 - Home
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavilion

Latest Support Threads

Back
Top Bottom