Change Start Menu Text

Status
Not open for further replies.

hjpotter92

The Boy Who Lived
I googled it, and found an answer too but the solution tells me to use Resource Hacker. Is there any other and easy way to change the text of Start menu instead of using external software?
 
I also wanted to change the Start Menu text a couple of months ago. I, like you googled it but found the same results. I have changed the text using Resource Hacker itself and I don't see any alternative to it. Be careful though while changing the text as you will have to make changes in the Registry after using Resource Hacker.
 
You mean via registry?
You need to be well versed with the registry inorder to do it.
If not, resource hacker is your best bet.
Even Vishal Gupta (reputed member of this forum with his site askVG.com) uses it :)
 

ico

Super Moderator
Staff member
I had myself done this 4 years back and I think there is no other way.

You'll have to edit the older 'explorer.exe' and create a new file (with some other string instead of 'start') similar to the older 'explorer.exe' using Resource Hacker. Lets call it 'new_explorer.exe' and place it in your C:\Windows folder. The only place where registry is used is when we need to make Windows XP, use 'new_explorer.exe' instead of 'explorer.exe'........

There is no to other simpler method by which we can change it only utilizing registry AFAIK........Perhaps you'll also find a couple of tutorials similar to what you searched in Google in the forum itself.
 
OP
hjpotter92

hjpotter92

The Boy Who Lived
No, I know that everyone uses Resource Hacker, but my Comp. teacher says that their is a way to edit the "explorer.exe" file in DOS(Safe mode) so that it reflects something else...
 

suraj

Journeyman
I googled it, and found an answer too but the solution tells me to use Resource Hacker. Is there any other and easy way to change the text of Start menu instead of using external software?

Before doing it please keep ur registry backup and do it ur own risk
Just try it out

Step 1 - Modify Explorer.exe File

In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!

You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.


Step 2 – Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.
 

dheeraj_kumar

Legen-wait for it-dary!
Registry hacking will not result in changed start menu text.

@potter
You can do so, just find a console version of a resource editor. That can run in cmd.

No, dont ask me.
 

ico

Super Moderator
Staff member
No, I know that everyone uses Resource Hacker, but my Comp. teacher says that their is a way to edit the "explorer.exe" file in DOS(Safe mode) so that it reflects something else...
That was only possible in Windows 98.......
 
Status
Not open for further replies.
Top Bottom