2022-08 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems

Anonymous
2024-02-26T09:35:23+00:00

2022-08 Cumulative Update for Windows Server 2019 (1809) for x64-based Systems (KB5016623) - Error 0x800f0988

We run all the commands :

net stop wuauservnet stop cryptSvcnet stop bitsnet stop msiserverRen C:\Windows\SoftwareDistribution SoftwareDistribution.oldRen C:\Windows\System32\catroot2 Catroot2.oldnet start wuauservnet start cryptSvcnet start bitsnet start msiserver

we tried to download the KB from the microsoft catalog website and try to install with administrative privilege but still we have an issue.

the main problem is that we cannot run updates in windows 2019 server

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-02-27T06:32:20+00:00

    Hi Alexandros Triantafillidis,

    to resolve this issue, you can try the following steps:

    1. Open the Server Manager and go to the "Add Roles and Features" wizard.
    2. Select the "Features" option and expand the ".NET Framework 4.8 Features" node.
    3. Check the box next to "ASP.NET 4.8" and click "Next" to install the feature.
    4. After the installation is complete, restart the server and try to install the update again.

    If the issue persists, you can also try running the System File Checker (SFC) and Deployment Image Servicing and Management (DISM) tools to repair any corrupted system files. To do this, open an elevated Command Prompt and run the following commands:

    sfc /scannow
    
    dism /online /cleanup-image /restorehealth
    

    After running these commands, restart the server and try to install the update again.

    Hope it helps.

    Kind regards,

    Lei

    0 comments No comments
  2. Anonymous
    2024-02-28T12:02:36+00:00

    When we try to run Open the Server Manager and go to the "Add Roles and Features" wizard. we have the Error 0x800F0831.

    Any idea what we need to do?

    we have just tried these commands:

    • sfc /scannow
    • DISM.exe /Online /Cleanup-Image /Restorehealth
    • Reset Windows Update services

    0 comments No comments
  3. Anonymous
    2024-03-01T09:21:43+00:00

    Error 0x800F0831 usually occurs when there is a problem with the Windows Update components or when the required files are missing or corrupted. Since you have tried running all the repair commands, I think you can consider a repair installation.

    0 comments No comments