[SOLVED] Windows 8 - Corrupt files

Good news, after some testing we should now have a fix for this error. When testing this on my machine I had success, if your happy to be a test pilot please continue :)

  1. Right click on the
    aa922834-ed43-40f1-8830-d5507badb56c_39.jpg
    button
  2. Click on Command prompt (Admin) => Press Yes on the prompt
  3. Inside the Command Prompt windows copy and paste the following command
    Code:
    reg load HKLM\COMPONENTS %windir%\System32\config\COMPONENTS
    reg add "HKLM\COMPONENTS\DerivedData\Components\amd64_microsoft-windows-com-dtc-runtime_31bf3856ad364e35_6.3.9600.17415_none_0a5dfdcc33c06e7e" /v f!msdtc.log /t REG_DWORD /d 00000001 /f
    
SFC /SCANNOW
  1. Right click on the
    aa922834-ed43-40f1-8830-d5507badb56c_39.jpg
    button
  2. Click on Command prompt (Admin) => Press Yes on the prompt
  3. Inside the Command Prompt windows copy and paste the following command SFC /SCANNOW
  4. Please wait for this to Finish before continuing with rest of the steps.
Convert CBS.log to CBS.txt
  1. Right click on the
    aa922834-ed43-40f1-8830-d5507badb56c_39.jpg
    button
  2. Click on Run => Inside the run box copy and paste the following command:
    Code:
    cmd /c copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  3. Press Enter
  4. Once this has completed please go to your Desktop and you will find CBS.txt => Please upload CBS.txt to this thread
Please Note:: if the file is too big to upload to you next post please upload via Dropbox or One Drive
 
Look looks good :)

Code:
2014-11-27 07:10:18, Info                  CSI    00000a34 [SR] Verify complete
2014-11-27 07:10:18, Info                  CSI    00000a35 [SR] Repairing 0 components
2014-11-27 07:10:18, Info                  CSI    00000a36 [SR] Beginning Verify and Repair transaction
2014-11-27 07:10:18, Info                  CSI    00000a37 [SR] Repair complete
 
I am curious to know what the problem was or what caused this? I have the same issue and did the fix as above...........waiting now to see if SFC is able to run without any errors.........BUT id like to know what caused this issue so I can prevent it from happening again?
 
WONDERUL!!! It fixed my same issue.............ty! but again.......any idea why this happened or what might have caused it?
 
Back
Top