<?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>My Learnings - Markish Personal Blog &#187; Change Start button</title>
	<atom:link href="http://markish.in/tag/change-start-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://markish.in</link>
	<description>It&#039;s my Blog....!</description>
	<lastBuildDate>Thu, 10 Mar 2011 08:41:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Change your ‘Start’ button easily…</title>
		<link>http://markish.in/2008/06/change-your-%e2%80%98start%e2%80%99-button-easily%e2%80%a6/</link>
		<comments>http://markish.in/2008/06/change-your-%e2%80%98start%e2%80%99-button-easily%e2%80%a6/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 05:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Change Start button]]></category>
		<category><![CDATA[Windows Tweaks]]></category>

		<guid isPermaLink="false">http://markishonline.com/2008/06/13/change-your-%e2%80%98start%e2%80%99-button-easily%e2%80%a6/</guid>
		<description><![CDATA[<p>This is how my &#8216;Start&#8217; button looks like…it&#8217;s no more a &#8216;start&#8217; button but it&#8217;s a &#8216;Markish&#8217; button. I&#8217;ve done this in Win98 some 4-5 years back. But I had the pain of the hexadecimal editors to change anything in the binary file (i.e the explorer.exe) But now with the availability of the &#8216;Resource [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://markish.in/wp-content/uploads/2008/06/061308-0523-changeyours1.gif" alt=""/>This is how my &#8216;Start&#8217; button looks like…it&#8217;s no more a &#8216;start&#8217; button but it&#8217;s a &#8216;Markish&#8217; button. I&#8217;ve done this in Win98 some 4-5 years back. But I had the pain of the hexadecimal editors to change anything in the binary file (i.e the explorer.exe) But now with the availability of the &#8216;Resource hacker&#8217;, it&#8217;s quite easy  and straight forward. For those who&#8217;re not aware of the &#8216;RH&#8217; (the resource hacker), please check my previous post on &#8216;<a href="http://markishonline.com/2008/06/12/tweaking-win32-applications%e2%80%a6/">Tweaking win32 Applications</a>&#8216;
</p>
<p><span id="more-46"></span></p>
<p>    In the RH open the &#8216;explorer.exe&#8217; after taking a backup. The string &#8216;Start&#8217; is stored in the &#8216;<strong>String tables</strong>&#8216; of the application. Just navigate to the &#8216;String tables&#8217; in the tree and expand it. Navigate to the node &#8216;<strong>37&#8242;</strong>  under the &#8216;String tables&#8217; and expand it to &#8216;<strong>1033</strong>&#8216;. You will see the word &#8216;Start&#8217; corresponding to &#8216;<strong>578</strong>&#8216;
</p>
<p style="text-align: center"><img src="http://markish.in/wp-content/uploads/2008/06/061308-0523-changeyours2.gif" alt=""/>
	</p>
<p>Just edit the value within the quotes to whatever you want. (&#8220;Markish&#8221; in my case) and click &#8216;Compile Script&#8217; button on the tool bar to compile the script, you have changed.
</p>
<p style="text-align: center"><img src="http://markish.in/wp-content/uploads/2008/06/061308-0523-changeyours3.gif" alt=""/>
	</p>
<p>You are almost done. Now repeat the same steps for node &#8216;<strong>38&#8242;</strong> corresponding to parameter &#8216;<strong>595&#8242;</strong> in the node. This is necessary if you are working on the &#8216;Classic mode&#8217; of Windows XP. Something like
</p>
<p style="text-align: center"><img src="http://markish.in/wp-content/uploads/2008/06/061308-0523-changeyours4.gif" alt=""/>
	</p>
<p>Now you are ready. Just save the file from File<span style="font-family:Wingdings">à</span>Save As with some new name. (explorer_new.exe in my case) under the &#8216;Windows&#8217; Folder in your system. Now this exe is ready with &#8216;your own start&#8217; button. The last part of the trick is to make this your default when &#8216;Windows&#8217; comes up. It&#8217;s done by editing the &#8216;registry&#8217; of the Window with &#8216;regedit&#8217; tool. Open the registry and edit the following key.
</p>
<p style="text-align: center">&#8220;HKEY_LOCAL_MACHINE<span style="font-family:Wingdings">à</span>SOFTWARE<span style="font-family:Wingdings">à</span>Microsoft<span style="font-family:Wingdings">à</span>Windows NT<span style="font-family:Wingdings">à</span>Current version<span style="font-family:Wingdings">à</span>Winlogon<span style="font-family:Wingdings">à</span>Shell&#8221;
</p>
<p>This key by default has the value as &#8216;explorer.exe&#8217;. Change it to point to the new exe you have created. Probably  the &#8216;explorer_new.exe&#8217; by selecting the &#8216;Modify&#8217; in the context menu of &#8216;Shell&#8217; key.
</p>
<p style="text-align: center"><img src="http://markish.in/wp-content/uploads/2008/06/061308-0523-changeyours5.gif" alt=""/>
	</p>
<p>You are done. Close the registry editor and restart your machine. You can see your name instead of the conventional &#8216;Start&#8217; button. If you are trying out this, please remember to backup the &#8216;c:\windows\explorer.exe&#8217; and the &#8216;Registry&#8217; before editing them, in case you end up in messing them up. Go ahead and enjoy tweaking…</p>
]]></content:encoded>
			<wfw:commentRss>http://markish.in/2008/06/change-your-%e2%80%98start%e2%80%99-button-easily%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

