<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by grassBlade</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by grassBlade</title>
		<link>http://channel9.msdn.com/Niners/grassBlade/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/grassBlade/Discussions</link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 12:10:24 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 12:10:24 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Help of DOS command/s</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">CannotResolveSymbol said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">NullUserName said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
But that's the wrong way to solve this problem, so don't do it.<br>
<br>
<img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley"><br>
<br>
</div></blockquote>del *.* &lt; whatever.bat<br>
where 'whatever.bat contains &quot;y&quot; (without quotes)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/416693-Help-of-DOS-commands/0eb8dc711e484d3f833e9deb012f892c#0eb8dc711e484d3f833e9deb012f892c</link>
		<pubDate>Tue, 22 Jul 2008 22:08:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/416693-Help-of-DOS-commands/0eb8dc711e484d3f833e9deb012f892c#0eb8dc711e484d3f833e9deb012f892c</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>16</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Vista File Associations</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">evildictaitor said:</div><div class="quoteText">Just go to regedit and look under HKEY_CLASSES_ROOT and remove the key with the extention you want removed.<br>
</div></blockquote>Thought I'd post the following since I just went through a few heartattacks ... all exe files suddenly became associated with Notepad; couldn't restore (because it would call up notepad; couldn't call up my reg editor (because it would call up notepad);
 and when I downloaded any fixes ... all but one did the same.&nbsp; The one that worked came from Winhelponline in the form of
<br>
<br>
exefix_vista.reg<br>
<br>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_CLASSES_ROOT\.EXE]<br>
@=&quot;exefile&quot;<br>
&quot;Content Type&quot;=&quot;application/x-msdownload&quot;</p>
<p>[HKEY_CLASSES_ROOT\.EXE\PersistentHandler]<br>
@=&quot;{098f2470-bae0-11cd-b579-08002b30bfeb}&quot;</p>
<p>[HKEY_CLASSES_ROOT\exefile]<br>
@=&quot;Application&quot;<br>
&quot;EditFlags&quot;=hex:38,07,00,00<br>
&quot;FriendlyTypeName&quot;=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\<br>
&nbsp; 00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,\<br>
&nbsp; 32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,\<br>
&nbsp; 00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00</p>
<p>[HKEY_CLASSES_ROOT\exefile\DefaultIcon]<br>
@=&quot;%1&quot;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\open]<br>
&quot;EditFlags&quot;=hex:00,00,00,00</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\open\command]<br>
@=&quot;\&quot;%1\&quot; %*&quot;<br>
&quot;IsolatedCommand&quot;=&quot;\&quot;%1\&quot; %*&quot;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas\command]<br>
@=&quot;\&quot;%1\&quot; %*&quot;<br>
&quot;IsolatedCommand&quot;=&quot;\&quot;%1\&quot; %*&quot;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]<br>
@=&quot;{86C86720-42A0-1069-A2E8-08002B30309D}&quot;</p>
<p>[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.exe\UserChoice]<br>
<br>
<br>
The only problem I now have is re-associating the proper icons to my exe files; currently they all have Notepad icons.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br>
</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/254267-Vista-File-Associations/099e55b6e1154d2caee19dec0074d7de#099e55b6e1154d2caee19dec0074d7de</link>
		<pubDate>Tue, 22 Jul 2008 13:45:14 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/254267-Vista-File-Associations/099e55b6e1154d2caee19dec0074d7de#099e55b6e1154d2caee19dec0074d7de</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>21</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Site Feedback - What to do with spammers?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">HumanCompiler said:</div><div class="quoteText">People apparently don't think it's spam.&nbsp; I could go either way on it.&nbsp; Spam button will come back later.<br /></div></blockquote>Maybe we should buy the spammers off with some Rohan gold? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Feedback/409625-What-to-do-with-spammers/d1e5d3c11dfc4774867a9dea00ff27ab#d1e5d3c11dfc4774867a9dea00ff27ab</link>
		<pubDate>Mon, 23 Jun 2008 11:52:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Feedback/409625-What-to-do-with-spammers/d1e5d3c11dfc4774867a9dea00ff27ab#d1e5d3c11dfc4774867a9dea00ff27ab</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>3</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - SQL and JOIN</title>
		<description><![CDATA[<p>Perhaps&nbsp;I'm out of my league here&nbsp;(not having played with sql in&nbsp;many moons); however,&nbsp;I would presume performance would be faster for the 2nd command ('AND') since the subset of&nbsp;&nbsp;ms.Labels = 22 is presumably smaller and (if indexed) would mean fewer checking
 of IDs.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/262070-SQL-and-JOIN/d239d9f76c264ad5bee79dfa00c3a444#d239d9f76c264ad5bee79dfa00c3a444</link>
		<pubDate>Wed, 09 Apr 2008 14:36:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/262070-SQL-and-JOIN/d239d9f76c264ad5bee79dfa00c3a444#d239d9f76c264ad5bee79dfa00c3a444</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - PC upgrade time...thoughts?</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">mVPstar wrote:</div>
<div class="quoteBody">&#65279;<br /><br />I don't need a new machine, though. I just want to upgrade my existing machine to make it somewhat current. Somewhere along the line, I'll completely replace it with something new, but atm, I'm looking at adding a couple more years to my current investment.<br /></div>
</blockquote>
<br /><br />I understand.&nbsp; However, think of it this way:<br /><br />1) within a few months, your upgrades will be obsolete;<br />2) within a few years, your upgrades will be unable to run the newest version of Windows and its apps<br />3) your current PC can be used to&nbsp;run your current programs and/or as part of your home theater/audio setup<br />4) your new system (which will probably be better than the current system with upgrades, unless you are sure you know what you are doing) can be upgraded in the future (if you want) when you have more $$$ rolling in.<br /><br />If you are really&nbsp;into upgrading:&nbsp; <br />processor (E6850 min)<br />2 gig Corsair RAM&nbsp; (4 gig if you go Vista Ultimate)<br />8800 nVidia (min)....within 2 or 3 years, though, expect to have to upgrade to SLI
<br /><br /><br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/262090-PC-upgrade-timethoughts/e81b94e246f9433ab4669dfa00c3ac6a#e81b94e246f9433ab4669dfa00c3ac6a</link>
		<pubDate>Tue, 08 Apr 2008 02:26:17 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/262090-PC-upgrade-timethoughts/e81b94e246f9433ab4669dfa00c3ac6a#e81b94e246f9433ab4669dfa00c3ac6a</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - PC upgrade time...thoughts?</title>
		<description><![CDATA[<p>Hi,<br /><br />&nbsp;&nbsp; I just bought a new machine from:<br /><a href="http://www.cyberpowerpc.com/"><br />http://www.cyberpowerpc.com/</a><br /><br />and while mine (E6850 3GHz, 4 gbytes, water-cooled, 8800 w/768mb, 2 hd 500 gig each, 2 dvd rw) ran close to $2300, they do have excellent Vista Ultimate ready systems for $1000 or less.&nbsp; And they put it together for you.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/262090-PC-upgrade-timethoughts/94b62750b0f64d6caabe9dfa00c3a989#94b62750b0f64d6caabe9dfa00c3a989</link>
		<pubDate>Mon, 07 Apr 2008 15:43:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/262090-PC-upgrade-timethoughts/94b62750b0f64d6caabe9dfa00c3a989#94b62750b0f64d6caabe9dfa00c3a989</guid>
		<dc:creator>grassBlade</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/grassBlade/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>