Windows 10 - DISM errors

publicarray

New member
Joined
May 23, 2022
Posts
1
Hi I've been trying to fix the DISM errors so windows can update again.
Any help find the corrupt files would be appreciated.

I even tried it the following from the most recent windows image:
Code:
dism /export-image /SourceImageFile:install.esd /SourceIndex:6 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
dism /Online /Cleanup-Image /RestoreHealth /Source:WIM:c:\install.wim:1 /LimitAccess
dism /online /cleanup-image /restorehealth

Code:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2022-05-23 18:54:52.171
Microsoft Windows 10 Build 19043 - amd64
Not using a script file.

AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.

Successfully processed all directives.

Failed to generate a complete zip file. Upload aborted.

SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2022-05-23 19:08:46.887
----------------------EOF-----------------------

Summary from dism /Source:WIM
Code:
    Summary:
    Operation: Detect and Repair
    Operation result: 0x800f081f
    Last Successful Step: Remove staged packages completes.
    Total Detected Corruption:    406
        CBS Manifest Corruption:    406
        CBS Metadata Corruption:    0
        CSI Manifest Corruption:    0
        CSI Metadata Corruption:    0
        CSI Payload Corruption:    0
    Total Repaired Corruption:    28
        CBS Manifest Repaired:    28
        CSI Manifest Repaired:    0
        CSI Payload Repaired:    0
        CSI Store Metadata refreshed:    True
    Staged Packages:
        CBS Staged packages:    0
        CBS Staged packages removed:    0
 

Attachments

Hi,

There are a lot of packages missing, so it will take some time to collect all the files.
 
Step 1. Run SFCFix again with the attached ZIP file.
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.
6190d993a26f3-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. Reboot the system and run the System File Checker.
  • 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, and press enter.
    Code:
    sfc /scannow
  • Take a screenshot of the commandprompt window and paste it into your next reply.
 

Attachments

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

Back
Top