Microsoft Security Essentials : Not complete at full scan

2

I'm using

  • Microsoft Security Essentials(4.0.1526.0)
  • Window 7 Professional(Service pack 1, 64bit)

When I run in full scan, it will always stop at this file C:\Windows\system32\CodeIntegrity\driver.stl

In the previous version (I'm not sure which version) it's has the same problem.

NOTE : In previous version can fix the problem by setting CPU limit to 30%. But at this version (4.0.1526.0) it doesn't work.

Does anyone know how to fix this problem?

OammieR

Posted 2012-06-10T14:08:54.587

Reputation: 121

1How long did you leave it on that file before you cancelled the scan? – Dracs – 2012-06-10T14:12:26.633

@Dracs About an hour. NOTE : while scaning it will show the time that how much the program does. In this case, the time stop running too. – OammieR – 2012-06-10T14:18:40.580

1

Are there any other AV's running ? Check this out http://answers.microsoft.com/en-us/protect/forum/protect_scanning/mse-scan-freeze-on/96fd9766-22d3-49a7-a06f-ce3597010035

– HackToHell – 2012-06-10T14:25:36.103

Open a forum support case with Microsoft if answers or suggestions here do not help...https://support.microsoftsecurityessentials.com/Default.aspx?&scrx=1

– Moab – 2012-06-10T14:26:40.860

Also it will be worth to check your HardDisk health and run a chkdsk /f. – avirk – 2012-06-10T14:30:02.640

Answers

1

First run a System File checker

Open an elevated command prompt and run the is command

sfc /scannow

if will scan and replace any corrupted system files. Then try the MSE scan again.

If that fails to solve it Run a offline chkdsk on the C drive

Boot from a W7 install or System Repair Disc, load Win RE (repair your computer), then choose command prompt and run this command

chkdsk /r C:

If it is a large hard drive it will take quite some time to complete, do Not interrupt the disk check.

Note: some PC's have the Windows Recovery Environment on the hard drive and can be accessed by using F8 at the bios splash screen, then choose "repair your computer" from the advanced menu.

Moab

Posted 2012-06-10T14:08:54.587

Reputation: 54 203

Thanks Mr.Moab. I found this link but can't solve my problem.Is it different from your answer? If it is, I will try soon. Thank you so much.

– OammieR – 2012-06-10T20:25:55.457