windows update KB5036893 is stuck on downloading 0%.

Anonymous
2024-04-14T12:42:37+00:00

Title says it all. HOw should I fix it.

Windows for business | Windows Client for IT Pros | 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

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-04-15T02:26:13+00:00

    This answer is automatically translated. As a result, grammatical errors or strange wording may occur.

    Hello,

    Thank you for posting in Microsoft Community forum.

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

    1. Please firstly run below command to scan some system files and check result: sfc /scannow Dism /Online /Cleanup-Image /restoreHealth
    2. Create folder C:\temp\cab
    3. Download the update from Microsoft Update Catalog to C:\temp
    4. 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
    5. 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}

    Have a nice day. 

    Best Regards,

    Molly

    0 comments No comments