<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Help Troubleshoot the Blue Screen of Death by Preventing Automatic Reboot</title>
	<atom:link href="http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 08 Nov 2009 07:56:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik</title>
		<link>http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/comment-page-1/#comment-74784</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 29 Jul 2009 21:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/#comment-74784</guid>
		<description>Ok, so i froze the blue screen and wrote down the error code...now how do i find and fix the error?</description>
		<content:encoded><![CDATA[<p>Ok, so i froze the blue screen and wrote down the error code&#8230;now how do i find and fix the error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/comment-page-1/#comment-68291</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 07 Mar 2009 21:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/#comment-68291</guid>
		<description>hi. a curly one.how can we convert flv and wmv downloaded medical clips to mpeg2?.this according to panasonic is required,to enable us (national digestive disorders trust,reg. no ak/1295197)to view the dvd-rw on a panasonic dmr-es15 video recorder/player.we hope you will respond personally,(or steer us in the right direction) to the above  email address,thanks in advance,bob tasman.</description>
		<content:encoded><![CDATA[<p>hi. a curly one.how can we convert flv and wmv downloaded medical clips to mpeg2?.this according to panasonic is required,to enable us (national digestive disorders trust,reg. no ak/1295197)to view the dvd-rw on a panasonic dmr-es15 video recorder/player.we hope you will respond personally,(or steer us in the right direction) to the above  email address,thanks in advance,bob tasman.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lara W.</title>
		<link>http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/comment-page-1/#comment-56477</link>
		<dc:creator>Lara W.</dc:creator>
		<pubDate>Sat, 23 Aug 2008 14:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/#comment-56477</guid>
		<description>Ah, you&#039;re the best! Marry me? ;-)</description>
		<content:encoded><![CDATA[<p>Ah, you&#8217;re the best! Marry me? <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Criveti</title>
		<link>http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/comment-page-1/#comment-30856</link>
		<dc:creator>Mihai Criveti</dc:creator>
		<pubDate>Mon, 24 Dec 2007 16:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows-vista/help-troubleshoot-the-blue-screen-of-death-by-preventing-automatic-reboot/#comment-30856</guid>
		<description>Hi. Nice blog by the way. Here&#039;s a couple more ways to get even more details from a Windows system crash:

I should point out that the errors will show up in Windows Event Viewer and, of course, in the kernel memory dump or minidumps if you have WinDbg.

Start - run - eventvwr.msc to start the Windows Event Viewer. Vista has an interesting tool called the &quot;Reliability Monitor&quot; which monitors various crashes also. Start - run - perfmon.msc

Anyway, if you install Microsoft Windows Debugging Tools (WinDbg and the Debugging Symbols) you can perform very simple analysis on the memory dumps (it&#039;s as simple as loading the memory dump in WinDbg and typing &quot;!analyze -v&quot; and maybe looking at the list of loaded drivers (lm kv), running the deadlock verifier (!deadlock), listing memory usage (!vm) and examine the current thread (!thread) and process list (!process 0 0).

I&#039;ve done something a bit more advanced here using Windows Driver Verifier (helps pinpoint faulty drivers) and WinDbg:
http://unixsadm.blogspot.com/2007/10/windows-crash-dump-analysis-pinpointing.html

I&#039;m simply pointing out that even regular home users can look at the output and get a general idea on what could be wrong with their system. As it turns out, most crashes are caused by bad hardware (a simple memtest86+, sensors and S.M.A.R.T. tests should point that out fairly quickly) and, of course, faulty drivers (usually solved by updating to the latest and greatest version available). 

With the right tools and a bit of reading, it&#039;s simple enough to fix most computer issues :-).</description>
		<content:encoded><![CDATA[<p>Hi. Nice blog by the way. Here&#8217;s a couple more ways to get even more details from a Windows system crash:</p>
<p>I should point out that the errors will show up in Windows Event Viewer and, of course, in the kernel memory dump or minidumps if you have WinDbg.</p>
<p>Start &#8211; run &#8211; eventvwr.msc to start the Windows Event Viewer. Vista has an interesting tool called the &#8220;Reliability Monitor&#8221; which monitors various crashes also. Start &#8211; run &#8211; perfmon.msc</p>
<p>Anyway, if you install Microsoft Windows Debugging Tools (WinDbg and the Debugging Symbols) you can perform very simple analysis on the memory dumps (it&#8217;s as simple as loading the memory dump in WinDbg and typing &#8220;!analyze -v&#8221; and maybe looking at the list of loaded drivers (lm kv), running the deadlock verifier (!deadlock), listing memory usage (!vm) and examine the current thread (!thread) and process list (!process 0 0).</p>
<p>I&#8217;ve done something a bit more advanced here using Windows Driver Verifier (helps pinpoint faulty drivers) and WinDbg:<br />
<a href="http://unixsadm.blogspot.com/2007/10/windows-crash-dump-analysis-pinpointing.html" rel="nofollow">http://unixsadm.blogspot.com/2.....nting.html</a></p>
<p>I&#8217;m simply pointing out that even regular home users can look at the output and get a general idea on what could be wrong with their system. As it turns out, most crashes are caused by bad hardware (a simple memtest86+, sensors and S.M.A.R.T. tests should point that out fairly quickly) and, of course, faulty drivers (usually solved by updating to the latest and greatest version available). </p>
<p>With the right tools and a bit of reading, it&#8217;s simple enough to fix most computer issues <img src='http://www.howtogeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
