<?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>Projects Log &#187; hack</title>
	<atom:link href="http://dev.pulsed.net/wp/?cat=16&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dev.pulsed.net/wp</link>
	<description>projects, diy</description>
	<lastBuildDate>Mon, 25 Jul 2011 11:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to add an &quot;Open Command Window Here&quot; shortcut in the context menu under Windows 2003</title>
		<link>http://dev.pulsed.net/wp/?p=17</link>
		<comments>http://dev.pulsed.net/wp/?p=17#comments</comments>
		<pubDate>Sun, 30 Jul 2006 11:25:18 +0000</pubDate>
		<dc:creator>Kevin DEHLINGER</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[win32]]></category>

		<guid isPermaLink="false">http://dev.pulsed.net/wp/?p=17</guid>
		<description><![CDATA[Microsoft has has released a little powertoy called &#034;Open Command Window Here&#034; unfortunatly you can&#039;t install under Windows 2003&#8230;
oh and by the way, this works under windows XP too (2000 not tested)

This could be pretty useful since we have a lot of win2k3 servers at work&#8230;

Open regedit (Windows Key + R > regedit > enter) [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has has released a little powertoy called &#034;Open Command Window Here&#034; unfortunatly you can&#039;t install under Windows 2003&#8230;<br />
oh and by the way, this works under windows XP too (2000 not tested)</p>
<p><img src="http://dev.pulsed.net/misc/cmdhere1.png" title="" border="0"/></p>
<p>This could be pretty useful since we have a lot of win2k3 servers at work&#8230;<br />
<span id="more-17"></span></p>
<li>Open regedit (Windows Key + R > regedit > enter) </li>
<li>goto HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell</li>
<li>Create a new registry key and give it a name (i called mine &#034;cmd.exe here&#034;)</li>
<li>Set the default value the way you want it to appear in the context menu (&#034;>> cmd here < < for example)</li>
<p><img src="http://dev.pulsed.net/misc/cmdhere2.png" title="" border="0"/></p>
</li>
<li>Create a new registry key in the previous one named &#034;command&#034; (you can&#039;t change this name)</li>
<li>Set the default value to &#034;cmd.exe /k pushd %L&#034;</li>
<p><img src="http://dev.pulsed.net/misc/cmdhere3.png" title="" border="0"/></p>
<p>You&#039;re done!<br />
<img src="http://dev.pulsed.net/misc/cmdhere4.png" title="" border="0"/></p>
<p>If you&#039;re lazy, you can download the following .reg and simply apply it. (REGEDIT4, because Windows Registry Editor Version 5.00 reg files are not ascii only)</p>
<div style="border: 1px dashed #708090; background-color: #add8e6">
	<code>REGEDIT4</code><br />
	<code></code><br />
	<code>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd.exe here]</code><br />
	<code>@=&quot;&gt;&gt; cmd here &lt;&lt;&quot;</code><br />
	<code></code><br />
	<code>[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\cmd.exe here\command]</code><br />
	<code>@=&quot;cmd.exe /k pushd %L&quot;</code><br />
	<code></code>
</div>
<p>	<strong>Download this code:</strong> <a href="http://dev.pulsed.net/wp/code/cmdhere.reg">cmdhere.reg</a>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dev.pulsed.net/wp/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
