Update KB5075899

Jesús Uriel 0 Reputation points
2026-02-13T12:55:09.8133333+00:00

Hemos instalado el update KB5075899 y estamos esperimentando lentitud en el servidor.

Usamos TSPLUS (sobre RDP) y tenemos 40 usuarios que se conectan de forma simultanea.

Windows for business | Windows Server | Performance | Windows desktop and shell experience
0 comments No comments

3 answers

Sort by: Oldest
  1. AI answer

    2026-02-13T12:55:20.3233333+00:00

    Experiencing performance issues after installing updates like KB5075899 can be common, especially in environments with multiple users connected simultaneously. Here are some general troubleshooting steps you can consider:

    1. Check for Known Issues: Sometimes, specific updates can introduce performance issues. Check Microsoft's documentation or forums for any known issues related to KB5075899.
    2. Review Resource Usage: Monitor CPU, memory, and disk usage on the server to identify any bottlenecks. Tools like Task Manager or Resource Monitor can help.
    3. Update Drivers and Software: Ensure that all drivers, especially for network and graphics, are up to date. Sometimes, outdated drivers can lead to performance issues after an update.
    4. Rollback the Update: If the performance issues are severe and affecting productivity, consider rolling back the update as a temporary measure until a fix is available.
    5. Optimize RDP Settings: Review and optimize your RDP settings for performance, especially with multiple users. Adjusting settings related to visual effects and bandwidth can help.
    6. Consult TSPLUS Documentation: Since you are using TSPLUS, check their documentation for any compatibility notes or performance tips related to recent Windows updates.

    If the issue persists, you may want to contact Microsoft support or your IT department for further assistance.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. VPHAN 43,565 Reputation points Independent Advisor
    2026-02-13T13:30:28.91+00:00

    Hello Jesús Uriel,

    To properly diagnose the severe degradation you are experiencing after installing KB5075899, we need more specifics regarding your environment. Please clarify your exact Windows Server version, the underlying hardware resource allocation, and which specific performance metrics are spiking during these slowdowns, such as CPU queue length or non-paged pool memory exhaustion.

    The only officially supported and legally compliant method to handle 40 concurrent remote desktop users on Windows Server is to deploy the native Remote Desktop Session Host role alongside an RD Licensing Server. You should provision this native architecture by executing the PowerShell command Install-WindowsFeature -Name RDS-RD-Server, RDS-Licensing and subsequently installing valid RDS Client Access Licenses. For immediate diagnostic insight into your current session handling rather than degrading your security posture or altering transport protocols, you should inspect the Event Viewer under Applications and Services Logs\Microsoft\Windows\TerminalServices-LocalSessionManager\Operational for explicit connection drop codes.

    Do you find this answer useful? Should you have more questions, feel free to leave a comment. If the answer helps you get more insight into the issue, please consider accepting it. Thank you and have a nice day!

    VP

    Was this answer helpful?

    0 comments No comments

  3. VPHAN 43,565 Reputation points Independent Advisor
    2026-02-15T06:43:33.8566667+00:00

    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

    Was this answer helpful?

    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.