The Blue Screen of Death survival guide

Now grab the correct Debugging Tools for your version of Windows. Run the downloaded package to install it.

The debugger will download data called symbols to help diagnose your crashes. Create a folder like c:\symbols where these can be stored.

Click Start > All Programs > Debugging Tools for Windows > WinDbg to launch the debugger (Windows Vista users must right-click the WinDbg link and select Run As Administrator).

Click File > Symbol File Path, type SRV*c:\symbols*http://msdl.microsoft.com/download/symbols (replacing c:\symbols with the folder created on your system) in the Symbol Path box and click OK.

You've now finished the set-up process. In future, any time you want to diagnose a crash, all you have to do is launch WinDbg, click File > Open Crash Dump, and point the debugger at the dump file created by your latest crash (this is a file with a .DMP extension, probably Memory.dmp, stored in the Windows or Windows\MiniDmp folder). The debugger will open the file and analyse it, which could take some time - be patient.

Browse the Start > All Programs menu and uninstall any applications you don't use any more.

If you're running short of hard drive space then use the Windows Disk Cleanup applet (Start > All Programs > Accessories > System Tools) to create a little room.

Mike Williams
Lead security reviewer

Mike is a lead security reviewer at Future, where he stress-tests VPNs, antivirus and more to find out which services are sure to keep you safe, and which are best avoided. Mike began his career as a lead software developer in the engineering world, where his creations were used by big-name companies from Rolls Royce to British Nuclear Fuels and British Aerospace. The early PC viruses caught Mike's attention, and he developed an interest in analyzing malware, and learning the low-level technical details of how Windows and network security work under the hood.