Usually when we get a BSOD the whole system will freeze. During this time, your system will make a memory dump of what happened.
In Control Panel, select System, and go into the advanced settings and the settings in the Startup and Recovery.
Here we have the nature of the dump file and select the kernel memory image
The image is stored by default in:
Default is% systemroot% \ Memory.dmp
Now we download the Debugging Tools for Windows, download from Microsoft. It supports a wide range of Windows versions.
Install debugging tools for Windows 32-bit version.
Download and install the tools, it is a 10 second process. After installation, we find in a new subfolder in the program directory, called debugging tools for Windows, which is located in the file windbg.exe
The debugger needs to build a variety of information about installed patches, SPs, drivers, etc. get.
Go to Files -> Symbol File Path
In the small window give the following command:
SRV * c: \ symbols * http://msdl.microsoft.com/download/symbols
Now all the necessary information for debugging are loaded, of course, this all happens automatically.
Then we open the dump file:
Files -> Open Crash Dump
In the viewfinder give the path to the Memory.dmp and confirm by pressing Open. The debugger will start translating the dump for us.
Enter this in the command line:
! analyze-v
And execute the command with the Enter button.
The debugger will reveal the data after a short while. Once finished we will have information on what has caused the previous blue screen crash message. I have found in my case it is often the sptd.sys file which causes the crash. With all the detail displayed within this file, we can easily search google and find a fix for our problem. You may want to uninstall the particular module that may have caused the problem in the first place. Usually when we get a BSOD we cannot do anything, and we just restart our computer and hope it doesn't happen again. Well, now you have read this tutorial you can see that you can easily find out the cause and rectify the problem!
Published by ssb
- How to Shrink and Extend NTFS Partitions on Windows VistaThere comes a time when you need to resize a disk partition on Windows. Luckily for Windows Vista users, there is a built-in disk partitioning application on the Vista Disk Management Utility. Here's how to use it:
- The Windows Vista Blue Screen CrashThe Windows Blue Screen of Death hasn't been seen this often since the debut of Windows Millennium Edition. If you're using the latest Microsoft OS and are seeing these, there are a few things you can check to minimiz...
- Blue Screen of Death - 5 Steps to Fix BSOD on Windows XPA few basic things you can try that should solve the simpler problems that might be causing your blue screen on Windows XP.
- How to Boot from CD on Almost Any ComputerTo repair your computer from the BSOD (Blue Screen of Death) you need to boot from the CD-Rom, but not all computers will allow you to do so. I will explain how for almost all computers, desktops and laptops.
- Blue Screen of Death: How to Fix ItThis article offers a quick fix for the blue screen of death problem.
- Windows Vista: What's New? and is it Worth It?
- My Initial Impressions of Windows Vista
- Computer Users Worst Nightmare - Blue Screen of Death!
- How to Fix the 'Blue Screen of Death' on Windows XP
- The Six Editions of Windows Vista - Which One is Right for You?
- How to Properly Uninstall Programs in Windows Vista
- Windows Vista: Don't Believe All the Negative Hype



