[SOLVED] Issues with Updating Windows 10 Same (0x800700c1) Each Time

Hi,

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 (KB5003791) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5003791
  • 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-kb5003791-x64_6c4ec017d710917b394a39f925a0149668db4e83.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5003791-x64_PSFX.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.
 
Looks like things were successful. It asked me to restart the computer from the command window so I let that happen. I haven't checked or done anything else after that though since I don't want to mess anything up.
 
Great, this was the Enablement Package for 21H2, so let me know the result after the reboot and/or checking Windows Update again.
 
Rebooted the machine and checked for updates. It looks like it downloaded, but had a problem with the installation again.
1727279167514.png
 
Please post a full screenshot, I think Windows Update is still trying to install Windows 10 22H2 again. So maybe we'll need to install that Enablement Package as well.
 
Is this it? There's the error message alongside the offer of windows 11 (which I do not want).
1727279698256.png
 
Yes, please do the following first. You can ignore the Windows 11 message, please use only the retry button to attempt to update again.

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 (KB5015684) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5015684
  • 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-kb5015684-x64_523c039b86ca98f2d818c4e6706e2cc94b634c4a.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5015684-x64_PSFX.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.
 
Went through the steps, this is what the command window looked like right before I hit Y to restart. After that I tried the windows update, but it gave me the same error again.
1727306838234.png
 
Hi,

Please provide the latest CBS logs.

Upload a copy of the CBS folder
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
653a64385d891-618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply. If the file is too large to attach, upload the CBS.zip file to www.wetransfer.com and post the link in your next reply.
 
Hi,

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 (KB4592438) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB4592438
  • 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-kb4592438-x64_b6914251264f8f973c3f82f99b894935f33c38e6.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB4592438-x64_PSFX.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.
 
It worked! After the restart I checked the update and it went through and installed. Then It needed a few more restarts and now it says I'm up to date!
 

Attachments

  • 1727455514922.png
    1727455514922.png
    56.2 KB · Views: 4
Great, please open an an elevated prompt and type winver, and post the result to check the latest build (version)...
 
This looks good, I think we can mark this as solved since this is the latest build (LCU).... (y)
 

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

Back
Top