<?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>tech stuff &#187; windows 7</title>
	<atom:link href="http://codytaylor.org/tag/windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Sun, 30 Oct 2011 04:15:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Search For A Putty Alternative &#8211; Putty Tray and Putty Connection Manager</title>
		<link>http://codytaylor.org/2010/05/a-search-for-a-putty-alternative-putty-tray-and-putty-connection-manager.html</link>
		<comments>http://codytaylor.org/2010/05/a-search-for-a-putty-alternative-putty-tray-and-putty-connection-manager.html#comments</comments>
		<pubDate>Wed, 26 May 2010 03:17:10 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Putty Alternative]]></category>
		<category><![CDATA[Putty Connection Manager]]></category>
		<category><![CDATA[Putty Tray]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[SSH clients]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=14322</guid>
		<description><![CDATA[Searching for a proper SSH client for windows, I've come across two options that still fall short of ideal.]]></description>
			<content:encoded><![CDATA[<p>After getting my beta key for Starcraft 2 I&#8217;ve been spending a lot of time in Windows. Windows 7 is a huge improvement over Windows XP but I really miss the transparent tabbed terminals in Linux. I&#8217;ve become so used to having numerous SSH tunnels and sessions going in multiple tabs that the classic Putty Client in Windows 7 seemed very restricting. I&#8217;ve explored a few Putty alternatives and it seems that a transparent tabbed SSH client isn&#8217;t an option in Windows. I hope that there is an application that I&#8217;ve missed, but at the moment it seems you can either have a transparent Putty client with text that also becomes transparent and illegible with <a title="Putty Tray" href="http://haanstra.eu/putty/" target="_blank">Putty Tray</a>, or you can have a buggy tabbed SSH client with <a title="Putty Connection Manager" href="http://puttycm.free.fr/cms/" target="_blank">Putty Connection Manager</a>. Both of these applications are less than desirable, but I have settled on Putty Tray. With Putty Tray, the console windows will minimize to the tray and not take up valuable real estate in the task bar. If used with Pageant, Putty Tray is far superior to Putty Connection Manager and it doesn&#8217;t have the usability issues that Putty Connection Manager does.</p>
<p>I&#8217;m still tempted to install a virtual machine and run some flavour of Linux just for the clean and visually appealing consoles.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2010%2F05%2Fa-search-for-a-putty-alternative-putty-tray-and-putty-connection-manager.html&amp;linkname=A%20Search%20For%20A%20Putty%20Alternative%20%26%238211%3B%20Putty%20Tray%20and%20Putty%20Connection%20Manager"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2010/05/a-search-for-a-putty-alternative-putty-tray-and-putty-connection-manager.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Re-Enable Grub For Linux After Windows Install</title>
		<link>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html</link>
		<comments>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 04:30:24 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[re-enable grub]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=14228</guid>
		<description><![CDATA[Easy instructions on how to re-enable grub after windows install on a dual boot pc.]]></description>
			<content:encoded><![CDATA[<p>Following the installation of Windows 7 on my desktop machine that was previously running Ubuntu 9.04, I realized that one of my partitions was missing. It was formatted as ext3 so of course it wouldn&#8217;t show up in windows. When I went to boot back into linux the grub boot manager was gone. The machine just booted straight into windows 7. </p>
<p>To re-enable grub was a lot simpler than I thought it would be. Since the Ubuntu 8.04 install disc that I had lying around also works as a live disc I booted my desktop off that. Once Ubuntu started up I opened up a terminal and typed these commands:<br />
<pre><code>
sudo grub
root(hd0,7)
setup(hd0)
quit
</code></pre><br />
I then rebooted and grub was back to normal with both my Ubuntu operating system and windows 7 listed. Note that hd0,7 was the partition where I installed Ubuntu. If you installed linux before windows then you will probably want to use hd0,0. I installed windows 7 over a broken windows xp partition that I had installed before everything else.</p>
<p>If you installed ubuntu before you installed windows then you&#8217;re probably going to have to edit your &#8216;/boot/grub/menu.lst&#8217; file. The <a href='http://www.gnu.org/software/grub/manual/html_node/index.html' title='grub docs'>grub documentation</a> may be helpful.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F08%2Fre-enable-grub-for-linux-after-windows-install.html&amp;linkname=Re-Enable%20Grub%20For%20Linux%20After%20Windows%20Install"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/08/re-enable-grub-for-linux-after-windows-install.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 7 RCs Shut Down to Force Updates</title>
		<link>http://codytaylor.org/2009/05/windows-7-rcs-shut-down-to-force-updates.html</link>
		<comments>http://codytaylor.org/2009/05/windows-7-rcs-shut-down-to-force-updates.html#comments</comments>
		<pubDate>Mon, 11 May 2009 17:00:14 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13739</guid>
		<description><![CDATA[nk497 writes &#8220;The release candidate for Microsoft Windows 7 will expire June 2010, and the software giant will let users know they need to pay to upgrade by shutting down the system every two hours for three months. According to Microsoft: &#8220;The RC will expire on June 1, 2010. Starting on March 1, 2010, your [...]]]></description>
			<content:encoded><![CDATA[<p>nk497 writes &#8220;The release candidate for Microsoft Windows 7 will expire June 2010, and the software giant will let users know they need to pay to upgrade by shutting down the system every two hours for three months. According to Microsoft: &#8220;The RC will expire on June 1, 2010. Starting on March 1, 2010, your PC will begin shutting down every two hours. Windows will notify you two weeks before the bi-hourly shutdowns start. To avoid interruption, you&#8217;ll need to install a non-expired version of Windows before March 1, 2010. You&#8217;ll also need to install the programs and data that you want to use.&#8221;"
<p><a href="http://slashdot.org/article.pl?sid=09/05/11/159207&amp;from=rss"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/ab924_159207"></a></p>
<p><a href="http://slashdot.org/article.pl?sid=09/05/11/159207&amp;from=rss">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/lVdqYZZSPS5KTVAxKBdG4IdugTQ/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/ab924_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/lVdqYZZSPS5KTVAxKBdG4IdugTQ/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/ab924_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/ab924_IolwlseEgZU" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Fwindows-7-rcs-shut-down-to-force-updates.html&amp;linkname=Windows%207%20RCs%20Shut%20Down%20to%20Force%20Updates"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/windows-7-rcs-shut-down-to-force-updates.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lenovo On the Future of the Netbook</title>
		<link>http://codytaylor.org/2009/05/lenovo-on-the-future-of-the-netbook.html</link>
		<comments>http://codytaylor.org/2009/05/lenovo-on-the-future-of-the-netbook.html#comments</comments>
		<pubDate>Mon, 11 May 2009 01:00:09 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Netbooks]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13704</guid>
		<description><![CDATA[thefickler touts an interview in tech.blorge with Lenovo&#8217;s Worldwide Competitive Analyst, Matt Kohut, who spoke about his vision of the future of netbooks, which involves Windows 7, bigger screens, built-in 3G, touch integration, and lower prices. Linux fans will be disappointed to hear that Kohut thinks Windows 7 will dominate future generations of netbooks because [...]]]></description>
			<content:encoded><![CDATA[<p>thefickler touts an interview in tech.blorge with Lenovo&#8217;s Worldwide Competitive Analyst, Matt Kohut, who spoke about his vision of the future of netbooks, which involves Windows 7, bigger screens, built-in 3G, touch integration, and lower prices. Linux fans will be disappointed to hear that Kohut thinks Windows 7 will dominate future generations of netbooks because it offers a better, more familiar solution, with the benefits of touch. Quoting Kohut: &#8220;The other challenge has been, in order to keep the price points down, a lot of people thought that Linux would be the savior of all of these netbooks. You know, there were a lot of netbooks loaded with Linux, which saves  or 0 or whatever it happens to be, based on Microsoft&#8217;s pricing and, again, from an industry standpoint, there were a lot of returns because people didn&#8217;t know what to do with it. Linux, even if you&#8217;ve got a great distribution and you can argue which one is better or not, still requires a lot more hands-on than somebody who is using Windows. So, we&#8217;ve seen overwhelmingly people wanting to stay with Windows because it just makes more sense: you just take it out of the box and it&#8217;s ready to go.&#8221;
<p><a href="http://hardware.slashdot.org/article.pl?sid=09/05/10/2147256&amp;from=rss"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/981f4_2147256"></a></p>
<p><a href="http://hardware.slashdot.org/article.pl?sid=09/05/10/2147256&amp;from=rss">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/nrt2FANYmsA4BeN2QpVAK9LnFv4/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/981f4_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/nrt2FANYmsA4BeN2QpVAK9LnFv4/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/981f4_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/981f4_BAUNwffZkWc" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Flenovo-on-the-future-of-the-netbook.html&amp;linkname=Lenovo%20On%20the%20Future%20of%20the%20Netbook"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/lenovo-on-the-future-of-the-netbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Things You Need To Know About Windows 7</title>
		<link>http://codytaylor.org/2009/05/15-things-you-need-to-know-about-windows-7.html</link>
		<comments>http://codytaylor.org/2009/05/15-things-you-need-to-know-about-windows-7.html#comments</comments>
		<pubDate>Sun, 10 May 2009 21:00:12 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13698</guid>
		<description><![CDATA[Windows 7 has been making headlines for a few months now. If you&#8217;ve read one or two of the stories and reviews dedicated to it, you might think that you know about all that it contains: new touchscreen features, a revamped taskbar with larger thumbnail previews, Internet Explorer 8, easier networking and so on. While [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 has been making headlines for a few months now. If you&#8217;ve read one or two of the stories and reviews dedicated to it, you might think that you know about all that it contains: new touchscreen features, a revamped taskbar with larger thumbnail previews, Internet Explorer 8, easier networking and so on. While that sounds reasonable enough</p>
<p><a href="http://feedads.g.doubleclick.net/~at/J9qovMogri3FEPlEU7NarydvTJY/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/c44be_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/J9qovMogri3FEPlEU7NarydvTJY/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/c44be_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/c44be_EgV4Bsq7DRw" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2F15-things-you-need-to-know-about-windows-7.html&amp;linkname=15%20Things%20You%20Need%20To%20Know%20About%20Windows%207"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/15-things-you-need-to-know-about-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hands-On Guide to Windows Vista SP2</title>
		<link>http://codytaylor.org/2009/05/hands-on-guide-to-windows-vista-sp2.html</link>
		<comments>http://codytaylor.org/2009/05/hands-on-guide-to-windows-vista-sp2.html#comments</comments>
		<pubDate>Sat, 09 May 2009 09:00:09 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13619</guid>
		<description><![CDATA[With Windows 7 due by October and looking good, and SP1 bringing Vista up to the same performance as XP SP2, who&#8217;s going to want Vista Service Pack 2? Actually, even Microsoft says this is mainly for Windows Server 2008 (which shares much of the same code as Vista) and for putting on new PCs.



]]></description>
			<content:encoded><![CDATA[<p>With Windows 7 due by October and looking good, and SP1 bringing Vista up to the same performance as XP SP2, who&#8217;s going to want Vista Service Pack 2? Actually, even Microsoft says this is mainly for Windows Server 2008 (which shares much of the same code as Vista) and for putting on new PCs.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/ofWH-6qf84JkznicpvJnBOHXQbo/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/1452a_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/ofWH-6qf84JkznicpvJnBOHXQbo/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/1452a_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/1452a_YFYhfqz-_dI" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Fhands-on-guide-to-windows-vista-sp2.html&amp;linkname=Hands-On%20Guide%20to%20Windows%20Vista%20SP2"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/hands-on-guide-to-windows-vista-sp2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Anti-Piracy Plans</title>
		<link>http://codytaylor.org/2009/05/windows-7-anti-piracy-plans.html</link>
		<comments>http://codytaylor.org/2009/05/windows-7-anti-piracy-plans.html#comments</comments>
		<pubDate>Sat, 09 May 2009 01:00:13 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13592</guid>
		<description><![CDATA[Slatterz writes &#8220;Microsoft has announced that the forthcoming Windows 7 operating system will contain a number of piracy &#8216;tweaks&#8217; it says are designed to protect the interests of customers. Under the new regime users will be expected to validate their software in a much more precise way than before. Other Microsoft operating systems and anti-piracy [...]]]></description>
			<content:encoded><![CDATA[<p>Slatterz writes &#8220;Microsoft has announced that the forthcoming Windows 7 operating system will contain a number of piracy &#8216;tweaks&#8217; it says are designed to protect the interests of customers. Under the new regime users will be expected to validate their software in a much more precise way than before. Other Microsoft operating systems and anti-piracy measures, including Windows Genuine Advantage, allowed users to delay &#8216;activation,&#8217; but Windows 7 will make it harder to ignore repeated messages. According to Joe Williams, general manager for Worldwide Genuine Windows at Microsoft, counterfeit software &#8216;delivers a poor experience and impacts customer satisfaction with our products, particularly if users do not know that their software is non-genuine.&#8217; Williams gave the example of one piracy exploit that caused more than a million reported system crashes on machines running non-genuine Windows Vista before Microsoft was able to resolve it.&#8221;
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/1858226&amp;from=rss"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/00683_1858226"></a></p>
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/1858226&amp;from=rss">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/2eerMZYew2NDNGaCtXSyU1mDJ_4/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/00683_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/2eerMZYew2NDNGaCtXSyU1mDJ_4/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/00683_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/00683_Sd5cE6-ozpU" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Fwindows-7-anti-piracy-plans.html&amp;linkname=Windows%207%20Anti-Piracy%20Plans"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/windows-7-anti-piracy-plans.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>R.I.P. MS-DEBUG 1981 &#8211; 2009</title>
		<link>http://codytaylor.org/2009/05/rip-ms-debug-1981-2009.html</link>
		<comments>http://codytaylor.org/2009/05/rip-ms-debug-1981-2009.html#comments</comments>
		<pubDate>Sat, 09 May 2009 01:00:12 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13591</guid>
		<description><![CDATA[AlphaZeta writes &#8220;After 28 years, MS-DEBUG is finally being phased out in Windows 7. Over the years, people have been using MS-DEBUG for writing code (virus/malware, you name it) and debugging. &#8220;

Read more of this story at Slashdot.



]]></description>
			<content:encoded><![CDATA[<p>AlphaZeta writes &#8220;After 28 years, MS-DEBUG is finally being phased out in Windows 7. Over the years, people have been using MS-DEBUG for writing code (virus/malware, you name it) and debugging. &#8220;
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/169226&amp;from=rss"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/46dc1_169226"></a></p>
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/169226&amp;from=rss">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/Bxl7ybV7-xPDIRQOlemAq2olVtg/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/46dc1_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/Bxl7ybV7-xPDIRQOlemAq2olVtg/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/46dc1_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/46dc1_670eiThV67E" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Frip-ms-debug-1981-2009.html&amp;linkname=R.I.P.%20MS-DEBUG%201981%20%26%238211%3B%202009"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/rip-ms-debug-1981-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS, Intel &quot;Goofed Up&quot; Win 7 XP Virtualization</title>
		<link>http://codytaylor.org/2009/05/ms-intel-goofed-up-win-7-xp-virtualization.html</link>
		<comments>http://codytaylor.org/2009/05/ms-intel-goofed-up-win-7-xp-virtualization.html#comments</comments>
		<pubDate>Fri, 08 May 2009 17:00:14 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[redmond]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13577</guid>
		<description><![CDATA[clang_jangle writes &#8220;Arstechnica has a short article up describing how Microsoft and Intel have &#8216;goofed up&#8217; Windows 7&#8217;s XP Mode, by ensuring many PCs will not be able to use it. (And it won&#8217;t be easy to figure out in advance if your PC is one of them.) Meanwhile, over at Infoworld, Redmond is criticized [...]]]></description>
			<content:encoded><![CDATA[<p>clang_jangle writes &#8220;Arstechnica has a short article up describing how Microsoft and Intel have &#8216;goofed up&#8217; Windows 7&#8217;s XP Mode, by ensuring many PCs will not be able to use it. (And it won&#8217;t be easy to figure out in advance if your PC is one of them.) Meanwhile, over at Infoworld, Redmond is criticized for having the &#8216;right idea, wrong technology&#8217; with their latest compatibility scheme, and PC World says &#8216;great idea, on paper.&#8217; With Windows 7 due to be released in 2010, and Redmond apparently eager to move on from XP, perhaps this is not really a &#8216;goof&#8217; at all?&#8221;
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/1518245&amp;from=rss"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/e0d77_1518245"></a></p>
<p><a href="http://tech.slashdot.org/article.pl?sid=09/05/08/1518245&amp;from=rss">Read more of this story</a> at Slashdot.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/Py7CIghgw0R_MkXOEdB0B4uzCsE/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/e0d77_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/Py7CIghgw0R_MkXOEdB0B4uzCsE/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/e0d77_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/e0d77_O8i4V8IpPGM" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Fms-intel-goofed-up-win-7-xp-virtualization.html&amp;linkname=MS%2C%20Intel%20%26quot%3BGoofed%20Up%26quot%3B%20Win%207%20XP%20Virtualization"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/ms-intel-goofed-up-win-7-xp-virtualization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC1: 10 Things You Need to Know</title>
		<link>http://codytaylor.org/2009/05/windows-7-rc1-10-things-you-need-to-know.html</link>
		<comments>http://codytaylor.org/2009/05/windows-7-rc1-10-things-you-need-to-know.html#comments</comments>
		<pubDate>Thu, 07 May 2009 21:00:16 +0000</pubDate>
		<dc:creator>Cody Taylor</dc:creator>
				<category><![CDATA[technical news]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://codytaylor.org/?p=13530</guid>
		<description><![CDATA[Windows 7&#8217;s about ready to come out of the oven, and now everybody can shove their hands in the warm OS pie. And really, you should. Here&#8217;s everything you need to know to dive in.



]]></description>
			<content:encoded><![CDATA[<p>Windows 7&#8217;s about ready to come out of the oven, and now everybody can shove their hands in the warm OS pie. And really, you should. Here&#8217;s everything you need to know to dive in.</p>
<p><a href="http://feedads.g.doubleclick.net/~at/fYSyJYT5C3yRZcA-aZzKfRvLs-A/0/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/003fa_di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~at/fYSyJYT5C3yRZcA-aZzKfRvLs-A/1/da"><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/003fa_di" border="0"></img></a></p>
<p><img src="http://www.codytaylor.org/wp-content/plugins/wp-o-matic/cache/003fa_XRNtiWoJ18s" height="1" width="1" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcodytaylor.org%2F2009%2F05%2Fwindows-7-rc1-10-things-you-need-to-know.html&amp;linkname=Windows%207%20RC1%3A%2010%20Things%20You%20Need%20to%20Know"><img src="http://codytaylor.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://codytaylor.org/2009/05/windows-7-rc1-10-things-you-need-to-know.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

