Hi,
The attached DMP file is of the IRQL_NOT_LESS_OR_EQUAL (a) bugcheck.
This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
*** WARNING: Unable to verify timestamp for giomjken.sys
*** ERROR: Module load completed but symbols could not be loaded for giomjken.sys
^^ I have no idea what this driver is and as David said on page 1, it's suspicious. Follow his instructions:
You have a suspicious driver that is in the call stack.
c:\windows\system32\drivers\giomjken.sys
Find the file and right click - Properties - Details tab to see what it is.
If you want to disable.
Start - All Programs - Accessories - Right click Command Prompt and choose Run As Administrator. Type (or copy and paste by right clicking in the Command Prompt window and choosing Paste).
driverquery /v /fo list
and get the module name for the above file. Then type
sc stop modulename
eg
sc stop giomjken
then
sc config giomjken start= disabled
-----------------------------------------------------------------------------------
Alternatively, you can navigate to C:\Windows\System32\Drivers and rename giomjken.sys to giomjken.old.
Regards,
Patrick