1
1
Since updating my laptop with the Windows 10 November update, a component of my Component Store seems to have gone corrupt that neither using the media utility to reinstall the update nor running sfc /scannow
is able to resolve. Whenever I execute the sfc /scannow
command, I get the following error:
Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.
I do not know how to read the log file, and it is extremely large (~100,000 lines since I've run it so much), so I do not want to put the entire thing on Pastebin. If someone knows what to look for or what I should pull from the log to post, I can do so.
Delete the log file first. Run sfc again. Search for the word "failed" in the log file. Also see if you have any "CSI Payload Corrupt" entries there. – AnT – 2015-11-19T01:17:23.607
Searching for "failed" and "CSI Payload Corrupt" did not return anything. I've uploaded a copy of the log file to Dropbox since Chrome does not seem to appreciate me trying to copy the entire text from the log file in to Pastebin. https://www.dropbox.com/s/p4dfyordknwf5aj/CBS.log?dl=0
– DaveTheMinion – 2015-11-19T01:51:04.520Hm... That's strange. I don't see anything in your log file that would justify "found corrupt files but was unable to fix" message from sfc. Entries like "duplicate ownership..." are rather innocent - we all have this. The rest are "directory not owned...", which are innocent as well. All your log entries are "Info" entries, not "Error" entries, which means that there's noting out of ordinary in your CBS.log. – AnT – 2015-11-19T01:55:29.163
@AnT So the duplicate ownership issue should not be causing the "corrupt file" message in the console? – DaveTheMinion – 2015-11-19T02:05:07.497