[SOLVED] Windows 10 Home 22H2 - SFC/DISM Errors

It appears the file is missing.

Code:
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>dir /s /a %systemroot%\WinSxS\amd64_microsoft-windows-e..oyment-languagepack_31bf3856ad364e35_10.0.19041.4355_en-us_35d4af7ab21f03a8 > "%userprofile%\Desktop\Dirlist.txt"
File Not Found

C:\Windows\system32>certutil -hashfile %systemroot\WinSxS\Manifests\amd64_microsoft-windows-e..oyment-languagepack_31bf3856ad364e35_10.0.19041.4355_en-us_35d4af7ab21f03a8.manifest SHA256
CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.

C:\Windows\system32>
 
Follow these instructions to remove an update.
  • Open the Start menu of Windows and type the command CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, then press enter.
Code:
wusa /uninstall /KB:5036979
  • Let me know if it says it was successful or you get the message: The update KB5036979 is not installed on this computer.
 
Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link
  • Open the startmenu and type the command cmd.
  • After you find the Command Prompt, right click on it and select Run as Administrator.
  • Copy and paste the following into the Command Prompt and press enter.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
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 Registry button.
Code:
KB5036979
  • When the scan is complete, a message will display that SearchReg.txt is saved in the same folder FRST was started from.
  • Post the logfile SearchReg.txt as attachment in your next reply.
 
Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Great, please try to update again and post the result. If it fails attach a new copy of the CBS logs.
 
The update took longer and went further than previous attempts. At one point, it rebooted (after several expected reboots), then said it was trying to recover the installation but ultimately rolled back the changes. I've attached a new CBS archive.
 

Attachments

  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, press enter afterwards.
    Code:
    chkdsk
  • Wait for this to complete.

Download
6198cd309385f-58a60a47ed1bd-ListChkdskResult.PNG
ListChkdskResult.exe and save it on your desktop.
  • Rightclick ListChkdskResult.exe and select Run as administrator.
  • Notepad will open the file ListChkdskResult.txt on completion. (This logfile ListChkdskResult.txt is also saved on your desktop.)
  • Post the logfile ListChkdskResult.txt as attachment in your next reply.
 
Please run the following DISM command again and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 
There were no errors, but the output differed from any other time I've run it during this process. Here's an image:

1732532774833.webp
 
Please run also the following command:
Code:
DISM /online /cleanup-image /AnalyzeComponentStore
 
I am proceeding with reboot, but I wanted to post the output for reference:


Code:
C:\Windows\system32>DISM /online /cleanup-image /AnalyzeComponentStore

Deployment Image Servicing and Management tool
Version: 10.0.19041.3636

Image Version: 10.0.19045.4529

[==========================100.0%==========================]

Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 15.99 GB

Actual Size of Component Store : 15.44 GB

    Shared with Windows : 7.62 GB
    Backups and Disabled Features : 6.47 GB
    Cache and Temporary Data : 1.33 GB

Date of Last Cleanup : 2024-11-12 14:15:06

Number of Reclaimable Packages : 4
Component Store Cleanup Recommended : Yes

The operation completed successfully.
Restart Windows to complete this operation.
Do you want to restart the computer now? (Y/N)
 
Code:
C:\Windows\system32>DISM /online /cleanup-image /AnalyzeComponentStore

Deployment Image Servicing and Management tool
Version: 10.0.19041.3636

Image Version: 10.0.19045.4529

[==========================100.0%==========================]

Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 15.99 GB

Actual Size of Component Store : 15.43 GB

    Shared with Windows : 7.62 GB
    Backups and Disabled Features : 6.47 GB
    Cache and Temporary Data : 1.33 GB

Date of Last Cleanup : 2024-11-12 14:15:06

Number of Reclaimable Packages : 4
Component Store Cleanup Recommended : Yes

The operation completed successfully.

C:\Windows\system32>
 
Please run the following command to remove the reclaimable packages.
Code:
DISM /online /cleanup-image /StartComponentCleanup
 
Great, please try to update again and post the CBS logs if it fails.
 

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

Back
Top