potential windows update database error detected error code 0x80073712

Bilal Khan 101 Reputation points
2021-05-26T16:41:52.217+00:00

windows server 2016

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,512 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,132 questions
0 comments No comments
{count} votes

Accepted answer
  1. Teemo Tang 11,416 Reputation points
    2021-05-27T01:50:57.243+00:00

    Run CMD as administrator and enter the following two commands
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    After command executed complete.

    Right click on Windows Start > Windows Powershell (Admin)
    Type following (or copy and paste following) one by one and Enter

    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

    Clean boot computer to check result.
    https://support.microsoft.com/en-us/topic/how-to-perform-a-clean-boot-in-windows-da2f9573-6eec-00ad-2f8a-a97a1807f3dd

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

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.