Search This Blog

Friday, 7 September 2012

MY START MENU NAME CHANGE

    MY START MENU NAME CHANGE
    ============================
    :- PANKAJ TIWARI


First step

Explorer.exe is found in Windows folder and must be edited enable the renaming of the start button. Because we are dealing with a binary file, we need to use a file editor. I successfully edited the file using the Resource Hacker application. It is a free program available for download from Softpedia. Once you have downloaded it, extract all the data from the archive and run ResHacker. Now open the explorer.exe.

In the left, you can see an information tree. Expand String table > 37 or 38 (37 string is for the normal XP layout and 38 one is for the classic layout). You just select the one suitable for your Windows and then select 1033. In the right, line 578 display Start between quotes. Rename it with the desired name and then click the Compile Script button which is placed above.

It's time to save the new version of the explorer.exe. Click save as from the file menu and save it with a different name. I chose softpedia.exe.
Review imageReview image


Step two

Go to start > Run and type Regedit to open the registry editor. Look for this path:

HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows NT>CurrentVersion>Winlogon

In the right, find the "Shell" entry. Double click on it and replace explorer.exe with softpedia.exe (or whatever you renamed the edited file).

Close the registry editor and Log Off or Restart your computer. After Windows XP boots, the new start button will have the name you have chosen.
Review imageReview image


My tip is not to use long names because the start button will have to adapt in order to be able to show such names and its shape will be elongated and might not look too pleasant.

No comments:

Post a Comment