Change the word START:
Copy the file EXPLORER.EXE from your Windows directory to a temporary working directory.
Using a hex editor (like UltraEdit-32), open the copy of EXPLORER.EXE.
Search for 53 00 74 00 61 00 72 00 74, which are the letters in the word "Start," separated by null characters (#00). It's a good idea to search and replace all occurances of Start in the file, as just editing this one doesn't seem to do it.
You can replace any of the five characters, but do not change the null characters. Although you can't use a word longer than five characters, you can have shorter words by including spaces (#32) for the remaining places.
Save the changes and exit to DOS (for Windows 9x/Me) or reboot into the Windows Recovery Console (Windows XP/2000).
Here, you'll be able to backup the original file and replace it with your modified version. When you restart Windows, the change should take effect immediately.
Source