Hi Ram Verma,
The performance degradation and crashes across your Windows 11 24H2 and 25H2 devices indicate a severe regression in how the new KB5085516 update interacts with core operating system processes. Because Microsoft has not yet published an Out-of-Band patch or an automated Known Issue Rollback for this specific defect, your immediate priority must be removing the problematic package to restore stability to your environment.
Rather than relying on the Windows Update Standalone Installer which no longer supports silent uninstalls and can cause central deployment scripts to hang, your IT team should utilize the Deployment Image Servicing and Management tool. You can deploy a script running the command DISM.exe /Online /Remove-Package /PackageName along with the specific package identity string for KB5085516 to cleanly revert the operating system. Once the update is successfully removed and the machines rebooted, you must prevent the Windows Update agent from immediately reinstalling the bad patch. You can achieve this by configuring a Group Policy Object under Computer Configuration, Administrative Templates, Windows Components, Windows Update, to pause Quality Updates. Alternatively, you can directly modify the registry at HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate to establish a strict deferral period.
Operating without Software Assurance restricts your ability to open a premier support ticket, making the built-in Windows Feedback Hub your primary escalation route. Having your affected users submit crash diagnostics through this application provides Microsoft engineering with the necessary telemetry to investigate the flaw. You should actively monitor the official Windows Release Health portal for any status changes regarding KB5085516. Once Microsoft acknowledges the defect and releases a superseding update containing the fix, you can safely remove your registry blocks or Group Policy deferrals and resume standard patching.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP