Mysterious
Windows Blue Screen Of Death 
Whenever the windows blue screen
of death comes up, computer restarts and the
error disappears. It is so frequent that we may not
able to read the entire message. So, a better way could
be to checking minidump files present in the operating
system. We may conclude that system must have minidump
files which are causing the blue screen. Then in this
case if we type “C:\Windows\Minidump” from the run command,
then windows blue screen of death can
be dealt in a better way.
The next step is to install a program which can read
the minidump file. In this case debugging tools would
be of great help. It really helps to avoid windows
blue screen of death up to great extent. We
can get it from the mentioned link: http://www.microsoft.com/whdc/devtools/debugging/default.mspx
. There are symbols present as well. After downloading
the debugging tools for window, we need to locate the
symbols path. It can be done by clicking on the menu
bar and choosing the “File” menu which is located across
the top. Then we need to click on “Browse” option. Here
we need to locate the symbols folder. After this system
will prompt fro “Ok” and we will see a message like
“Once you have the symbol file path displayed, hit ok”.
This step will help us to be at a distance from windows
blue screen of death.
Now we may drag and drop the minidump folder to bypass
windows blue screen of death. The file
will start functioning and within a short span of time
it will be done. Once the procedure gets over, we will
see analyze “-v” which will be in blue. We need to click
on that and the operating system will begin to resolve
the windows blue screen of death.
|