English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

1. Copy EXPLORER.EXE in your Windows directory to another directory
2. Start a hex editor (I've been using Diskedit from Norton)
3. Edit EXPLORER.EXE
4. Search for the string 53 00 74 00 61 00 72 00 74
5. This is the word Start with the letters separated by a null character
6. The section you are in should also have the words "There was an internal error..." also separated with the null character immediately following
7. Now just replace the Start letters with any of your choice (up to 5 characters only)
8. Exit Windows
9. Boot to DOS
10. Copy your new Explorer file over the original

2007-01-30 09:40:23 · answer #1 · answered by Sags 2 · 0 0

Microsoft allows users to make many changes to the windows User Interface (UI) using Themes. Applications can make UI changes using Windows Shell Programming , Visual Styles and other Windows API calls. None of these allow you to change the text or icon of the start menu. To do this might require a special version of Windows from Microsoft.

One possible hack would be to open explorer.exe in visual studio's resource editor and edit the "start" entries in the string table ( entries 578 and 595). You can also change icon image there. Save the old copy of the explorer.exe as changing this file may be seen as a windows security breach by security software.

2007-01-30 18:11:12 · answer #2 · answered by bag of bones 1 · 0 0

1. You Need to Modify "Explorer.exe File" To make the changes you need to locate and edit the file "explorer.exe" it's located at C:Windows. The file "Explorer.exe" is a binary file, so you will need special editor (Resource Hacker) will do. Resource Hacker is a good freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files.

First Backup "explorer.exe" located at C:\Windows\explorer. You can place it in a special folder or save it to disk. You can also copy and change the file name to "explorerB.exe" (the B is for backup), then you can edit "explorer.exe".



2. Resource Hacker: In Resource Hacker the category will be using is String Table. You need to expand it by clicking on the plus sigh, then navigate down and expand string 37 followed by 1033, (For Classic Layout use number 38). On the right hand pane look for item 578 it show the word "start" this is what we are going to modify.



3. Edit start: To edit the word "start' you just double click on start so that it's highlighted, don't highlight the quotation marks on the sides of start, "start" NOT "start". The new text go's in between the quotation marks, like this "new" remember don't delete the quotation marks. So that it looks like this "new" replace new with your text. This is the old start text "start" delete start text "", inter your text "new" easy right!



4. Compile Script button: Now that you have changed the start text you need to click on the Compile Script button. After you have clicked on the Compile Script button you need to use the Save As command on the File Menu to save the altered file and give it a name. A good file name "explorernew.exe" or make your own. Don't use the Save command use the Save As commaned! Save the newly named file to the C:\Windows.



5. Modify the Registry: Now it's time to modify the registry so that your modified explorer.exe file that you created will be recognized when the user logs on your system. Go to the Start button click on it, then go to Run click on it, type regedit in the Open: field. Now Navigate download the list to "HKEY_LOCAL_MACHINE" click on the plus, to SOFTWARE, to Microsoft, to windows NT, to CurrentVersion, to Winlogon. The full string: HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

Look on the right pane for Shell, double click on Shell entry to open the Edit String dialog box. In the Value date: line enter the name that your used to save the modified explorer.exe file. click on OK.

Now close Registry Editor and exit Windows or log off your system, and then log back on. Now if the computer gods are happy and all went as planned you should see the new Start button with your cool text on it. Remember the force is with you!

Note: Ad-aware: Shell modification used to change text on XP Start button maybe picked up by ad-aware, Don't delete changes in Ad-aware.

2007-01-31 00:19:56 · answer #3 · answered by Sunil Saripalli 5 · 0 0

http://www.pctools.com/forum/showthread.php?t=37107

2007-02-03 04:42:24 · answer #4 · answered by Deepak Vasudevan 5 · 0 0

fedest.com, questions and answers