[SOLVED] Windows Server 2019 - KB5053596 failing to install

sysanalyst001

Well-known member
Mar 16, 2022
96
KB5053596 is failing to install on my Windows Server 2019 VM. If I download the update from Windows Update Catalog and install it manually, I get a message saying the update is already installed even though that's not what the Windows Update history window says (screenshot attached).

Running dism /online /cleanup-image /restorehealth also fails and gives the error in the other attached screenshot. Any ideas on how this could be fixed please?
 

Attachments

  • DISM screenshot 1.webp
    DISM screenshot 1.webp
    47.2 KB · Views: 3
  • CBS.zip
    CBS.zip
    8.4 MB · Views: 1
  • ComponentsScanner.txt
    ComponentsScanner.txt
    727 bytes · Views: 2
  • Windows Update screenshot.webp
    Windows Update screenshot.webp
    43.4 KB · Views: 3
Hi @sysanalyst001,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Hi,

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

I downloaded the update from Windows Update Catalog, ran it manually and got a message saying that the update was already installed on the computer. Windows Update says that the machine's up to date but checking the update history also shows that at no point has KB5053596 been installed successfully. Is this something that will sort itself out as the update has actually been installed already?
 

Attachments

  • Windows Update screenshot 2.webp
    Windows Update screenshot 2.webp
    41.4 KB · Views: 1
Is this something that will sort itself out as the update has actually been installed already?
When it says the machine is up-to-date, it should be okay! You can check this with the following commands:
Code:
wmic qfe | findstr /C:"KB5053596"
wmic qfe list brief /format:texttablewsys > "%userprofile%\Desktop\UpdateList.txt"
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top