Trying to fix files SFC cannot repair

iamjim

Member
Member
Messages
25
I ran SFC /scannow and got this error message:

Windows Resource Protection found corrupt but was unable
them. Details are included in the CBS.Log
example C:\Windows\Logs\CBS\CBS.log
The text is truncated because the Command Window was not wide enough.

I looked at the CBS log file but couldn't figure out how to find the problems.
Here is a link to the CBS log it produced:
https://dl.dropboxusercontent.com/u/6246962/CBS.log

Then I ran DISM and got this error message:
Error: 0x800f0906
The source files could not be downloaded.
Use the "source" option to specify the location of
o restore the feature. For more information on spe
Configure a Windows Repair Source
The text is truncated because the Command Window was not wide enough.

Same interpretation problem. Here's the DSIM log it produced:
https://dl.dropboxusercontent.com/u/6246962/dism.log

Does anyone know how to pick the wheat from all the chaff?

I went to the link it suggested: Configure a Windows Repair Source like it suggested but it was too geeky for me.
 

My Computer

System One

  • OS
    Windows 8
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo
the log file is from 2015..........

Try Image-Health (link in sig below)

Option 1
then option 2
then option 3
then option 0

detail reports will be created on your desktop - easy to post in forum
 

My Computer

System One

  • OS
    Windows 3.1 > Windows 10
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Dell XPS 8700
    CPU
    I7
    Memory
    24 GB
Thanks for your reply. I found and pasted this into the command line -- it worked:

net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc
 

My Computer

System One

  • OS
    Windows 8
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Lenovo
Back
Top