<?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; Windows Explorer Tricks</title>
	<atom:link href="http://www.otakatik.com/tag/windows-explorer-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<lastBuildDate>Wed, 13 Jan 2010 11:42:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change Default Drive on Windows Explorer</title>
		<link>http://www.otakatik.com/change-default-drive-on-windows-explorer/</link>
		<comments>http://www.otakatik.com/change-default-drive-on-windows-explorer/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 02:16:52 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows Explorer Tricks]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=120</guid>
		<description><![CDATA[By Default, Windows Explorer will open My Computer or your home hard drive (usually on drive C:) every time your open it. Whereas, I need to open hard drive D: not drive C:
After, I looked on magazines, I found the way. And it’s just a simple, just add its parameters.
And here are the parameters:

 Open [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0144/logo.jpg" alt="" width="157" height="40" />By Default, Windows Explorer will open My Computer or your home hard drive (usually on drive C:) every time your open it. Whereas, I need to open hard drive D: not drive C:<br />
After, I looked on magazines, I found the way. And it’s just a simple, just add its parameters.<span id="more-120"></span></p>
<p>And here are the parameters:</p>
<ol>
<li> Open <strong>Start</strong> -&gt; <strong>All Programs</strong> -&gt; <strong>Accessories</strong> menu, right click <strong>Windows Explore</strong>r shortcut and then click <strong>Properties</strong>.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0144/right_click_1.jpg" alt="Right click My Computer shortcut" width="386" height="76" /></li>
<li>Click <strong>Shortcut</strong> tab, in target box, you’ll find that it fills with <code>%SystemRoot%\explorer.exe</code>. Just add parameter <code>/n,/e,d:</code> so your target be <code>%SystemRoot%\explorer.exe /n,/e,d:</code> and then click <strong>OK</strong> button.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0144/add_parameter_2.jpg" alt="Add parameter" width="337" height="161" /></li>
<li>Try to open Windows Explorer and your hard drive D: will open first.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0144/result_3.jpg" alt="Result" width="123" height="101" /></li>
</ol>
<p>You can change the letter drive with your own favorite drive. Just replace the last parameter with your drive letter. For example, you want open drive F: first, just write<code> %SystemRoot%\explorer.exe /n,/e,f:</code> on target box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/change-default-drive-on-windows-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Show Hidden File/Folder Option</title>
		<link>http://www.otakatik.com/remove-show-hidden-filefolder-option/</link>
		<comments>http://www.otakatik.com/remove-show-hidden-filefolder-option/#comments</comments>
		<pubDate>Sat, 10 May 2008 15:22:29 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows Explorer Tricks]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=84</guid>
		<description><![CDATA[To hide a single file or many files, the easiest way is set their attributes files to Hidden attrib. With Hidden attribute, your files will disappear from your Windows Explorer but actually your files still in there. For common peoples, this way is working. Unfortunately, Windows XP is providing an option to allow user can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/logo.jpg" alt="" />To hide a single file or many files, the easiest way is set their attributes files to Hidden attrib. With Hidden attribute, your files will disappear from your Windows Explorer but actually your files still in there. For common peoples, this way is working. Unfortunately, Windows XP is providing an option to allow user can display files with Hidden attrib and once this option is enable, you Hidden files will shown.<span id="more-84"></span></p>
<p>The option is located at Explorer option; just click <strong>Tools </strong>-&gt;<strong> Folder Options</strong>, click<strong> View</strong> tab and click<strong> Show hidden files and folders</strong> option under <strong>Hidden files and folders</strong> section and then click <strong>OK</strong>. And your ‘secret’ is exposing now. So, to make it safer, just hide that option. If you hide it at least you don’t make it easy to enable that option. This trick will use Registry Editor.</p>
<p>1. Click <strong>Start</strong> -&gt; <strong>Run</strong>, enter <code>regedit</code> in textbox then press <strong>Enter.</strong><br />
<img title="Registry Editor" src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-regedit.jpg" alt="Open Registry Editor" /></p>
<p>2. In Registry Editor, navigate to registry path: <code>HKEY_CURRENT_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden</code>.<br />
<img title="Hidden key" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/hidden_key_1.jpg" alt="Hidden key" /></p>
<p>3. Find <strong>Type </strong>value on right panel in <strong>Hidden </strong>key. By default, <strong>Type </strong>value has group value.<br />
<img title="Type key" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/type_group_2.jpg" alt="Type key" /></p>
<p>4. To make this trick be works, just empty its value by double click <strong>Type </strong>value, empty its data and then click <strong>OK</strong> button.<br />
<img title="Edit Type key" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/edit_string_3.jpg" alt="Edit Type key" /></p>
<p>5. And if you did it right, you’ll see the result like picture below.</p>
<p><img title="Registry result" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/result_registry_4.jpg" alt="Registry result" /></p>
<p>6. Close Registry Editor.</p>
<p>7. Now, try to open Explorer Options again.<br />
<img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0127/result_5.jpg" alt="Result" /></p>
<p>Make sure before you hide the option, set the option to Do not show hidden files and folders first.<br />
<em>(article no:00127)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/remove-show-hidden-filefolder-option/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
