Hack XP's Start Button
June 9, 2004 in
Web/Tech I've gotten so many requests on how to change the Windows XP Start button, I'm going to teach you how to hack it to pieces manually.
Before you get started, you might want to print out this page for easy reference.
Change the Start text
1. First of all, make sure you download Resource Hacker. You'll need this puppy to edit resources inside your Windows shell.
2. Locate explorer.exe in your c:\Windows directory. Make a copy of the file in the same directory and rename it explorer.bak.
3. Now launch Resource Hacker. In the File menu, open explorer.exe. You'll now see a bunch of collapsed folders.
4. Expand the String Table folder and then find folder No. 37 (folder No. 38 if you're in Windows Classic mode).
5. Click on resource 1033 and locate the text that says "Start." This is your Start button, and now you've got control over what it says! Change the "Start" text to your text of choice. You don't have a character limit, but the text takes up valuable taskbar space, so don't make it too long.
6. Click on the button labeled Compile Script. This updates the settings for your Start button. But nothing will happen until you complete through step #20, so keep going!
Change your hover text
7. While you're here, why not also change the text that pops up when your mouse hovers over your Start button?
8. Right now it says "Click here to begin." Well, duh! We already know that's where to begin!
9. Open folder No. 34 and click on resource 1033.
10. Find the text that says "Click here to begin" and change it to something cooler. Might I suggest "Click here for a good time, baby."
11. Click on the Compile Script button to update this resource.
Customize your Start icon
12. For an added bonus, you can also change the Windows icon to the left of the text, too.
13. Collapse the String Table folder and expand the Bitmap folder at the top of your folder list.
14. Click on folder No. 143 and click on resource 1033. You should see that familiar Windows icon.
15. Go to the Action Menu and select "Replace bitmap." Select "Open file with new bitmap", and locate the replacement image on your machine. Note: The image must have a .bmp extension and a size of 25 pixels by 20 pixels. Then click the Replace button.
Here's the image I've been using instead of the Windows icon, in case you want to use it.
16. Now that you've made your changes, save the file in your Windows folder with another name, such as newstartbutton.exe. Don't name it Explorer.exe, because that file is already being used by your system. Close all open programs and restart your system.
17. Boot into Safe Mode With Command Prompt by pressing F8 on startup. Then choose Safe Mode in the command prompt.
18. Log on as administrator and enter your password.
19. When the command prompt comes up, make sure you're in the right directory by typing "cd c:\windows" (without the quotes).
20. Now type "copy c:\windows\newstartbutton.exe c:\windows\explorer.exe" (no quotes). Type "yes" (no quotes) to overwrite the existing file, then restart your system by typing "shutdown -r" (no quotes).
When Windows relaunches, you'll see your new Start button in all its glory!
Take care,
Sarah
Reader Comments (123)
thanks for your help
sk8
-
I made this to remove the logo and text to create a nice looking (plain) button for Windows XP's Start button. Enjoy ya'll !
I have made serveral attempts to change the colour of the start button but I cann't seem to change it. I've tried changing the Luna.msstyles file with resource hacker. It works until I restart my computer (I replace the bmp with a one i have) then it loads Windows Classic I don't understand. And I have disabled the file recovery one my computer (I have edit logonui.exe, the "start" text and bmp and the ntoskrnl.exe files so that isn't the problem)I have also tried copying it renaming it and editing the (name).theme in notepad to the new (name).mysstyles file so that way it is the same but has a different name and i've only edited the one bmp file so i don't understand!!!
If you can help that would be awesome
P.S. I no there is a way with style XP but i want to alter it without a skinner (only a 4GB HD)
Feel free to email me
That's it! If the start button dosen't change its most likely that your not using the color of the startbutton you changed, ie : you changed the silver button but your using the blue color theme.
If you run into problems, try copying your "Luna" folder and rename the copied version to stylesXP_2. Then copy Luna.theme and rename the copied version of it to, stylesXP2.theme. (Ofcourse edit that file like I said above).
I see the new picture in Resource Hacker after I click Replace, but when I restart windows I see the new text I changed but not the piture. When I load the modified explorer.exe with Resouce Hacker I see the changes are there. Why can't I see the new picture?
Thank you
Tony
1) Open Task Manager (Ctrl-Alt-Del)2) Open a command prompt (cmd or command)3) Open Resource Hacker and open explorer.exe with it4) Using Task Manager, end the process explorer.exe5) Perform your hacks, save them to new.exe6) In the command prompt, type "cd \windows" without quotes, where windows is whatever your windows directory is7) type "copy explorer.exe old.exe" without quotes8) type "copy new.exe explorer.exe" without quotes, and press Y when prompted9) Alt-tab back to Task Manager10) In the File menu, click on "New Task (Run...)"11) Type "explorer" without quotes
Your new and improved explorer will appear right before your eyes, no system reboot required.
Thank you
cd c:\windowsthen copy c:\windows\explorer_original.exe c:\windows\explorer.exe hit return then type yes and hit return now type shutdown -r and all should be well . it worked for me good luck
It's been a few days and so far the only side effect is that the start/stop menu's Search button is completely disabled, to search I have to use the keys Ctrl+F in any opened folder. Hence, my continued search to a better way of doing it brought me here.
When I point the registry back to the original explorer.exe file name, all is well again (HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon) string: Shell.
It's always a good idea to do a full back up before tweaking around.
Selvanhttp://lastborns.surf.to
Correction from the above post.
This thing works like a champ. Prior to tweaking explorer.exe, I so happen to have had SP2 already installed.
Thanks
Does anyone know where to get a variety of clean start button images that can be downloaded for free?
Note: You can completely remove the start button by using a blank image. You can than use the windows key to bring up the start menu.
Max had the right idea. First I had to make a copy of the luna.msstyles file and save to another file. I used the bitmaps from the theme I had built (I had to convert some of the.png files to bitmap so that ResHacker would accept them) to replace the old ones. Where Max went wrong is that he was trying to replace the XP default one without working in safe mode. If you replace the old luna.msstlye file in safe mode, you will have no probs.
As an aside, the msstyles file DOES NOT CONTAIN ALL THE INFO FOR A DEFAULT WNDOWS THEME. Much of the internal colours and file bitmaps are contained in the shellstyle.dll, one of which sits in each of the Luna folders (ie, metallic, homestead or NormalColour)
Well, all I can say is have fun and let windowblinds beware, lol
Elric
Elric
Cheers
http://www.overclockersclub.com/guides/xpstartbutton.php
and it work's on Windows with SP2 installed just fine, you shouldn't post things and try to passed them as your own work.
Someone.