<?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>Otak Atik [dot] Com &#187; Contextual Menu</title>
	<atom:link href="http://www.otakatik.com/tag/contextual-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 25 Jan 2012 09:06:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding Move To Menu</title>
		<link>http://www.otakatik.com/adding-move-to-menu/</link>
		<comments>http://www.otakatik.com/adding-move-to-menu/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:36:41 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Contextual Menu]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=136</guid>
		<description><![CDATA[Similar with my article which talk about Adding Copy To menu, this time I want to talk about Adding Move To menu. I think you’ve known, copy is a command to copy your files to a destination location and that command doesn’t delete the source files and contrary with copy command, move command is a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/logo.jpg" alt="" align="left" />Similar with my article which talk about <a href="http://www.otakatik.com/adding-copy-to-menu/">Adding Copy To menu</a>, this time I want to talk about Adding Move To menu. I think you’ve known, copy is a command to copy your files to a destination location and that command doesn’t delete the source files and contrary with copy command, move command is a command to moving a file/files to a destination location and your source files will removed. In fact, you can trigger move command with Ctrl + X keys and then press Ctrl + V to paste files to a destination location. Another ways is putting a move to menu when your right click a file, your job would be easier.<span id="more-136"></span></p>
<p>And here are the steps:</p>
<ol>
<li> Open Registry Editor first by click <strong>Start</strong> -&gt; <strong>Run</strong>, enter <code>regedit</code> and then press <strong>Enter</strong> key.<br />
<img title="Open Registry Editor" src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-regedit.jpg" alt="Open Registry Editor" /></li>
<li> Navigate to this path: <strong>HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers</strong>.<br />
<img title="Registry path" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/path_1.jpg" alt="Registry path" /></li>
<li> Create a new key by right click <strong>ContextMenuHandlers </strong>key and then choose <strong>New </strong>-&gt; <strong>Key </strong>menu.<br />
<img title="Create a new key" src="http://www.otakatik.com/wp-content/uploads/general/new_key.jpg" alt="Create a new key" /></li>
<li> Replace the original key name to <strong>Move To</strong>.<br />
<img title="Rename to Move To" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/rename_key_2.jpg" alt="Rename to Move To" /></li>
<li> Click <strong>Move To</strong> key, and then double click default value on right panel to modify its value. <img title="default state" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/default_value_3.jpg" alt="default state" /></li>
<li> Fill the value date with this value: <code>{C2FBB631-2971-11D1-A18C-00C04FD75D13}</code> and then click OK button.<br />
<img title="Modify value" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/modify_value_4.jpg" alt="Modify value" /></li>
<li> Re-check your value data.<br />
<img title="Final appearance" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/final_app_5.jpg" alt="Final appearance" /></li>
<li> Close Registry Editor.</li>
<li> Try to right click a file to test<strong> Move To</strong> menu.<br />
<img title="Move to menu" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/move_to_6.jpg" alt="Move to menu" /></li>
<li> If you click it then you’ll asked the destination. And I thought this is a more efficient way to moving files or folders to another location.<br />
<img title="Choose a destination" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0155/choose_dest_7.jpg" alt="Choose a destination" /></li>
</ol>
<p><em>(article no:0155)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/adding-move-to-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Copy To Menu</title>
		<link>http://www.otakatik.com/adding-copy-to-menu/</link>
		<comments>http://www.otakatik.com/adding-copy-to-menu/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 04:40:54 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Contextual Menu]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=135</guid>
		<description><![CDATA[There are so many ways to copy files from a location to another. The common way is using Copy and Paste menu or using Ctrl + C then Ctrl + V combination keys. You can also using drag and drop method. In fact, I want Microsoft put Copy menu on contextual menu every time I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/logo.jpg" alt="" />There are so many ways to copy files from a location to another. The common way is using Copy and Paste menu or using Ctrl + C then Ctrl + V combination keys. You can also using drag and drop method. In fact, I want Microsoft put Copy menu on contextual menu every time I right click a file or folder then I just choose the destination location. Unfortunately, Microsoft doesn’t provide it for us. But you ‘hack’ the registry to create Copy To menu for you.<span id="more-135"></span></p>
<p>And here are the steps:</p>
<ol>
<li> Open Registry Editor first by click <strong>Start</strong> -&gt; <strong>Run</strong> menu, enter <code>regedit</code> in box and then press <strong>Enter</strong> key.<br />
<img src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-regedit.jpg" alt="" width="340" height="182" /></li>
<li> Navigate to this path: <strong>HKEY_CLASSES_ROOT \ AllFilesystemObjects \ shellex \ ContextMenuHandlers</strong>.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/path_1.jpg" alt="Registry Path" /></li>
<li> Create a new key by right click <strong>ContextMenuHandlers</strong> key and then choose <strong>New</strong> -&gt; <strong>Key</strong> menu.<br />
<img src="http://www.otakatik.com/wp-content/uploads/general/new_key.jpg" alt="" /></li>
<li> Replace the original key name to <strong>Copy To</strong>.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/copyto_key_1a.jpg" alt="Copy To Key name" /></li>
<li> Click <strong>Copy To</strong> key, and then double click <strong>default</strong> value on right panel to modify its value.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/default_value_2.jpg" alt="Double click default" /></li>
<li> Fill the value date with this value: <code>{C2FBB630-2971-11D1-A18C-00C04FD75D13}</code> and then click <strong>OK </strong>button<strong>.<br />
</strong><img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/modify_value_3.jpg" alt="Modify its value data" width="383" height="168" /><br />
<strong><br />
</strong></li>
<li> Re-check your value data.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/final_app_4.jpg" alt="Final appearance" width="355" height="40" /></li>
<li> Close Registry Editor.</li>
<li> Try to right click a file to test <strong>Copy To</strong> menu.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/copy_to_menu.jpg" alt="Copy To menu" width="235" height="232" /></li>
<li> If you click it then you’ll asked the destination. And I thought this is a more efficient way to copy files or folders to another location.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0154/choose_destination_5.jpg" alt="Choose a destination" /></li>
</ol>
<p><em>(article no: 0154)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/adding-copy-to-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

