Hi Prashant,
As mentioned, the installation of three packages (KB5055170, KB5055661, KB5048671) failed, even when attempted manually. Additionally, the "Restore Health" operation was unsuccessful.
To further troubleshoot, could you please:
Check the current update status of the machine:
- What is the most recent patch installed?
- Was the January 2025 SSU (Servicing Stack Update) installed before attempting these updates? You can verify this by running: "winver" and sharing a screenshot of the output. I will help clarify the system’s current state.
Confirm if you’ve tried installing via DISM. If not, below are the correct steps to proceed after ensuring the January 2025 SSU is installed:
Steps for Manual Installation via DISM:
- Download the required update (.msu) from the Microsoft Update Catalog.
- Extract the .msu to .cab files using: expand -F:* Update.msu C:\temp (Replace Update.msu with your actual filename)
- Install the update using DISM: DISM /Online /Add-Package /PackagePath:"C:\temp<filename>.cab"
- Reboot and verify installation.
Please do let me know it goes!