[SOLVED] 2019 Server, cannot get KB5044277 to install

Brian Clark

Member
Joined
Oct 22, 2024
Posts
13
2024-10 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5044277) - Error 0x80073701
Have tried manually downloading and same issue. Attaching the logs to this and hopefully someone can help.
 

Attachments

Hi @Brian Clark,

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
 
Can anyone please help me? I see others have this same issue and they seem to be getting it solved. I assume I cannot use the same sfcfix.txt files?
 
Hi and welcome to Sysnative,

Please provide all the previous CBS logs as well.

Upload a copy of the CBS folder
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
653a64385d891-618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply. If the file is too large to attach, upload the CBS.zip file to www.wetransfer.com and post the link in your next reply.
 
Hi,

Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB5041578) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5041578
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5041578-x64_805a87fa976cf1a634ca916575b7896df7a646e3.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5041578-x64.cab
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
Please reboot the server and attempt to update again. If it fails attach the latest CBS logs to your next post.
 

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

Back
Top