Results 1 to 4 of 4

Thread: Change Start Button Text

  1. #1
    Join Date
    Feb 2009
    Posts
    123

    Change Start Button Text

    Would you like to change the Start button to say something else, perhaps your name, company or any other 5 or less letter word?The start button is the most clicked on button in all of Windows. If you are going to customize windows, why not customize the start button. It is possible to change the text of the start button through the use of a hex editor which is a special program that allows you to edit files that were already compiled.

    To get started, all you need is a hex editor which you can dowload for free on the web. If you do not have a hex editor, visit download.com and preform a search for hex editor and you will find several. Manually changing the Start button requires the use of a binary file editor (or hex editor) to alter a critical Windows system file, it is therefore not recommended for inexperienced users. This method has been successfully tested on Windows 95, 98, ME, 2000 and XP and therefore should be quite safe, although we do not accept any responsibility for system problems or data loss.

    Once you have the hex editor downloaded and installed, just open up explorer.exe which is found in the windows directory in the program. Then go to the following offsets and you will see the text S T A R T. Just modify the letters to what ever you wish and save the file and you are set to go. Make sure that you leave the spaces between the letters and you only overwrite the five letters.

    The file offsets for XP are: 000412b6 - 000412bf and 0004158a - 00041593

    This method has a few limitations though, you can only use exactly 5 letters. If you want to us somthing with more than five letters, below is another guide that will also change the start menu text. It is from tweakersguide.com but it was in German so here's my rough translation.

    First of all you will need to download a exe editor - Resource Hacker and Hacker 2.0 are avaliable from www.downloads.com and are adequate for the task in hand.

    The first 3 steps stop the file we are going to tamper with from being restored automatically when windows restarts

    1) with notepad or a text editor open the file c:\windows\system32\restore\filelist.xml (you might need to change it's properites from read only first by right clicking on the file and selecting properties, then remove the tich from the read only checkbox)

    2) add the following line to the first section to exclude explorer.exe from the protected file list
    - %windir%explorer.exe

    3) save the file (and apply the read only properties back if you wish)

    The next 2 steps actually modify the explorer.exe file that is the windows shell so back it up first if you are uncertain what you are doing (to back up the file, open a cmd window and type -
    copy c:\windows\explorer.exe c:\windows\explorer.bak)

    4) Open the file c:\windows\explorer.exe with your exe editor and edit the text in following lines

    String Table > 37 > 1033
    String Table > 38 > 1033

    You just edit the text inside the "Start" to what ever you want and compile if necessary (depends on your exe editor - you will if you use ResHack)

    5) save the file as (file > save as) explorer.xp (back up this file to another disk if you want to save a bit of hassle after you recover the machine next time)

    Now you need to copy the file you've modified best way I've found to do this is to boot to safe mode command prompt although it's been suggested that you can stop the explorer.exe process with Task Manager, copy the fie in a cmd prompt then restart the process again - that worked for me but the origional returned after a restart. The next 3 steps describe how you copy the file

    6) restart the machine and start tapping F8 to get the start menu - choose safe mode with command prompt

    7) log on as Administrator and you'll be presented with a cmd prompt

    8) To copy the modified file just type
    copy c:\windows\explorer.xp c:\windows\explorer.exe
    assuming that's where you saved it to with your exe editor)

    9) Restart Machine.

    Thats it.. Now enjoy the new text button..

  2. #2
    Join Date
    Feb 2009
    Posts
    123

    Re: Change Start Button Text

    If everything has gone successfully you will now have a new Start button, and also hopefully learnt something about the Explorer file structure. If you do have problems replace the faulty Explorer with the backup made during the first step.

  3. #3
    Join Date
    Feb 2009
    Posts
    240

    Re: Change Start Button Text

    A number of users have written to say that when the text on the Start Button is changed, the Search function from the Start Button (right click) context menu ceases to function. That's true, it does, and if I ever used that particular function I'd have been aware of the problem. I don't use it, so I wasn't aware, but now you've been warned. As far as I know there are no other caveats associated with the modification.

  4. #4
    Join Date
    Feb 2009
    Posts
    673

    Re: Change Start Button Text

    Is'nt it very complicated ? As per me there is no use of doing this.. Its just a risk and waste of time... I am never gonna try this..

Similar Threads

  1. How to change Windows Vista start button icon?
    By Miltongomes in forum Customize Desktop
    Replies: 25
    Last Post: 27-08-2011, 07:30 PM
  2. Change The Text On XP Start Button
    By Rohit Kasle (RK) in forum Tips & Tweaks
    Replies: 1
    Last Post: 09-02-2010, 05:50 PM
  3. How to change the start button in Windows 7
    By Santosh24 in forum Customize Desktop
    Replies: 7
    Last Post: 22-12-2009, 10:07 AM
  4. Change Windows Xp start up Button
    By Clemens in forum Customize Desktop
    Replies: 4
    Last Post: 29-01-2009, 10:38 AM
  5. Change the text of a button
    By windows_user in forum Software Development
    Replies: 4
    Last Post: 16-01-2009, 05:54 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,640,974.45012 seconds with 17 queries