How to Change the Text on Windows Xp start Button
Steps
- 1First 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.
- 2Locate explorer.exe in your c:\Windows directory. Make a copy of the file in the same directory and rename it explorer.bak.
- 3Launch Resource Hacker. Choose File -> Open. Choose explorer.exe. You will now see a bunch of collapsed folders.
- 4Expand the String Table folder and then find folder No. 37 (folder No. 38 if you're in Windows Classic mode).
- 5Click 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.
- 6Click on the button labeled Compile Script. This updates the settings for your Start button. But wait, you are not done yet. Scroll down to the section labeled: "shutdown/startup process" for more instructions.
- Screen Shots of my Own:-
EditCHANGE YOUR HOVER TEXT
- 1While you're here, why not also change the text that pops up when your mouse hovers over your Start button?
- 2Right now it says "Click here to begin." Well, duh! We already know that's where to begin!
- 3Open folder No. 34 and click on resource 1033.
- 4Find the text that says "Click here to begin" and change it to something cooler.
- 5Click on the Compile Script button to update this resource.
EditCUSTOMIZE YOUR START ICON
- 1For an added bonus, you can also change the Windows icon to the left of the text, too.
- 2Collapse the String Table folder and expand the Bitmap folder at the top of your folder list.
- 3Click on folder No. 143 and click on resource 1033. You should see that familiar Windows icon.
- 4Go 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.
Editshutdown/startup process
- 1Now 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.
- 2Boot into Safe Mode With Command Prompt by pressing F8 on startup. Then choose Safe Mode in the command prompt.
- 3Log on as administrator and enter your password.
- 4When the command prompt comes up, make sure you're in the right directory by typing "cd c:\windows" (without the quotes).
- 5Now type "copy c:\windows\explorer2.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).
- 6When Windows relaunches, you'll see your new Start button in all its glory!
- 7An 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:\windows\explorer2.exe" (all without quotes) and you should see your changes.
EditAdvanced 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 "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d ^%systemroot^%\explorer2.exe /f
Comments