SFC Corrupted Files CBS Log (Need help fixing system files)

Zizx

Commendable
Oct 29, 2016
1
0
1,510
Got the error that SFC could not repair some corrupt files and I haven't a clue how to read and fix these files. Any help would be great. Here's a link to the text file, it was too large for Pastebin.

http://s000.tinyupload.com/index.php?file_id=15174296278033362203

Edit: I also ran DISM /Online /Cleanup-Image /RestoreHealth and received this:

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

[== 4.5% ]
Error: 1726

The remote procedure call failed.
 
Solution
Possible solutions:

I've found the problem with the help of Process Explorer: it is MSI afterburner + riva statistics server, they have locked the "dxgi.dll" file (found in CBS.log) in system32 folder. So I've exited the apps and the process went fine.

Method 1:
Check if the Remote Procedure Call (RPC) services are started.
a. Press Windows Key + R, type services.msc, press ENTER.
b. Search for service named Remote Procedure Call (RPC).
c. You will find two services with the same name first one should be automatic and the second one which is Remote Procedure Call (RPC) locator should be manual.
d. Check if it is started, if not right click on the service and click on Start.


Method 2:
From Start screen, open Command...

Colif

Win 11 Master
Moderator
Possible solutions:

I've found the problem with the help of Process Explorer: it is MSI afterburner + riva statistics server, they have locked the "dxgi.dll" file (found in CBS.log) in system32 folder. So I've exited the apps and the process went fine.

Method 1:
Check if the Remote Procedure Call (RPC) services are started.
a. Press Windows Key + R, type services.msc, press ENTER.
b. Search for service named Remote Procedure Call (RPC).
c. You will find two services with the same name first one should be automatic and the second one which is Remote Procedure Call (RPC) locator should be manual.
d. Check if it is started, if not right click on the service and click on Start.


Method 2:
From Start screen, open Command Prompt, and Run as administrator.
Now, type the following commands. Press Enter after each command.
DISM.exe /Online /Cleanup-image /Scanhealth

then try to run DISM /Online /Cleanup-Image /RestoreHealth again

http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/dismexe-online-cleanup-image-startcomponentcleanup/4f8f9da1-8f29-406b-af23-314b8fb11199

another fix: http://www.kapilarya.com/fix-dism-error-1726-remote-procedure-call-failed-windows-10
 
Solution