Hello again Jesús Uriel,
Just following up. Your 40-user configuration on TSplus sits outside the native Remote Desktop Session Host (RDSH) architecture, but they missed the direct correlation between the specific changes in KB5075899 and the breakdown of third-party RDP wrappers.
Cumulative Update KB5075899 (February 2026) introduces critical security changes to the Remote Desktop Services stack, specifically modifying termsrv.dll and the Session Manager to address recent privilege escalation vulnerabilities. Third-party tools like TSplus rely on memory hooks or file modifications to this specific service to enable concurrent sessions. When Windows Update replaces these binaries, the third-party hooks often fail or enter a resource-intensive loop, causing the svchost.exe (hosting Terminal Services) to spike in CPU usage, which manifests as the severe "slowness" and latency you are experiencing.
To restore service stability immediately, you must eliminate the version conflict. First, verify if your third-party vendor has released a "Kernel Update" or compatibility patch specifically for Windows Server 2025 Build 26100.32370 (KB5075899). If they have not, you should uninstall the update to confirm this is a compatibility break rather than a hardware exhaustion issue. Open an elevated Command Prompt and execute wusa /uninstall /kb:5075899 /quiet /norestart, then manually reboot the server during a maintenance window.
While uninstalling the update restores performance, it leaves your server exposed to the critical RCE and privilege escalation vulnerabilities that KB5075899 was designed to patch. This "break-fix" cycle will recur with every future cumulative update because your current architecture fights against the Windows servicing model. The only way to ensure performance stability while keeping your server patched and secure is to migrate to the native Remote Desktop Session Host role with proper CALs, as this uses the official Microsoft multi-session stack that is tested and validated against these updates.
Hope you found something useful in the answer. If it helped you get more insight into the issue, please consider accepting it. Thank you.
VP