<?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>Skypher &#187; regedit</title>
	<atom:link href="http://skypher.com/index.php/tag/regedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cmd.exe explorer integration</title>
		<link>http://skypher.com/index.php/2009/01/05/cmdexe-explorer-integration/</link>
		<comments>http://skypher.com/index.php/2009/01/05/cmdexe-explorer-integration/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:28:10 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Registry]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[regedit]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=84</guid>
		<description><![CDATA[<p>You can start a cmd.exe command prompt in any subdirectory by right clicking it and slecting &#8220;cmd.exe&#8221; by adding the following to your registry:</p>
<p>Create the key &#8220;HKEY_CLASSES_ROOT\Folder\shell\cmd.exe\command&#8220; and set the default value to a REG_EXPAND_SZ with this value:

&#8220;%SystemRoot%\system32\cmd.exe&#8221; /K PUSHD &#8220;%1&#8243; &#38; TITLE CMD.EXE %1
&#160;
</p>
<p>Here’s an example .reg file to do this, which can be downloaded <a href="http://skypher.com/SkyLined/download/registry/cmd.exe%20explorer%20integration.reg">here</a>:

Windows Registry Editor Version 5.00
&#160;
[HKEY_CLASSES_ROOT\Folder\shell\cmd.exe]
&#160;
[HKEY_CLASSES_ROOT\Folder\shell\cmd.exe\command]
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,\
00,6d,00,64,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,00,4b,00,20,00,50,00,\
55,00,53,00,48,00,44,00,20,00,22,00,25,00,31,00,22,00,20,00,26,00,20,00,54,\
00,49,00,54,00,4c,00,45,00,20,00,43,00,4d,00,44,00,2e,00,45,00,58,00,45,00,\
20,00,25,00,31,00,00,00
&#160;
</p>
<p>Also, in Windows Vista and newer versions, if you hold down the left shift key while right clicking on a folder, you get an extra menu item &#8220;Open Command Window Here&#8221; even without applying this registry change.</p>
]]></description>
			<content:encoded><![CDATA[<p>You can start a cmd.exe command prompt in any subdirectory by right clicking it and slecting &#8220;cmd.exe&#8221; by adding the following to your registry:</p>
<p>Create the key &#8220;<TT>HKEY_CLASSES_ROOT\Folder\shell\cmd.exe\command</TT>&#8220; and set the default value to a REG_EXPAND_SZ with this value:<br />
<CODE><br />
&#8220;%SystemRoot%\system32\cmd.exe&#8221; /K PUSHD &#8220;%1&#8243; &amp; TITLE CMD.EXE %1<br />
&nbsp;<br />
</CODE></p>
<p>Here’s an example .reg file to do this, which can be downloaded <a href="http://skypher.com/SkyLined/download/registry/cmd.exe%20explorer%20integration.reg">here</a>:<br />
<CODE><br />
Windows Registry Editor Version 5.00<br />
&nbsp;<br />
[HKEY_CLASSES_ROOT\Folder\shell\cmd.exe]<br />
&nbsp;<br />
[HKEY_CLASSES_ROOT\Folder\shell\cmd.exe\command]<br />
@=hex(2):22,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\<br />
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,\<br />
00,6d,00,64,00,2e,00,65,00,78,00,65,00,22,00,20,00,2f,00,4b,00,20,00,50,00,\<br />
55,00,53,00,48,00,44,00,20,00,22,00,25,00,31,00,22,00,20,00,26,00,20,00,54,\<br />
00,49,00,54,00,4c,00,45,00,20,00,43,00,4d,00,44,00,2e,00,45,00,58,00,45,00,\<br />
20,00,25,00,31,00,00,00<br />
&nbsp;<br />
</CODE></p>
<p>Also, in Windows Vista and newer versions, if you hold down the left shift key while right clicking on a folder, you get an extra menu item &#8220;Open Command Window Here&#8221; even without applying this registry change.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2009/01/05/cmdexe-explorer-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinDbg explorer integration</title>
		<link>http://skypher.com/index.php/2009/01/05/windbg-explorer-integration/</link>
		<comments>http://skypher.com/index.php/2009/01/05/windbg-explorer-integration/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 09:16:57 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=82</guid>
		<description><![CDATA[<p>You can execute any .exe file (and link to .exe file, with arguments) running under WinDbg by right clicking it and selecting &#8220;WinDbg&#8221; by adding the following to your registry:</p>
<p>Create the key &#8220;HKEY_CLASSES_ROOT\exefile\shell\WinDbg\command&#8221; and set the default value to a REG_EXPAND_SZ with this value:

&#8220;%ProgramFiles%\Debugging Tools for Windows (x64)\windbg.exe&#8221; -o -W [Your workspace] &#8220;%1&#8243; %*
&#160;

-or-

&#8220;%ProgramFiles%\Debugging Tools for Windows (x86)\windbg.exe&#8221; -o -W[Your workspace] &#8221;%1&#8243; %*
&#160;
</p>
(Choose the  x64 or x86 version depending on your OS)...]]></description>
			<content:encoded><![CDATA[<p>You can execute any .exe file (and link to .exe file, with arguments) running under WinDbg by right clicking it and selecting &#8220;WinDbg&#8221; by adding the following to your registry:</p>
<p>Create the key &#8220;<TT>HKEY_CLASSES_ROOT\exefile\shell\WinDbg\command</TT>&#8221; and set the default value to a REG_EXPAND_SZ with this value:<br />
<CODE><br />
&#8220;%ProgramFiles%\Debugging Tools for Windows (x64)\windbg.exe&#8221; -o -W <em>[Your workspace]</em> &#8220;%1&#8243; %*<br />
&nbsp;<br />
</CODE><br />
-or-<br />
<CODE><br />
&#8220;%ProgramFiles%\Debugging Tools for Windows (x86)\windbg.exe&#8221; -o -W[Your workspace] &#8221;%1&#8243; %*<br />
&nbsp;<br />
</CODE></p>
<div>(Choose the  x64 or x86 version depending on your OS).</div>
<div>The option &#8220;<TT>-W <em>[Your workspace]</em></TT>&#8221; tells Windbg to use a specific workspace and &#8220;-o&#8221; option tells WinDbg to also debug child processes started by the .exe. You can omit both options if you prefer.</div>
<p>Here&#8217;s an example .reg file for x64 that uses the &#8220;SkyLined&#8221; workspace, you can use it to get started and modify the key using regedit to fit your needs. It can be downloaded <a href="http://skypher.com/SkyLined/download/registry/windbg%20explorer%20integration.reg">here</a>:<br />
<CODE><br />
Windows Registry Editor Version 5.00<br />
&nbsp;<br />
[HKEY_CLASSES_ROOT\exefile\shell\WinDbg]<br />
&nbsp;<br />
[HKEY_CLASSES_ROOT\exefile\shell\WinDbg\command]<br />
@=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,\<br />
6c,00,65,00,73,00,25,00,5c,00,44,00,65,00,62,00,75,00,67,00,67,00,69,00,6e,\<br />
00,67,00,20,00,54,00,6f,00,6f,00,6c,00,73,00,20,00,66,00,6f,00,72,00,20,00,\<br />
57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,28,00,78,00,36,00,34,00,29,\<br />
00,5c,00,77,00,69,00,6e,00,64,00,62,00,67,00,2e,00,65,00,78,00,65,00,22,00,\<br />
20,00,2d,00,6f,00,20,00,2d,00,57,00,20,00,53,00,6b,00,79,00,4c,00,69,00,6e,\<br />
00,65,00,64,00,20,00,22,00,25,00,31,00,22,00,20,00,25,00,2a,00,00,00<br />
&nbsp;<br />
</CODE></p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2009/01/05/windbg-explorer-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
