SFC /Scannow and DSIM Error

Raguel888

New member
Joined
Jul 3, 2015
Posts
2
Hy
Something strange happened yesterday. I was working on a word doc when my laptop just turned off, I mean just boom and it was off. No warning, no error, just like, I am typing now and it was off, I then restarted it, an thankfully it did, but i knew from the start up time that thre's some problem with the machine. I then ran SFC, and found that there were some errors which it could not fix. So I did some search and found the DSIM command. Ran all the DSIM commands sequentially DISM /Online /Cleanup-Image /RestoreHealth and found the following results:


Code:
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>dism /online /cleanup-Image /checkhealth

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

The component store is repairable.
The operation completed successfully.

C:\WINDOWS\system32>dism /online /cleanup-Image /scanhealth

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

[==========================100.0%==========================]
The component store is repairable.
The operation completed successfully.

C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

[==========================100.0%==========================]

Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required t
o restore the feature. For more information on specifying a source location, see
 http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

I searched again but couldnt found a way to fix the 'source' problem. I am using WIn 8.1 so dont have the group policy editor where I can turn on the WU for DSIM. Then I ran SFCFix and it gave the following results:

Code:
SFCFix version 2.4.5.0 by niemiro.
Start time: 2015-07-03 21:13:09.903
Microsoft Windows 8.1 Update 3 - amd64
Not using a script file.




AutoAnalysis::
FIXED: Performed DISM repair on file Amd64\CNBJ2530.DPB of version 6.3.9600.17415.

CORRUPT: C:\WINDOWS\winsxs\amd64_microsoft-windows-u..ed-telemetry-client_31bf3856ad364e35_6.3.9600.17747_none_90df8130dac08ee0\utc.app.json
CORRUPT: C:\WINDOWS\winsxs\amd64_microsoft-windows-u..ed-telemetry-client_31bf3856ad364e35_6.3.9600.17747_none_90df8130dac08ee0\telemetry.ASM-WindowsDefault.json


SUMMARY: Some corruptions could not be fixed automatically. Seek advice from helper or sysnative.com.
   CBS & SFC total detected corruption count:     2
   CBS & SFC total unimportant corruption count:  0
   CBS & SFC total fixed corruption count:        1
   SURT total detected corruption count:          0
   SURT total unimportant corruption count:       0
   SURT total fixed corruption count:             0
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 2.4.5.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2015-07-03 21:55:06.736
----------------------EOF-----------------------

So, what now? Please help. Thanks
 
CORRUPT: C:\WINDOWS\winsxs\amd64_microsoft-windows-u..ed-telemetry-client_31bf3856ad364e35_6.3.9600.17747_none_90df8130dac08ee0\utc.app.json
CORRUPT: C:\WINDOWS\winsxs\amd64_microsoft-windows-u..ed-telemetry-client_31bf3856ad364e35_6.3.9600.17747_none_90df8130dac08ee0\telemetry.ASM-WindowsDefault.json

This is a known issue. The files aren't actually corrupt and shouldn't cause any trouble.

For more information check here: https://support.microsoft.com/en-us/kb/3022345/
The two files are marked as static files in the update. When an advanced user runs the System File Checker Tool (sfc.exe), the files are unintentionally flagged as corrupted. There is no impact or corruption on a device that is running this update, and this issue will be fixed in a later service update."
 
So I should just download and instal the update to linked to? And what about the 'source' issue of DSIM?
 
No action is required. The 'corrupt' files are a false positive and will have no impact on your system :)
 

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

Back
Top