[SOLVED] Update error 0x80246008 0x80010108

StefanRuijs

Member
Joined
Apr 22, 2025
Posts
11
Hi,

I am trying to update a 2019 server and getting error code 0x80246008 0x80010108.

Please check the attachments. Can somebody help me?
 

Attachments

Hi and welcome to Sysnative,

Step 1. Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi Maxstar,

Thank you for your reply.

I am still not able to update. Please see the attachments.

 

Attachments

Please provide all the previous CBS logs as well.

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.
 
The latest CBS logs are clean, so please post the error code after attempting to update and the following log file.

Export the Windows Update log
  • Right-click on the Start button and click Windows PowerShell (Admin).
  • Copy and paste the following command into it, press enter afterwards
Code:
Get-WindowsUpdateLog
  • Wait for the message "WindowsUpdate.log written to C:\Users\<username>\Desktop\WindowsUpdate.log".
  • Attach the logfile WindowsUpdate.log to your next reply.
 
Hi,

Please run the following command in an elevated prompt and attach services.txt in your next post.
Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 
Please run the following commands and copy paste the result in your next post.
Code:
sc start DoSvc
wait 5 seconds and run the following commands:
Code:
sc qc DoSvc
sc query DoSvc
 
I don't get any result :(

PS C:\Windows\system32> sc start doSvc
PS C:\Windows\system32> sc qc doSvc
PS C:\Windows\system32> sc query doSvc
PS C:\Windows\system32>
 
Open the startmenu and type gpedit.msc and press enter.
Navigate to: Computer Configuration > Policies > Windows Settings > Security Settings > System Services.
If the service Delivery Optimization is set to disabled change it to Not Configured / startup Not Defined.
 
I now get this:

sc start DoSvc
SERVICE_NAME: DoSvc
TYPE : 30 WIN32
STATE : 2 START_PENDING
(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x7d0
PID : 9240
FLAGS :


sc aq DoSvc
SERVICE_NAME: DoSvc
TYPE : 20 WIN32_SHARE_PROCESS
START_TYPE : 3 DEMAND_START
ERROR_CONTROL : 1 NORMAL
BINARY_PATH_NAME : C:\Windows\System32\svchost.exe -k NetworkService -p
LOAD_ORDER_GROUP :
TAG : 0
DISPLAY_NAME : Delivery Optimization
DEPENDENCIES : rpcss
SERVICE_START_NAME : NT Authority\NetworkService

sc query doSvc
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: DoSvc
TYPE : 30 WIN32
STATE : 1 STOPPED
WIN32_EXIT_CODE : 1066 (0x42a)
SERVICE_EXIT_CODE : 2147942402 (0x80070002)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
 
Export registry key as hive file.
  • 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 the command prompt and press enter.
Code:
reg save "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services" "%userprofile%\Desktop\Services.hiv"
  • Once done, a file will appear on your desktop, called Services.hiv.
  • ZIP this file and attach it to your next reply.
 
Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Right-click on the file FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Files button.
Code:
dosvc.dll
  • When the scan is complete, a message will display that 'Search.txt' is saved in the same folder FRST was started from. Notepad will open this file also.
  • Post the logfile Search.txt as attachment in your next reply.
 
Please run the following DISM command and the System File Checker first and post the result. If it fails attach a new copy of the CBS log.
Code:
SFC /Scannow
DISM /online /cleanup-image /RestoreHealth
 

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

Back
Top