How to Change the Text on the Windows Start Button
Things You'll Need
Resource Hacker (to edit system kernel files and edit resources within the system shell)
Approximately 10 minutes of your time
Warnings
Don't forget. You are playing with System Critical files here. So backup important data first in case something goes wrong
MAKE A COPY OF EXPLORER.EXE BEFORE YOU DO THIS! After overwriting the file and have no backup, it's hard to get it back.
Editing the Registry can have hazardous effects on your computer.
Tips
Be sure when you are ready to save your new start button to the windows folder in (step 16) that you name it "explorer2.exe" - (without the quotes) as this will be a lot easier to remember and won't require remembering - but write it down on the printed paper of this page if you can't remember it.
shutdown/startup process
Now that you've made your changes, save the file in your Windows folder with another name, such as explorer2.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.
Boot into Safe Mode With Command Prompt by pressing F8 on startup. Then choose Safe Mode in the command prompt.
Log on as administrator and enter your password.
When the command prompt comes up, make sure you're in the right directory by typing "cd c:windows" (without the quotes).
Now type "copy c:windowsexplorer2.exe c:windowsexplorer.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!
An easier way to enable the new settings is to open task manager and end all instances of "explorer.exe" then click "save" in the Resource Hacker menu. At this point you might see a "Windows File Protection" popup. this is just telling you that the file was modified (which it was, by you)just click "cancel" then "ok". the final step is to open up task manager then click on "new task" then enter "c:windowsexplorer2.exe" (all without quotes) and you should see your changes.
CUSTOMIZE YOUR START ICON
For an added bonus, you can also change the Windows icon to the left of the text, too.
Collapse the String Table folder and expand the Bitmap folder at the top of your folder list.
Click on folder No. 143 and click on resource 1033. You should see that familiar Windows icon.
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 30 pixels by 30 pixels. Then click the Replace button.
CHANGE YOUR HOVER TEXT
While you're here, why not also change the text that pops up when your mouse hovers over your Start button?
Right now it says "Click here to begin." Well, duh! We already know that's where to begin!
Open folder No. 34 and click on resource 1033.
Find the text that says "Click here to begin" and change it to something cooler.
Click on the Compile Script button to update this resource.
Steps
First of all, make sure you download Resource Hacker.(See Ext. Links below to download Resource Hacker) You'll need this software to edit resources inside your Windows shell.
Locate explorer.exe in your c:Windows directory. Make a copy of the file in the same directory and rename it explorer.bak.
Now launch Resource Hacker. In the File menu, open explorer.exe. You'll now see a bunch of collapsed folders.
Expand the String Table folder and then find folder No. 37 (folder No. 38 if you're in Windows Classic mode).
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.
Click on the button labeled Compile Script. This updates the settings for your Start button. But nothing will happen until you restart (see "shutdown/startup process"), so keep going!
Advanced Replacement
Alternatively you could change the default shell that loads at windows startup within the registry.
Using the run dialogue open Command Prompt and enter:
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon" /v Shell /t REG_SZ /d ^%systemroot^%explorer2.exe /f
Articles for You to Write
Here is a list of suggested articles that have not yet been written. You can help by researching and writing one of these articles.
How to Change Mouse Settings
How to Go Into Safe Mode XP
How to Enable Task Manager
How to Write a Reg File
How to Save XP Updates
Sources and Citations
http://www.angusj.com/resourcehacker/
Related wikiHows Advanced Replacement
Alternatively you could change the default shell that loads at windows startup within the registry.
Using the run dialogue open Command Prompt and enter:
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionWinlogon" /v Shell /t REG_SZ /d ^%systemroot^%explorer2.exe /f
Articles for You to Write
Here is a list of suggested articles that have not yet been written. You can help by researching and writing one of these articles.
How to Change Mouse Settings
How to Go Into Safe Mode XP
How to Enable Task Manager
How to Write a Reg File
How to Save XP Updates
Sources and Citations
http://www.angusj.com/resourcehacker/