Windows update issue (windows 2019 server )

Anonymous
2024-11-28T08:21:25+00:00

Windows update issue (windows 2019 server )

I tried windows 2019 server patch install monthly updates unable install last two months patches some rectified, kindly help as to fix the issues

Windows for business | Windows Server | Devices and deployment | Install Windows updates, features, or roles

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2024-11-29T01:19:50+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to update failure.

    Please firstly run below command to scan some system files and check result:

    sfc /scannow

    Dism /Online /Cleanup-Image /restoreHealth

    Create folder C:\temp\cab 

    Download the update from Microsoft Update Catalog to C:\temp 

    Expand the .msu file to extract the .cab file by running below command in CMD: 

    expand -F:* C:\temp{.msu file name with extension} C:\temp\cab

    You will get a .cab file from last step, use the following DISM command to add package: 

    Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}

    If there is no error, reboot the machine

    Have a nice day. 

    Best Regards,

    Molly

    0 comments No comments

0 additional answers

Sort by: Most helpful