I search all over the web and found my solution doing this:
SFC /SCANNOW
- Click on the
Start button. Inside the search box type in CMD
- Right click on
CMD => Choose Run as Administrator
- Inside the Command Prompt windows copy and paste the following command
SFC /SCANNOW
found 2 corrupted files that cannot be repaired.
- telemetry.ASM-WindowsDefault.json
- utc.app.json
They are from a bad Windows update :
https://support2.microsoft.com/default.aspx?scid=kb;en-us;3022345
KB3022345 does NOT cause file corruption.
Summary
This update enables the Diagnostics Tracking Service in Windows 8.1, Windows Server 2012 R2, Windows 7 Service Pack 1 (SP1),
and Windows Server 2008 R2 SP1. This tracking service collects data about functional issues in Windows.
This update contains the following two manifests that are occasionally updated by the Diagnostic Tracking Service:
- telemetry.ASM-WindowsDefault.json
- utc.app.json
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.
Solution:
Just go to Windows Update and click on the installed updates in the lower left column. Wait for it to populate.. There is no harm in trying this.
Then search for KB3022345 and uninstall it. You will need to restart.
If running sfc /scannow still shows that these 2 files are corrupted, do the following will fix it:
To repair these two corruptions is rather straight forward, it is important to know if you need the x86 or the x64 version
of these files. If you are unsure please stop here and ask for help at Sysnative forums (free support)
Windows Update
Help Forum you will be able to find me there under the user name
**Go The Power**
SFCFix Script
Warning: this fix is specific
to the above corruptions only, do not run these fixes if you do not have these corrupt files.
- Download
**SFCFix.exe**
(by niemiro) at http://www.sysnative.com/niemiro/apps/SFCFix.exe
and save this to your
Desktop.
- Download
SFCFix.zip from one of the below links, and save this to your Desktop. Ensure that this file is named
SFCFix.zip – do not rename it.
- If you have a x64 machine download this version:
**SFCFix (x64 fix)** at
http://files.thetechcookbook.com/fixes/x64_KB3022345/SFCFix.zip
- If you have a x86 machine download this version:
**SFCFix (x86 fix)** at
http://files.thetechcookbook.com/fixes/x86_KB3022345/SFCFix.zip
- Save any open documents and
close all open windows.
- On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
- Drag the file
SFCFix.zip onto the file SFCFix.exe and release it.
- SFCFix will now process the script.
- Upon completion, a file should be created on your
Desktop: SFCFix.txt.
10.
Now run SFC /SCANNOW should return no problems. Reboot your PC and IE should be fine now. The above works for me at least. I am using Win 7.
Re