ntoskrnl.exe,Kernel_security_check_fail, BSOD on fresh windows

Harsh Summan

Reputable
Apr 25, 2014
3
0
4,510
Really need some help guys....

-got fresh win 8.1 installed
-get BSOD at any random time with kernel related error
-performed chkdsk,memtest

here are my minidumps(https://drive.google.com/folderview?id=0B_VYKfwBt6BUfkE1T0hidUViMmI3QUdGdFhSNmRpWVl5bThReDJ4endpU1prTjJGNk5nWXc&usp=sharing)
 
Solution
ok the bugcheck is caused because some driver is overwriting its memory area and corrupting another drivers data. The second driver then later bugchecks when it uses the corrupted data.

I can not tell with this memory dump but I would suspect:
Internet Download Manager
\SystemRoot\system32\DRIVERS\idmwfp.sys Wed Nov 21 06:42:58 2012

I would remove the software and see if the bugcheck just goes away.
Otherwise, you need to change your memory dump type to kernel (not minidump) then run cmd.exe as an admin and run
verifier.exe /standard /all
this will make windows check the drivers for common programming problems, if it detects on it will bugcheck and name the driver in the memory dump file.
use verifier.exe /reset
to turn off this...
ok the bugcheck is caused because some driver is overwriting its memory area and corrupting another drivers data. The second driver then later bugchecks when it uses the corrupted data.

I can not tell with this memory dump but I would suspect:
Internet Download Manager
\SystemRoot\system32\DRIVERS\idmwfp.sys Wed Nov 21 06:42:58 2012

I would remove the software and see if the bugcheck just goes away.
Otherwise, you need to change your memory dump type to kernel (not minidump) then run cmd.exe as an admin and run
verifier.exe /standard /all
this will make windows check the drivers for common programming problems, if it detects on it will bugcheck and name the driver in the memory dump file.
use verifier.exe /reset
to turn off this extra checking after you are done testing (or your machine will run slowly until you do)
you would then copy the memory dump file to a server and someone can take a quick look to see the cause of the corruption.
 
Solution