Hi,
Good on disabling it, indeed verifier does begin to slow your system to a screeching halt after some time.
1. A Kernel memory dump would be very helpful as it contains all of the memory the kernel was using at the time of the crash. For example, you cannot analyze or debug a CLOCK_WATCHDOG_TIMEOUT bugcheck for example unless it's a Kernel or Full memory dump
as you cannot check the stacks from the various processors if it's a muli-processor system, etc.
With this said, if someone is skilled enough, depending on what memory the kernel was using at the time of the crash, they could be able to extract whatever it may have been. I absolutely understand not wanting to publicize something like that if it's your
wish. If you'd like, you can email me the dump. My email is listed on my BSOD blog link within my profile here. I'd post the email here, however I cannot as it filters them.
2. You can try a clean boot and then afterwards one at a time add the various 3rd party startup items or services you may use. It's a bit lengthy in terms of troubleshooting, but that's what troubleshooting is all about sometimes.
Perform a clean boot - http://support.microsoft.com/kb/929135
3. I've been around computers mostly all of my life, so any of the knowledge I have has been picked up over the years. With blue screens and analyzing Windows, etc, that has been a heavy hobby of mine for about two years now. I've constantly read and
studied.
As far as books go, here are three I read often:
Windows Internals, Part 1: Covering Windows Server 2008 R2 and Windows 7
**** Windows Internals, Part 2: Covering Windows Server® 2008 R2 and Windows 7
**** Advanced Windows DebuggingThe books are a great reference and resource, however I have truly gained most of my knowledge from analyzing and debugging the dump files myself over the past few years. I've essentially made blue screens my life for a long time now. It's the hands-on
experience that really helped, for me at least. **** I really enjoy it,
and there's still so much to learn.****Regards,
Patrick****