Issues with system repair sfc and DISM fail to fix

nikolai166

Prominent
Jan 10, 2018
1
0
510
I started my computer up and realized I can't install any files or run certain programs. I tried to run DISM and SFC and got errors from both. I managed to get the error reports and I've attached them. If anyone has any clue how to fix this, it would be a huge help.

CBS log:http://
DISM log:http://
 
Solution
which DISM did you run? What command?

I wasn't going to read a several hundred line dism log

this might help:

Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

then run SFC /scannow again.

If they still refuse to help, try a repair install

Colif

Win 11 Master
Moderator
which DISM did you run? What command?

I wasn't going to read a several hundred line dism log

this might help:

Download a copy of the win 10 iso from Here - create ISO by telling it you want to make DVD - and then mount that ISO in file explorer (see Here) and then copy paste the below command into command prompt (admin)

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess
Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

then run SFC /scannow again.

If they still refuse to help, try a repair install
 
Solution