<?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 XP trick</title>
	<atom:link href="http://www.otakatik.com/tag/windows-xp-trick/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>Modify Start Button Label</title>
		<link>http://www.otakatik.com/modify-start-button-label/</link>
		<comments>http://www.otakatik.com/modify-start-button-label/#comments</comments>
		<pubDate>Sun, 18 May 2008 02:27:23 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP trick]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=95</guid>
		<description><![CDATA[Windows XP comes with its default label for Start button. What is the start button label? Sure, “Start”. If you’ve been used it for years, maybe you bore with it. Just modify it. If you don’t know yet, I’ll show you how do to do it.
There are so many ways to modify the Start button [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/logo.jpg" alt="" width="166" height="30" />Windows XP comes with its default label for Start button. What is the start button label? Sure, “Start”. If you’ve been used it for years, maybe you bore with it. Just modify it. If you don’t know yet, I’ll show you how do to do it.<span id="more-95"></span></p>
<p>There are so many ways to modify the Start button label, from using hexadecimal editor to using 3rd party tweak applications. But I choose this way because I think this ways is simplest one.</p>
<ol>
<li>This trick will need an application that calls <a href="http://www.angusj.com/resourcehacker/" target="_blank">Resource Hacker. Download Resource Hacker in there</a>. The downloaded file is in a Zip format, so unzip it first. I suggest unzipping it on a folder at root folder, giving the folder name: ResHack (you can put it in whatever you like folder).<br />
<img title="Unzipped Resource Hacker" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/reshack_folder_1.jpg" alt="Unzipped Resource Hacker" /></li>
<li>Open it by double click the <strong>ResHacker.exe</strong> file.</li>
<li>Open <strong>explorer.exe</strong> file inside your Windows installation folder (usually in C:\Windows).<br />
<img title="Open Windows Explorer" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/open_explorer_2.jpg" alt="Open Windows Explorer" /></li>
<li>At left panel, navigate to <strong>String Table</strong> -&gt; <strong>37</strong> -&gt; <strong>1033</strong> key.<br />
<img title="Left Panel" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/left_panel_3.jpg" alt="Left Panel" /></li>
<li>At right panel, find line <code>578, “start”</code>.<br />
<img title="Start string" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/label_start_4.jpg" alt="Start string" /></li>
<li>Replace it with your own label but the new string doesn’t too long.<br />
<img title="modify with your own label" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/change_label_5.jpg" alt="modify with your own label" /></li>
<li>Then click <strong>Compile Script</strong> button.<br />
<img title="Click Compile button" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/compile_button_5a.jpg" alt="Click Compile button" /></li>
<li>Save it in your Windows installation folder and give it file name with your own name but don’t <code>explorer.exe</code>. I give it name: <code>oo_explorer.exe</code>.<br />
<img title="Give another file name" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/save_as_6.jpg" alt="Give another file name" /></li>
<li>Now, you have a modified explorer.exe file. The next step is pointing <strong>Shell</strong> registry value to your modified file.</li>
<li>Open Registry Editor by click <strong>Start</strong> -&gt; <strong>Run</strong>, enter <code>regedit</code> in box and then press <strong>Enter</strong>.<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 <strong>\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</strong> key and then <strong>Find</strong> Shell value.<br />
<img title="Registry path" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/registry_shell_7.jpg" alt="Registry Path" /></li>
<li>Shell value has default value data: explorer.exe, just replaces it with your modified explorer.exe file (in my case I replace it with oo_explorer.exe). To modify its value data, double click <strong>Shell</strong> value then replace its value data in box and then click <strong>OK</strong> button.<br />
<img title="explorer.exe" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/edit_string_8.jpg" alt="explorer.exe" /></li>
<li>Close Registry Editor and restart your computer.</li>
<li>If you did it right, your Start button label has been changed.<br />
<img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0113/result_9.jpg" alt="Result" /></li>
</ol>
<p>I tried this trick on Windows XP SP 2, if you’re using others version, you can find its key on step 4 in other path. Just explorer it one by one until you find “start” string at right panel.<br />
<em>(article no:0113)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/modify-start-button-label/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide My Computer Icon</title>
		<link>http://www.otakatik.com/hide-my-computer-icon/</link>
		<comments>http://www.otakatik.com/hide-my-computer-icon/#comments</comments>
		<pubDate>Wed, 14 May 2008 02:46:13 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Windows XP trick]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=90</guid>
		<description><![CDATA[My Computer is very useful for all of Windows users. With My Computer, you can explore entire of sides from your Windows system. Sure, this makes a lot benefits for us but on other hand, this can be a disaster if it handles by wrong hands. To make it safer, just hide My Computer shortcut [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px; float: left;" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0130/logo.jpg" alt="" width="191" height="87" />My Computer is very useful for all of Windows users. With My Computer, you can explore entire of sides from your Windows system. Sure, this makes a lot benefits for us but on other hand, this can be a disaster if it handles by wrong hands. To make it safer, just hide My Computer shortcut on Desktop and in Start Menu.<span id="more-90"></span></p>
<p>To hide it, we’ll play again with registry.<br />
1. To modify registry value, open Registry Editor by click <strong>Start </strong>–&gt; <strong>Run</strong>, enter <code>regedit</code> in box and press Enter.<br />
<img src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-regedit.jpg" alt="" /></p>
<p>2. Navigate to <strong>HKEY_CURRENT_MACHINE / Software / Microsoft / Windows / CurrentVersion / Policies / NonEnum</strong> path.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0130/no_enum_1.jpg" alt="" /></p>
<p>3. In <code>NonEnum</code> key, create a new DWORD value. To create it, right click on empty space on right panel, and then choose <strong>New</strong> -&gt; <strong>DWORD</strong> value menu.<br />
<img src="http://www.otakatik.com/wp-content/uploads/general/new_DWORD_value.jpg" alt="" /></p>
<p>4. Replace the original value to <code>{20D04FE0-3AEA-1069-A2D8-08002B30309D}</code> and then press Enter to save it.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0130/create_new_dword_2.jpg" alt="" /></p>
<p>5. By default, it has value 0. To make this trick works, change it to 1 by double click the <code>{20D04FE0-3AEA-1069-A2D8-08002B30309D}</code> value, and replace the 0 to 1 in box and then press Enter or click OK button.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0130/change_value_3.jpg" alt="" /></p>
<p>6. Close Registry Editor and restart your computer.</p>
<p>7. Now, your My Computer has been disappeared from Start Menu and Desktop.<br />
<img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0130/result_4.jpg" alt="" /></p>
<p>To show My Computer back, just delete <code>{20D04FE0-3AEA-1069-A2D8-08002B30309D}</code> value or change its value to 0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/hide-my-computer-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
