1

I get infrequently a bluescreen on my Windows 7. I would like to know, how i should start debugging this.

  1. How can I make the bluescreen last, so i can read the error mesages?

  2. How are these messages easy to interpret for a newbie?

rubo77
  • 5,218

3 Answers3

6

In order to stop your computer from automatically rebooting in case of a BSOD (BlueScreen Of Death), you have to change a default setting.

  1. From the desktop right click on My Computer.
  2. Click the Properties option.
  3. In the System Properties window click the Advanced tab.
  4. In Advanced click the Settings button under Startup and Recovery.
  5. In the Startup and Recovery window uncheck the Automatically restart check box.
  6. Click Ok.

If you then simply google the hexadecimal number of the STOP code, that'll usually point you in the right direction. In some cases, a more elaborate error message is printed (e.g. IRQL_NOT_LESS_OR_EQUAL), sometimes including a driver's file name (e.g. NV4_DISP.DLL) which is very helpful.

See here for a complete list of STOP codes.

pleinolijf
  • 1,571
2

You can install a small tool that will give you details about the files involved in the BSOD cause.Bluescreen Viewer

Scorpion99
  • 1,149
  • 3
  • 12
  • 33
1

I've used Who Crashed to investigate BSODs before; about half the time it was able to localize the problem to a single hardware component/driver. I'm not sure how it compares to @Scorpion99's tool suggestion because it's being blocked by my employers firewall.