SFC /scannow Found Errors but could not fix some Corrupted files

ermol70

Reputable
Jul 31, 2015
78
0
4,640
greetings!
i was trying to resolve why my windows explorer was always crashing so i run a sfc/scannow then found out that my explorer.exe files are corrupted as shown in the sfc details log. my question is, Can the explorer files which are corrupted be fixed without installing fresh windows or reformatting my system? How to fix it?..pls help..have a windows 7 ultimate service pack 1 64 bit
so many important things in my hard drive. here is the part of the sfcdetails log:


2016-01-25 14:53:05, Info CSI 00000088 [SR] Cannot repair member file [l:24{12}]"explorer.exe" of Microsoft-Windows-explorer, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2016-01-25 14:53:05, Info CSI 0000008a [SR] Cannot repair member file [l:24{12}]"explorer.exe" of Microsoft-Windows-explorer, Version = 6.1.7601.17514, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2016-01-25 14:53:05, Info CSI 0000008b [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.WindowsFoundationDelivery"
2016-01-25 14:53:05, Info CSI 0000008e [SR] Could not reproject corrupted file [ml:520{260},l:28{14}]"\??\C:\Windows"\[l:24{12}]"explorer.exe"; source file in store is also corrupted
 
Solution
Try using DISM exe from command prompt while running as administrator.

Possible 2 ways to check for corruption:

1.Type : Dism /Online /Cleanup-Image /ScanHealth
2. Type: Dism /Online /Cleanup-Image /CheckHealth

To repair:

Type : Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
Try using DISM exe from command prompt while running as administrator.

Possible 2 ways to check for corruption:

1.Type : Dism /Online /Cleanup-Image /ScanHealth
2. Type: Dism /Online /Cleanup-Image /CheckHealth

To repair:

Type : Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows
 
Solution