<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TheTobers.net &#187; Microsoft</title>
	<atom:link href="http://thetobers.net/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://thetobers.net</link>
	<description>Atlanta Tobers.</description>
	<lastBuildDate>Sat, 05 Nov 2011 15:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE 8.0</title>
		<link>http://thetobers.net/2009/10/ie-8-0/</link>
		<comments>http://thetobers.net/2009/10/ie-8-0/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:36:04 +0000</pubDate>
		<dc:creator>rtober</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://thetobers.net/?p=865</guid>
		<description><![CDATA[Overall, I like some of the new changes in IE 8.0 but one feature in particular is driving me crazy: the delete option on the drop down URL list. The little red &#8220;X&#8221; is located in a column almost immediately beneath the drop down arrow. Mechanically, my natural URL selection motion drops the mouse pointer &#8230; </p><p><a class="more-link block-button" href="http://thetobers.net/2009/10/ie-8-0/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="postimg" src="http://www.thetobers.net/images/2009/10/IE8_delete.jpg" alt="IE8_delete" title="IE8_delete" width="150" height="150"/>Overall, I like some of the new changes in IE 8.0 but one feature in particular is driving me crazy: the delete option on the drop down URL list.  The little red &#8220;X&#8221; is located in a column almost immediately beneath the drop down arrow.  Mechanically, my natural URL selection motion drops the mouse pointer right over the delete button or close enough to it that every third or fourth time I scroll down to select a URL, I accidently delete the address I&#8217;m looking for.  Very poor implementation of a GUI feature especially considering IE8 doesn&#8217;t offer any options to change the behavior.</p>
<p>I&#8217;m not the only person who thinks this &#8220;feature&#8221; is <a href="http://social.technet.microsoft.com/Forums/en/itprovistaie/thread/e0a5b855-4503-44b0-9030-682f28ccaa4e" target="_window">annoying</a>.  <!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://thetobers.net/2009/10/ie-8-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unmountable_boot_device</title>
		<link>http://thetobers.net/2009/01/unmountable_boot_device/</link>
		<comments>http://thetobers.net/2009/01/unmountable_boot_device/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 17:00:53 +0000</pubDate>
		<dc:creator>rtober</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[BSoD]]></category>
		<category><![CDATA[Hard drive]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.thetobers.net/?p=347</guid>
		<description><![CDATA[If you mess with Microsoft based operating systems for any length of time, you&#8217;re bound to get a Blue Screen of Death (BSoD). They happen for various reasons but the end result is usually the same &#8211; a bright blue screen full of hex-code gibberish. Plain text explanations got better with Windows XP but it &#8230; </p><p><a class="more-link block-button" href="http://thetobers.net/2009/01/unmountable_boot_device/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a title="Typical Windows NT BSoD hex giberish." rel="lightbox" href="http://thetobers.net/images/2008/12/bsod_nt.jpg"><img class="alignright" src="http://thetobers.net/images/2008/12/bsod_nt-150x150.jpg" alt="bsod_nt" title="bsod_nt" width="150" height="150" /></a><span class="dropcap">I</span>f you mess with Microsoft based operating systems for any length of time, you&#8217;re bound to get a Blue Screen of Death (BSoD). They happen for various reasons but the end result is usually the same &#8211; a bright blue screen full of hex-code gibberish. Plain text explanations got better with Windows XP but it can still be confusing for non-tech oriented users. Not all BSoDs result in catastrophic failures &#8211; if you&#8217;re lucky, a reboot gets you out of the halt and you go on operating normally. On occasion though you&#8217;ll get one that keeps you in a perpetual cycle of reboots &#8211; unmountable_boot_device (or volume) is a typical BSoD error that happens when something corrupts the <a href="http://en.wikipedia.org/wiki/Master_boot_record" target="_window">Master Boot Record (MBR)</a> on the hard drive preventing the <a href="http://en.wikipedia.org/wiki/BIOS" target="_window">BIOS</a> from loading the OS. You&#8217;re basically stuck until you fix the MBR or reinstall/repair the OS from scratch.</p>
<p><span id="more-347"></span><br />
Before committing to a complete reinstall or format, try the following:</p>
<blockquote>
<ol>
<li>Boot directly off your recovery CD &#8211; Windows XP, 2K or NT</li>
<li>Log into into the Repair console (Option R after it loads all the system drivers, etc.)</li>
<li>From the command prompt, type:<br />
c:<a href="http://en.wikipedia.org/wiki/Chkdsk" target="_window">chkdsk /r</a> (hit enter &#8211; this could take a long time depending on your hard drive size and damage state)<br />
c:chkdsk /p (hit enter &#8211; this might also take a bit)<br />
c:fixmbr c: (replace &#8220;c&#8221; with the drive letter where the bootable OS is installed)</li>
</ol>
</blockquote>
<p>Of the dozen or so times I&#8217;ve encountered this type of BSoD, the former repair console commands fixed the error and I didn&#8217;t have to waste time on reinstalling my OS. The only time it didn&#8217;t work &#8211; the hard drive was failing and chkdsk couldn&#8217;t repair the sector damage so I had to scrap the entire drive (after pulling off the data using recovery software).<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://thetobers.net/2009/01/unmountable_boot_device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

