<?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>GeekTieGuy &#187; Microsoft</title>
	<atom:link href="http://www.geektieguy.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektieguy.com</link>
	<description>News and views from the geek tie guy.</description>
	<lastBuildDate>Mon, 31 May 2010 05:24:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows Phone 7 Series &#8211; home-roll an offline installer</title>
		<link>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/</link>
		<comments>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 17:51:18 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/?p=619</guid>
		<description><![CDATA[[Update 2010-05-05: I originally wrote this for the CTP that worked with VS2010 RC. Now that an updated set of tools has been released to work with VS2010 RTM, the folder name has changed. It is now called 30319.31 as far as I can tell. That is likely to change again for future releases, so [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>Update 2010-05-05:</strong> I originally wrote this for the CTP that worked with VS2010 RC. Now that an updated set of tools has been released to work with VS2010 RTM, the folder name has changed. It is now called 30319.31 as far as I can tell. That is likely to change again for future releases, so just be aware of that. The steps should still work.]</p>
<p>If you have several machines that you want to install the Windows Phone 7 Series developer tools on and don&#8217;t want to have to wait for the download on each machine, here&#8217;s a little tip for how you can make yourself an &#8220;offline&#8221; installer:</p>
<p>1. Start with a clean Win 7 machine.</p>
<p>2. Download the web installer (vm_web.exe) from <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=cabcd5ed-7dfc-4731-9d7e-3220603cad14" target="_blank">Microsoft</a> and save it to a folder of your choice (let&#8217;s say C:\WinPhone7). Start the install.</p>
<p>3. Let the download happen, but when the install itself starts, temporarily cancel it (you can let it finish after step 5).</p>
<p>4. Go to %Temp% using Windows Explorer.</p>
<p>5. Copy the folder 30128.39 to your folder of choice from step 2.</p>
<p>6. Create a Install_WP7_Tools.cmd file containing the following:</p>
<blockquote><p>xcopy 30128.39 %temp%\30128.39 /I /E<br />
vm_web.exe<br />
pause</p></blockquote>
<p>7. Copy the folder of choice to a USB storage device.</p>
<p>8. Use the Install_WP7_Tools.cmd file on your other systems. The tools should install and skip most of the downloads quickly.</p>
<p>If you don&#8217;t start with a clean Windows 7 machine, the files that the vm_web.exe tool collects in the 30128.39 folder may not contain all the files needed for the install, so you may see a few things extra get downloaded while using the .cmd file on other machines.</p>
<p>On my clean 64-bit Windows 7 machine, I got the following files as part of the toolset:</p>
<p>C:\WinPhone7\30128.39\1033\VM_EXP\Ixpvm.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\dotnetframework\dotNetFx40_Full_x86_x64.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\help\HelpSetup_x64.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\mtpack\NetFx_DTP.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\mtpack\NetFx_DTP.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\rdbg\vs_expbsln_x64_enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\rdbg\vs_expbsln_x64_enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\Silverlight.4.0_Developer.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\Silverlight4_Tools.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\silverlight4\silverlight_sdk.exe<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\vcruntimes\x64\vc_runtime_x64.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\vcruntimes\x64\vc_runtime_x64.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\watson\dw20shared.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\sde_xde64-enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\sde_xde64-enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\vs_sdeprolightup-enu.cab<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\vs_sdeprolightup-enu.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\WindowsPhoneDeveloperResources.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\WindowsPhoneExtensions.msi<br />
C:\WinPhone7\30128.39\1033\VM_EXP\wcu\windowsphone\XNAGS40_setup.exe</p>
<p>A total of about 320 MB.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2010/04/07/windows-phone-7-series-home-roll-an-offline-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart SDK 3.0 &#8211; Giveaways at PDC 09</title>
		<link>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/</link>
		<comments>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 16:00:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/</guid>
		<description><![CDATA[To mark the release of the TouchSmart 3.0 SDK, HP has a goodie to give away at the Microsoft PDC 09: A super-slim 2 GB USB memory stick (embedded in a hard-plastic business card with a nice imprint). It contains the new SDK and a few documents about a software development partner program HP is [...]]]></description>
			<content:encoded><![CDATA[<p>To mark the release of the TouchSmart 3.0 SDK, HP has a goodie to give away at the Microsoft PDC 09: A super-slim 2 GB USB memory stick (embedded in a hard-plastic business card with a nice imprint). It contains the new SDK and a few documents about a software development partner program HP is starting.</p>
<p>If you see me at PDC, say hi, and I may be able to hand you one of these puppies. I only have a limited supply, though. 15 to be precise.</p>
<p>Check out the pictures:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3135.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3135" border="0" alt="IMG_3135" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3135_thumb.jpg" width="644" height="484" /></a></p>
<p>Front of the card</p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3136.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3136" border="0" alt="IMG_3136" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3136_thumb.jpg" width="644" height="484" /></a></p>
<p>Back of the card</p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3137.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3137" border="0" alt="IMG_3137" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3137_thumb.jpg" width="644" height="484" /></a></p>
<p>Back of the card with USB memory stick flipped open/out </p>
<p>&#160;</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3138.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3138" border="0" alt="IMG_3138" src="http://www.geektieguy.com/wp-content/uploads/2009/11/IMG_3138_thumb.jpg" width="644" height="484" /></a>&#160;</p>
<p>Front of the card with USB memory stick flipped open/out</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/11/17/hp-touchsmart-sdk-3-0-giveaways-at-pdc-09/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft also had an OS code-named &#8220;Tiger&#8221;: OS/2 1.3</title>
		<link>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/</link>
		<comments>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 03:24:04 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/</guid>
		<description><![CDATA[As evidenced by this scan of one of the setup disks: &#160; (Someone was cleaning up a bunch of old floppy disks at work. I happened to come across them because I needed a floppy for updating the BIOS of a really old laptop.) Just an interesting little factoid for your geek trivia…]]></description>
			<content:encoded><![CDATA[<p>As evidenced by this scan of one of the setup disks:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/08/OS2_Tiger.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="OS2_Tiger" border="0" alt="OS2_Tiger" src="http://www.geektieguy.com/wp-content/uploads/2009/08/OS2_Tiger_thumb.png" width="359" height="377" /></a>&#160;</p>
<p>(Someone was cleaning up a bunch of old floppy disks at work. I happened to come across them because I needed a floppy for updating the BIOS of a really <a href="http://www.geektieguy.com/2009/08/03/running-windows-7-rtm-on-really-old-hardware/" target="_blank">old laptop</a>.)</p>
<p>Just an interesting little factoid for your geek trivia…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/08/07/microsoft-also-had-an-os-code-named-tiger-os2-1-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Recover from BAD_POOL_HEADER blue screen errors after upgrading hard drive</title>
		<link>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/</link>
		<comments>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:00:00 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/</guid>
		<description><![CDATA[I noticed recently that I’d get logged off from my computer over night. I’d leave the system running at night without logging off, and in the morning I’d have to log in again, with all the previously running programs gone. I had recently added a SATA controller in order to be able to run three [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed recently that I’d get logged off from my computer over night. I’d leave the system running at night without logging off, and in the morning I’d have to log in again, with all the previously running programs gone. I had recently added a SATA controller in order to be able to run three SATA drives on this particular system (it only has 2 SATA ports on the motherboard), so I thought the culprit was a bad driver for the new card. Turns out that wasn’t it.</p>
<p>My computer runs backups over night (I use <a href="http://www.mozy.com" target="_blank">MozyHome</a>), which shouldn’t be a problem, really. But as part of the backup, a volume shadow copy snapshot is made, and this step caused the blue screen error.</p>
<p>In addition to adding a SATA controller, I had also bought a bigger hard drive to hold my ever expanding collection of pictures, vacation videos, etc. When I installed it, I cloned the old drive (which was a PATA drive) to carry all the information forward onto the new drive.</p>
<p>Apparently, after you install a cloned a hard drive, some information is retained on the system about the old drive, and this affects volume shadow copies.</p>
<p>I had to go to Device Manager and turn on “Show hidden devices”:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/07/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2009/07/image_thumb.png" width="644" height="455" /></a> </p>
<p>Then, under Storage Volumes, I had to delete one in particular that seemed to have gotten a corrupted name (something like Generic Volume□□□ [not shown in this screenshot, since it’s fixed now]):</p>
<p>&#160;<a href="http://www.geektieguy.com/wp-content/uploads/2009/07/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.geektieguy.com/wp-content/uploads/2009/07/image_thumb1.png" width="644" height="455" /></a> </p>
<p>Just for good measure I deleted all of them (although they didn’t seem to really disappear), ignoring the request to reboot after each prompt to do so.</p>
<p>When I was done, a couple of reboots of Windows recreated the necessary information about these volumes from the (old and new) hardware. After that the volume shadow copy snapshots no longer failed and I was able to run my backups without blue screen errors.</p>
<p>Credits for this find go to the folks in this thread: <a href="http://www.techspot.com/vb/topic94820-2.html">http://www.techspot.com/vb/topic94820-2.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/07/27/recover-from-bad_pool_header-blue-screen-errors-after-upgrading-hard-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Vista Ultimate customers get the shaft &#8211; again</title>
		<link>http://www.geektieguy.com/2009/06/26/windows-vista-ultimate-customers-get-the-shaft-again/</link>
		<comments>http://www.geektieguy.com/2009/06/26/windows-vista-ultimate-customers-get-the-shaft-again/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 03:04:40 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/06/26/windows-vista-ultimate-customers-get-the-shaft-again/</guid>
		<description><![CDATA[A lot has been written about how Windows Vista Ultimate was a major disappointment. First it was billed as the version that would &#8220;keep on giving&#8221; in the form of Ultimate Extras &#8211; cool new features that would be exclusive to Ultimate customers. When those extras finally materialized most people were underwhelmed. The extras were [...]]]></description>
			<content:encoded><![CDATA[<p>A lot has been written about how <a href="http://www.bing.com/search?q=windows+vista+ultimate+sham" target="_blank">Windows Vista Ultimate was a major disappointment</a>. First it was billed as the version that would &#8220;keep on giving&#8221; in the form of Ultimate Extras &#8211; cool new features that would be exclusive to Ultimate customers. When those extras finally materialized most people were underwhelmed. The extras were mostly Language Packs, DreamScene (with a few content packs) and a game or two. And for that, people paid a hefty premium over the Home Premium edition.</p>
<p>Now Microsoft has published special early upgrade pricing to entice people to rush out and get Windows 7 &#8220;while supplies last&#8221;. And they&#8217;re at it again. Guess what the upgrade price for Windows 7 Ultimate is:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/06/WindowClipping.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="WindowClipping" src="http://www.geektieguy.com/wp-content/uploads/2009/06/WindowClipping_thumb.png" width="696" height="253"/></a> </p>
<p>Yup. <strong></strong></p>
<h1>$219.99!</h1>
<p>Sorry to shout there. At least this time there&#8217;s no promise of &#8220;Extras&#8221;. Only BitLocker and Language Packs (in addition to the Professional features). Not sure that&#8217;s worth $120 over the Professional Upgrade or $170 over Home Premium (even considering XP mode.)</p>
<p>Oh, and you can&#8217;t do an edition &#8220;downgrade&#8221; from Vista to 7. You can buy the upgrade package, but you&#8217;ll have to use it to do a &#8220;custom install&#8221; (i.e. clean install) and then reinstall all your programs and data. Despite that inconvenience, I&#8217;ll go for the Home Premium upgrade, thank you very much. I&#8217;m done being an Ultimate customer. Or is that Ultimate fool?</p>
<p>(And just for the record, Windows 7 is a fantastic product in my opinion. I hope Paul Thurrott is right when he says it may be the <a href="http://www.winsupersite.com/win7/win7_nt.asp" target="_blank">next Windows NT</a>. Unfortunately he also seems to be right about how Microsoft can <a href="http://windowsitpro.com/article/articleid/102303/pricing-malfunction-how-microsoft-will-bungle-the-windows-7-launch.html" target="_blank">mess things up with their pricing</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/06/26/windows-vista-ultimate-customers-get-the-shaft-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My first Windows 7 Theme Pack</title>
		<link>http://www.geektieguy.com/2009/01/27/my-first-windows-7-theme-pack/</link>
		<comments>http://www.geektieguy.com/2009/01/27/my-first-windows-7-theme-pack/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:21:39 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tech Toys]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/?p=358</guid>
		<description><![CDATA[Just so I can say that I jumped on a bandwagon once: Mike Swanson inspired me to create my very own Windows 7 Theme Pack. It contains 12 pictures I’ve taken over the past year or so with my trusty old Canon PowerShot S30 (yes, I’m still running around with a camera that only does [...]]]></description>
			<content:encoded><![CDATA[<p>Just so I can say that I jumped on a bandwagon once: <a href="http://blogs.msdn.com/mswanson/archive/2009/01/25/my-windows-7-theme-pack.aspx" target="_blank">Mike Swanson</a> inspired me to create <a href="http://www.geektieguy.com/wp-content/uploads/2009/01/themepack-geektieguy-1.themepack" target="_blank">my very own Windows 7 Theme Pack</a>. It contains 12 pictures I’ve taken over the past year or so with my trusty old Canon PowerShot S30 (yes, I’m still running around with a camera that only does 3 megapixels.)</p>
<p>I’ve included a few photos in the pack that I managed to have included in the Spring 2009 software for the HP TouchSmart PC. They’re in the Personalize – Background area, should you be interested in finding them. Here’s one you may recognize:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2009/01/downtownseattle2.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Downtown Seattle, Mount Rainier and the harbor" src="http://www.geektieguy.com/wp-content/uploads/2009/01/downtownseattle2-thumb.jpg" border="0" alt="Downtown Seattle, Mount Rainier and the harbor" width="644" height="272" /></a></p>
<p>While I didn’t put this one in the Theme Pack, I did pick a similar shot of downtown Seattle. Come to think of it, maybe this post will be inspiration for doing a &#8220;picture of the day&#8221; type of thing. Hmm. Been wanting to do that for a while.</p>
<p>All I can do now is hope the size of the pack (12 MB or so) won&#8217;t blow my bandwidth allowance&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/01/27/my-first-windows-7-theme-pack/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HP TouchSmart software in CES 2009 keynote</title>
		<link>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/</link>
		<comments>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 04:49:01 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[HP TouchSmart]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/</guid>
		<description><![CDATA[I just caught the replay of the CES keynote by Steve Ballmer. I think this is the first time ever that I&#8217;ve seen Microsoft allow non-Microsoft software to be shown in a keynote product video. I was blown away to see the HP TouchSmart software actually shown and interacted with instead of the Windows Desktop. [...]]]></description>
			<content:encoded><![CDATA[<p>I just caught the replay of the CES keynote by Steve Ballmer. I think this is the first time ever that I&#8217;ve seen Microsoft allow non-Microsoft software to be shown in a keynote product video. I was blown away to see the HP TouchSmart software actually shown and interacted with instead of the Windows Desktop. Thank you, Microsoft!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2009/01/07/hp-touchsmart-software-in-ces-2009-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 and Vista Speech Recognition &#8211; don&#8217;t say &quot;delete document&quot;!</title>
		<link>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/</link>
		<comments>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:35:29 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/</guid>
		<description><![CDATA[I had a very unpleasant experience today. My wife is trying to deal with pain in her arms and hands from too much typing by using Vista&#8217;s speech recognition feature along with Word 2007. She was writing a final paper for a college class and had just finished the last four of nine pages. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I had a very unpleasant experience today. My wife is trying to deal with pain in her arms and hands from too much typing by using Vista&#8217;s speech recognition feature along with Word 2007. She was writing a final paper for a college class and had just finished the last four of nine pages. That&#8217;s when she noticed an extra word in her paper, right at the end: &#8220;document&#8221;. It didn&#8217;t belong there, so she did what you&#8217;d do naturally and said &#8220;delete document&#8221;.</p>
<p>THAT&#8217;S WHEN BAD THINGS HAPPENED. Apparently the speech recognition software turned that phrase into a command and proceeded to empty the nine page paper of all content without hesitation. On top of that, the undo feature of Word seemed to not have noticed the command (or been bypassed somehow), so she couldn&#8217;t get the document back via undo either!</p>
<p>This all happened while I was in a meeting at work right before lunch. When I got back to my desk I had several panicked voice messages. Luckily, five pages from the day before could be salvaged because my wife had the presence of mind to close the document without saving, which let her recover all but the about four hours of work that had gone in before the disaster struck.</p>
<p>I went home over lunch to see if I could salvage any more. I decided that I needed support from Microsoft. Well, the call with Microsoft Product Support was less than pleasant (as support calls usually are) and didn&#8217;t get us the four pages back, either. Best I could tell nobody had ever reported such an issue before.</p>
<p>I&#8217;m surprised this glaring problem escaped all testing at Microsoft. One of the cardinal rules of software development was violated in this case: &#8220;Never, EVER, lose the user&#8217;s data.&#8221; I can&#8217;t believe there was no prompt to confirm if she really intended to delete everything in response to the phrase &#8220;delete document&#8221;. I can&#8217;t believe there was no undo possible.</p>
<p>I just can&#8217;t believe it. Yet, it&#8217;s true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/12/10/word-2007-and-vista-speech-recognition-dont-say-delete-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDC 2008, Day 2 &#8211; HP TouchSmart front and center</title>
		<link>http://www.geektieguy.com/2008/10/28/pdc-2008-day-2-hp-touchsmart-front-and-center/</link>
		<comments>http://www.geektieguy.com/2008/10/28/pdc-2008-day-2-hp-touchsmart-front-and-center/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 06:55:09 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/10/28/pdc-2008-day-2-hp-touchsmart-front-and-center/</guid>
		<description><![CDATA[The PDC keynote this morning was amazing to me. It felt like the HP TouchSmart PC was utilized for about half of the entire keynote by Steven Sinofski and Julie Larson Green. Four machines on stage, front and center. Since the HP TouchSmart doesn&#8217;t have VGA out, there was a camera guy up on stage [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1781.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1781" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1781-thumb.jpg" width="244" border="0"/></a></p>
<p>The PDC keynote this morning was amazing to me. It felt like the HP TouchSmart PC was utilized for about half of the entire keynote by Steven Sinofski and Julie Larson Green. Four machines on stage, front and center.</p>
<p>Since the HP TouchSmart doesn&#8217;t have VGA out, there was a camera guy up on stage during the demos, which I thought worked out really well, sort of bringing the audience up on stage with Julie.</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1793.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1793" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1793-thumb.jpg" width="244" border="0"/></a> </p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1800.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1800" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1800-thumb.jpg" width="244" border="0"/></a> </p>
<p>Naturally, the machines had been wiped clean and had a Windows 7 build with the new taskbar installed (6933, the build on &#8220;The Goods&#8221; is 6801 and doesn&#8217;t have it). NextWindow, the people making the touchscreen, are <a href="http://www.nextwindow.com/windriver/index.html" target="_blank">making a Windows 7 compatible driver available</a> so you can start developing for Windows 7 touch today, using the TouchSmart. Of course, I&#8217;d rather you develop something for the HP TouchSmart UI that we&#8217;ve created, and you&#8217;ll be able to download some documentation for that soon, from the community site <a href="http://touchsmartcommunity.com/" target="_blank">TouchSmartCommunity.com</a>.</p>
<p>But I digress.</p>
<p>If you ever doubted that .NET and WPF were ready for &#8220;prime time&#8221;, doubt no longer. According to Scott Guthrie&#8217;s keynote, Visual Studio 2010 will have its user interface migrated to WPF. That almost blew my mind. Microsoft transitioning their bedrock developer tool to WPF &#8211; they wouldn&#8217;t do that lightly. Here&#8217;s a shot of how WPF in VS 2010 will enable useful visualizations and hookup to external tools:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1819.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1819" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1819-thumb.jpg" width="244" border="0"/></a> </p>
<p>Scott, too used TouchSmart for his keynote:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1809.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1809" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1809-thumb.jpg" width="244" border="0"/></a> </p>
<p>And Tesco used it for their demo as well:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1820.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1820" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1820-thumb.jpg" width="244" border="0"/></a> </p>
<p>And the machines that were all covered up tightly in the big room yesterday:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1760.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1760" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1760-thumb.jpg" width="244" border="0"/></a> </p>
<p>Yup, all TouchSmarts, ready for Multi Touch hands-on-labs:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1821.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1821" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1821-thumb.jpg" width="244" border="0"/></a> </p>
<p>The Windows 7 booth had one:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1823.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1823" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1823-thumb.jpg" width="244" border="0"/></a> </p>
<p>The WPF team did too, although I don&#8217;t have a picture of it.</p>
<p>The coolest &#8220;giveaway&#8221; of PDC 2008 has to be the Sensor development kit from the Windows 7 team. It&#8217;s got a hardware board from Freescale with a bunch of sensors, accelerometer and LEDs, all powered via USB, and accessible via the new Sensor APIs in Windows 7. Here&#8217;s a shot of the booth:</p>
<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1824.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMG_1824" src="http://www.geektieguy.com/wp-content/uploads/2008/10/img-1824-thumb.jpg" width="244" border="0"/></a> </p>
<p>I can&#8217;t wait to play with it.</p>
<p>What a day. Not sure it gets much better than that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/10/28/pdc-2008-day-2-hp-touchsmart-front-and-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick impressions from PDC 2008, Day 1</title>
		<link>http://www.geektieguy.com/2008/10/27/quick-impressions-from-pdc-2008-day-1/</link>
		<comments>http://www.geektieguy.com/2008/10/27/quick-impressions-from-pdc-2008-day-1/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 06:14:16 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2008/10/27/quick-impressions-from-pdc-2008-day-1/</guid>
		<description><![CDATA[Windows Azure (hmm, hard to pronounce for non-U.S. people, wonder if they ever consider things like that). Ozzie was great, knew his material, delivered well! Wonder what they&#8217;ll charge once it&#8217;s ready. Red shoes on the dev team, nice touch. Best presentation, HANDS DOWN: Surface! Cool technology, excellent demos, super easy SDK. One word: wow! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.geektieguy.com/wp-content/uploads/2008/10/sta-1752-stitch.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.geektieguy.com/wp-content/uploads/2008/10/sta-1752-stitch-thumb.jpg" border="0" alt="STA_1752 Stitch" width="244" height="120" /></a></p>
<p>Windows Azure (hmm, hard to pronounce for non-U.S. people, wonder if they ever consider things like that). Ozzie was great, knew his material, delivered well! Wonder what they&#8217;ll charge once it&#8217;s ready. Red shoes on the dev team, nice touch.</p>
<p>Best presentation, HANDS DOWN: Surface! Cool technology, excellent demos, super easy SDK. One word: wow! Sorry, no pics. Sure you can find plenty elsewhere.</p>
<p>Biggest surprise for me on a personal level: Meeting <a href="http://designerslove.net/" target="_blank">Nathan Dunlap</a> from <a href="http://identitymine.com/" target="_blank">IdentityMine</a> (Hi, Nathan!). Seeing their components demoed, running on HP TouchSmart, no less: fabulous.</p>
<p>Other HP TouchSmart sightings: DevExpress demoing their wares on TouchSmart too. More sightings to come tomorrow after the Windows 7 keynotes.</p>
<p>Handed out about three handfuls of USB drives with TouchSmart development guidelines (to some that might be an SDK, but it really is just a document with some high level guidelines). In other words: yes, you can write your own programs for HP TouchSmart and yes, this will be available for download some time soon (pending a software update that is needed for the IQ 500 series, IQ 800 series should be good to go as-is). If you&#8217;re not at PDC &#8211; sorry, you&#8217;ll have to wait a little longer to get it. Someone from Microsoft said it was the nicest USB drive he had seen so far.</p>
<p>My OpenSpace session on TouchSmart development happened, sort of. I just didn&#8217;t get to talk much with anyone completely new to HP TouchSmart with an interest in developing for it. Was nice to see some familiar faces, though (Hi, Mark, in case you read this!)</p>
<p>Check out my <a href="http://www.flickr.com/photos/27417082@N00/">photos on Flickr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2008/10/27/quick-impressions-from-pdc-2008-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft deprecates support for XBAP WPF apps in version 5.3 of the Media Center SDK</title>
		<link>http://www.geektieguy.com/2007/11/19/microsoft-deprecates-support-for-xbap-wpf-apps-in-version-53-of-the-media-center-sdk/</link>
		<comments>http://www.geektieguy.com/2007/11/19/microsoft-deprecates-support-for-xbap-wpf-apps-in-version-53-of-the-media-center-sdk/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 05:02:28 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software development]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2007/11/19/microsoft-deprecates-support-for-xbap-wpf-apps-in-version-53-of-the-media-center-sdk/</guid>
		<description><![CDATA[I downloaded and installed the latest version of the Media Center SDK just now, and was a bit surprised to see that WPF apps are now officially deprecated as a supported way of extending Windows Media Center on Vista. There&#8217;s no big announcement around this so far, it&#8217;s almost just a footnote in the &#8220;What&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I downloaded and installed the latest version of the Media Center SDK just now, and was a bit surprised to see that WPF apps are now officially deprecated as a supported way of extending Windows Media Center on Vista. There&#8217;s no big announcement around this so far, it&#8217;s almost just a footnote in the &#8220;What&#8217;s New&#8221; section:</p>
<blockquote><p><b>Deprecated features</b> </p>
<p>The following features have been deprecated:
<ul>
<li>Hosting for Microsoft .NET Framework 3.0 Extensible Application Markup Language (XAML) browser applications (XBAPs).  </li>
<li>The Triple-tap/Soft-keyboard ActiveX control for hosted HTML applications.  </li>
<li>Support for using alternative shells to run and host HTML applications.</li>
</ul>
</blockquote>
<p>The reason I&#8217;m surprised is that Microsoft announced the support for WPF based extensibility apps at PDC05 with some fanfare.</p>
<p>I guess interest among developers just hasn&#8217;t been there for WPF-based Media Center apps, and Microsoft needs to make judgment calls on where to invest in their extensibility platform. The rest of the deprecated features seem to have been made for the same reason: limited interest among developers for these features. In addition I think there might be issues of an architectural nature that just make the three things that got dropped too expensive to maintain or improve.</p>
<p>I&#8217;m sad about this development, mostly because I still don&#8217;t see a great set of development and design tools around for MCML. WPF seems to me to have a whole lot more momentum than MCML (WPF has the Expression suite of tools and has been billed as the &#8220;GDI for the next 20 years&#8221;), but who knows what may be coming for Windows 7, or even an earlier interim update for Media Center?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2007/11/19/microsoft-deprecates-support-for-xbap-wpf-apps-in-version-53-of-the-media-center-sdk/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>I hate Windows Update right now. Or Windows Live writer. Take your pick.</title>
		<link>http://www.geektieguy.com/2007/08/24/i-hate-windows-update-right-now-or-windows-live-writer-take-your-pick/</link>
		<comments>http://www.geektieguy.com/2007/08/24/i-hate-windows-update-right-now-or-windows-live-writer-take-your-pick/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 05:58:51 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2007/08/24/i-hate-windows-update-right-now-or-windows-live-writer-take-your-pick/</guid>
		<description><![CDATA[I spent 45 minutes or so writing up a post in Windows Live Writer this evening. All the while I repeatedly dismissed a Windows Update countdown dialog that was asking for a restart. &#8220;Not now, dammit. I&#8217;m writing something.&#8221; Then the phone rang. Someone wanted to talk to my wife. She was in the process [...]]]></description>
			<content:encoded><![CDATA[<p>I spent 45 minutes or so writing up a post in Windows Live Writer this evening. All the while I repeatedly dismissed a Windows Update countdown dialog that was asking for a restart. &#8220;Not now, dammit. I&#8217;m writing something.&#8221;</p>
<p>Then the phone rang. Someone wanted to talk to my wife. She was in the process of reading a good-night story to my older daughter. The caller couldn&#8217;t wait. So I volunteered to read another chapter of the story.</p>
<p>When I got back, Windows was at the logon screen. Dammit, the Windows Update had gone through with the restart, with me not there to dismiss the countdown dialog.</p>
<p>And Windows Live Writer hadn&#8217;t saved a draft.</p>
<p>Both programs violated two cardinal rules for software: Don&#8217;t ever do something the user didn&#8217;t ask for, and don&#8217;t ever, ever, ever lose the user&#8217;s data. It&#8217;s worse than what Jeff Atwood talked about recently, since there were no <a href="http://www.codinghorror.com/blog/archives/000924.html" target="_blank">crashes</a> involved.</p>
<p>I&#8217;m so mad I&#8217;m not even sure I&#8217;ll want to re-write that other post. It has the potential to help out a fellow developer. Maybe I&#8217;ll do it. But right now I hate Windows Update. Or Windows Live Writer. Take your pick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2007/08/24/i-hate-windows-update-right-now-or-windows-live-writer-take-your-pick/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ProcessExplorer process tree view gone? Here&#8217;s a fix</title>
		<link>http://www.geektieguy.com/2007/02/08/processexplorer-process-tree-view-gone-heres-a-fix/</link>
		<comments>http://www.geektieguy.com/2007/02/08/processexplorer-process-tree-view-gone-heres-a-fix/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 18:28:47 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2007/02/08/processexplorer-process-tree-view-gone-heres-a-fix/</guid>
		<description><![CDATA[My Process Explorer view got messed up a while ago. The process tree view wouldn&#8217;t display any more no matter what I did in the View menu. At the time I searched for solutions on Google, but found nothing. Today I repeated my search &#8211; and Google found a site that mentioned the same problem: [...]]]></description>
			<content:encoded><![CDATA[<p>My Process Explorer view got messed up a while ago. The process tree view wouldn&#8217;t display any more no matter what I did in the View menu. At the time I searched for solutions on Google, but found nothing.</p>
<p>Today I repeated my search &#8211; and Google found a site that mentioned the same problem: <a href="http://west-wind.com/WebLog/posts/9849.aspx">http://west-wind.com/WebLog/posts/9849.aspx</a></p>
<p>The solution was given by <a target="_blank" href="http://zr40.nl/">Matthijs van der Vleuten</a> in the comments of that post: Remove the ProcessExplorer registry tree. You&#8217;ll have to reconfigure everything in ProcessExplorer afterwards, but that&#8217;s a small price to pay for getting the tree view back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2007/02/08/processexplorer-process-tree-view-gone-heres-a-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing my missing ntldr problem for the second time</title>
		<link>http://www.geektieguy.com/2006/11/30/fixing-my-missing-ntldr-problem-for-the-second-time/</link>
		<comments>http://www.geektieguy.com/2006/11/30/fixing-my-missing-ntldr-problem-for-the-second-time/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 05:02:35 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2006/11/30/fixing-my-missing-ntldr-problem-for-the-second-time/</guid>
		<description><![CDATA[This happened to me once before, and I didn&#8217;t write down how to fix it then. This time I will, just so I can look it up easily next time. If your ntldr goes missing, here&#8217;s one way to fix it: Boot from your Windows XP SP2 CD. Choose the &#8220;R&#8221; option to repair using [...]]]></description>
			<content:encoded><![CDATA[<p>This happened to me once before, and I didn&#8217;t write down how to fix it then. This time I will, just so I can look it up easily next time.</p>
<p>If your ntldr goes missing, here&#8217;s one way to fix it:</p>
<ul>
<li>Boot from your Windows XP SP2 CD.</li>
<li>Choose the &#8220;R&#8221; option to repair using a recovery console.</li>
<li>copy ntldr and ntdetect.com from the i386 folder on the boot CD to the windows hard drive root.</li>
</ul>
<p> </p>
<ul>
<li>Double check that the boot order of the hard drives in the BIOS is still how it should be (for some reason my order was messed up, so the system tried to boot from the wrong drive, which puzzled me quite a bit.)</li>
</ul>
<p>That last point messed me up for a good twenty minutes this time around.</p>
<p>But now everything is good again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2006/11/30/fixing-my-missing-ntldr-problem-for-the-second-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista RTM bits on MSDN now (and keys, too)</title>
		<link>http://www.geektieguy.com/2006/11/16/vista-rtm-bits-on-msdn-now-and-keys-too/</link>
		<comments>http://www.geektieguy.com/2006/11/16/vista-rtm-bits-on-msdn-now-and-keys-too/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 04:24:29 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2006/11/16/vista-rtm-bits-on-msdn-now-and-keys-too/</guid>
		<description><![CDATA[If you&#8217;re&#160;a lucky MSDN subscriber and have been waiting for the final Windows Vista bits, they&#8217;re available for download now. What I&#8217;ve been waiting for is also ready: the ability to request a key for your Vista development system. I&#8217;ve got mine and am writing this from Windows Live Writer running on my shiny new [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re&nbsp;a lucky MSDN subscriber and have been waiting for the final Windows Vista bits, they&#8217;re available for download now. </p>
<p>What I&#8217;ve been waiting for is also ready: the ability to request a key for your Vista development system. I&#8217;ve got mine and am writing this from Windows Live Writer running on my shiny new Vista Ultimate work laptop. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2006/11/16/vista-rtm-bits-on-msdn-now-and-keys-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office 2007 now available on MSDN</title>
		<link>http://www.geektieguy.com/2006/11/12/office-2007-now-available-on-msdn/</link>
		<comments>http://www.geektieguy.com/2006/11/12/office-2007-now-available-on-msdn/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 22:07:27 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2006/11/12/office-2007-now-available-on-msdn/</guid>
		<description><![CDATA[For all of you who have access to MSDN online downloads, Office 2007 is now available.]]></description>
			<content:encoded><![CDATA[<p>For all of you who have access to MSDN online downloads, Office 2007 is now available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2006/11/12/office-2007-now-available-on-msdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 7 is back on my machine</title>
		<link>http://www.geektieguy.com/2006/10/23/ie-7-is-back-on-my-machine/</link>
		<comments>http://www.geektieguy.com/2006/10/23/ie-7-is-back-on-my-machine/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 02:06:52 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2006/10/23/ie-7-is-back-on-my-machine/</guid>
		<description><![CDATA[With some help from Peter Gurevich, one of the IE 7 Performance PMs, I tracked down what caused IE 7 to basically lock up on my machine. Turns out it were the IE Developer Toolbar and IE DOM Explorer add-ons that were to blame. I disabled all but these two add-ons and saw no lockups any more. [...]]]></description>
			<content:encoded><![CDATA[<p>With some help from Peter Gurevich, one of the IE 7 Performance PMs, I tracked down what caused IE 7 to basically lock up on my machine. Turns out it were the IE Developer Toolbar and IE DOM Explorer add-ons that were to blame. I disabled all but these two add-ons and saw no lockups any more.</p>
<p>I&#8217;m going to properly uninstall these add-ons so they&#8217;re completely gone and then I&#8217;ll be a happy IE 7 user!</p>
<p>Thank you Peter G for getting in touch!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2006/10/23/ie-7-is-back-on-my-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So much for IE 7</title>
		<link>http://www.geektieguy.com/2006/10/18/so-much-for-ie-7/</link>
		<comments>http://www.geektieguy.com/2006/10/18/so-much-for-ie-7/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 04:14:41 +0000</pubDate>
		<dc:creator>GeekTieGuy</dc:creator>
				<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.geektieguy.com/2006/10/18/so-much-for-ie-7/</guid>
		<description><![CDATA[I installed the offical IE 7 release a few minutes ago, ran it, and it immediately started consuming 50% CPU time. The part of the UI where the Tabs get rendered (and the address bar / stop / refresh / search) was frozen and I couldn&#8217;t get the Favorites area to pop up. Not good. Looks like I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the offical IE 7 release a few minutes ago, ran it, and it immediately started consuming 50% CPU time. The part of the UI where the Tabs get rendered (and the address bar / stop / refresh / search) was frozen and I couldn&#8217;t get the Favorites area to pop up.</p>
<p>Not good. Looks like I&#8217;m going to stick with IE 6 / Firefox for a long time.</p>
<p>Uninstalled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektieguy.com/2006/10/18/so-much-for-ie-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
