Sunday, January 3, 2010

[TRK] Changing the text on START button

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 aka Reshack 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 different folder or save it to a different drive. Now you can edit "explorer.exe".
Open Resource Hacker, in file menu click open and navigate to explorer.exe. The category will be using is String Table. You need to expand it by clicking on the plus sign, 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.

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. 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"
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. 
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 (soon going to be something different), then go to Run and type regedit. 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 data: line enter the name that your used to save the modified explorer.exe file ie explorernew.exe . Then click on OK.
Now close Registry Editor and either restart 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.

No comments:

Post a Comment