2025-03 Cumulative Update for Windows Server 2019 (1809) - 0x80070bc2

Nysmosu

New member
Joined
Mar 28, 2025
Posts
2
Hello there,

I've been attempting to install "2025-03 Cumulative Update for Windows Server 2019 (1809)" onto my Windowes Server 2019 machine without success.

0x80070bc2 is the error, which has now shown for the past 22 restarts of the VM.

I've attempted the steps from the following page:
0x80070bc2: How to Resolve the Windows Update Error

However, still no luck unfortunately. Hoping someone here may be able to help me out - much appreciated.
 
Hi and welcome to Sysnative,

Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB5005112) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5005112
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5005112-x64_81d09dc6978520e1a6d44b3b15567667f83eba2c.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5005112-x64.cab
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top