Hi Jeff, hi Microsoft,
Switching off UDP with one of the solutions mentioned at least means that a connection can be established again. We run an enterprise solution for our customers and are severely impacted by the issue. Excessive use of virtual channels is possible without UDP, but this means that drawing operations, for example when copying files through the channel, freeze. So far so good... The only solution from my point of view is to roll back the files (mstsc.exe and mstscax.dll) to the status before the 22H2 update. It is important that the permissions on the files are not modified, so that Microsoft can then cleanly update them again with the next update. Our solution is: - Stop all instances of mstsc.exe - Elevate to local administrator - Start Trusted Installer Service - Start a copy application (exchange files) in the context of the Trusted Installer (similar to here: https://github.com/rara64/GetTrustedInstaller/blob/master/BerlinDefence.cs) At least the functionalities used in our scenario are restored and customers can use our services without restrictions. I am not aware of any side effects. Unfortunately, the application used cannot share, as it was specially developed for our customers. However, if anyone needs help, he/she is welcome to get in touch on the subject.