Error 0x80073712 during Windows Update (KB4093119 and KB4093120) on 1607 (14393.351)

Netmaniac 1 Reputation point
2022-01-10T11:16:12.037+00:00

Hello
I have reinstalled Windows 10 from recovery media (Lenovo's Ideapad). It was Windows 10 from 2016. When system is doing upgrades it stops on KB4093119 and KB4093120 with error 0x80073712. What I have done:

  • reinstalled from recovery media - again it has stopped updates on those KB
  • removed antyvirus software
  • tried to download MSU for those KB and install from them - error
  • created current Windows install via Media Creator Tool and tried to upgrade - did not finish, error
  • run dsim and systemcheck - no errors found (log attached)

How to install those updates?

163631-log.txt

163450-winver.png

Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,931 Reputation points
    2022-01-11T14:01:00.533+00:00

    Hi there,

    It seems you have done most of the troubleshooting steps. You can try Resetting the windows update components and see if that helps you out.

    -Right-click on the start button and select Powershell (admin) or Command Prompt (admin)
    -Copy and paste each command and hit enter after each line.
    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    -Restart the computer after reset update components are completed.

    You can also try getting the updates manually and see you can install them.
    You can get the updates by KB number from the below link
    https://www.catalog.update.microsoft.com/Home.aspx


    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.