Ever since Microsoft implemented the Blue Screen for system crashes people have complained about it not providing enough information. BlueScreenView makes it much easier to see what caused the problem by showing the stop code and the most likely cause of it (highlighted in pink). This program pretty much makes Debugging Tools for Windows just a hassle for most technicians. In the amount of time it takes to install it, with BSV you can be on your way to fixing the actual problem.
BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version).
For each crash displayed in the upper pane, you can view the details of the device drivers loaded during the crash in the lower pane. BlueScreenView also mark the drivers that their addresses found in the crash stack, so you can easily locate the suspected drivers that possibly caused the crash.
Latest version as of 08022012. Latest version is here http://www.nirsoft.net/utils/blue_screen_view.html
Brought to you by
~h33t~
AnOnYmOuSFORCE