[SOLVED] SFC Corruption Unable to repair

AusNaminator

New member
Joined
May 25, 2016
Posts
4
I'm having trouble with some corruptions with my Windows 10 install. I have tried sfc /scannow as well as Dism.exe / online / cleanup-image /restorehealth but still cant fix the corruptions. I have attached my CBS.log if needed.

View attachment CBS.zip
 
The corruption appeared after I started receiving "The stub received bad data" errors when trying to launch some programs and after browsing the web I found a solution to run sfc /scannow. Things kinda spiralled from there. At that point it found corruptions which it could not resolve I then went scouring the internet and found the SFCFix tool which i ran and it was unable to resolve the issues(Log File Attached]). I then did some further digging on the internet and found a potential solution to run the Dism.exe / online / cleanup-image /restorehealth. That was then unsuccessful because the image was corrupted and it couldnt find a source. I then used the Media Creation Tool to create an iso for my build of Windows 10 which i then mounted and pointed the DISM to the install.esd and it managed to repair the image but now I'm unable to successfully fix the corruptions using the sfc scan.
 

Attachments

Hi and welcome to Sysnative. Let's see if we can get you fixed up. Please start with the following.

Step#1 - SFCFix Script
Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop. If you still have this on your desktop from downloading previously, you don't need to re-download.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please

Step#2 - SFC Scan
1. Right-click on the Start
w8start.png
button and select Command Prompt (Admin)
2. When command prompt opens, Copy (Ctrl+C) and Paste (Right-click > Paste) the following command into it, then press Enter
sfc /scannow

3. Once it finishes, copy and paste the following into the command-prompt window and press Enter.
copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"

4. Once this has completed please go to your Desktop and you will find CBS.txt => Right-click on this file and choose Send To...Compressed (zipped folder). Please upload this zipped file CBS.zip to this thread

Please Note:: if the file is too big to upload to your next post please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.


Items for your next post
1. SFCFix.txt
2. CBS.txt
 

Attachments

I followed the recommended steps and here is my SFCFix log
Code:
SFCFix version 3.0.0.0 by niemiro.Start time: 2016-05-28 12:41:27.692
Microsoft Windows 10 Build 10586 - amd64
Using .zip script file at C:\Users\Cameron\Desktop\SFCFix.zip [0]








PowerCopy::
Successfully took permissions for file or folder C:\Windows\Winsxs\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_10.0.10586.306_none_84e98509037b80f9\Windows Journal.lnk


Successfully copied file C:\Users\Cameron\AppData\Local\niemiro\Archive\Winsxs\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_10.0.10586.306_none_84e98509037b80f9\Windows Journal.lnk to C:\Windows\Winsxs\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_10.0.10586.306_none_84e98509037b80f9\Windows Journal.lnk.


Successfully restored ownership for C:\Windows\Winsxs\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_10.0.10586.306_none_84e98509037b80f9\Windows Journal.lnk
Successfully restored permissions on C:\Windows\Winsxs\amd64_microsoft-windows-tabletpc-journal_31bf3856ad364e35_10.0.10586.306_none_84e98509037b80f9\Windows Journal.lnk
PowerCopy:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 1 datablocks.
Finish time: 2016-05-28 12:41:28.024
Script hash: LdL9X94gV5RgdBiswbt/LUd9ifaGQiz/oTgrVE6NSa8=
----------------------EOF-----------------------

Also attached is the required CBS log. View attachment cbs.zip
 
Looks good. Let's run one more scan to be sure.

Step#1 - DISM /RestoreHealth Scan
Warning:this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Right-click on the Start
    w8start.png
    button and select Command Prompt (Admin)
  2. When command prompt opens, Copy (Ctrl+C) and Paste (Right-click > Paste) the following command into it, then press Enter
    Dism /Online /Cleanup-Image /RestoreHealth
  3. Once it finishes, copy and paste the following into the command-prompt window and press Enter. If prompted to overwrite the existing file go ahead.
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  4. Once this has completed please go to your Desktop and you will find CBS.txt => Please zip/upload to this thread.
    Please Note:: if the file is too big (over 7MB) to upload to your next post, please upload via a service such as Dropbox or One Drive or SendSpace and just provide the link.
 

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

Back
Top