forked from maestron/hacking-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Change Text on XP Start Button.rtf
29 lines (29 loc) · 3.37 KB
/
Change Text on XP Start Button.rtf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.15.1503;}\viewkind4\uc1\pard\f0\fs20 Step 1 - Modify Explorer.exe File\par
\par
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.\par
\par
get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip\par
\par
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.\par
\par
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\rquote re going to modify item 578, currently showing the word \ldblquote start\rdblquote just as it displays on the current Start button.\par
\par
There is no magic here. Just double click on the word \ldblquote start\rdblquote so that it\rquote 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\rquote ll type. Go ahead and type your new entry. In my case I used Click Me!\par
\par
You\rquote ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won\rquote t get into what\rquote s involved in compiling a script, but suffice it to say it\rquote 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 \endash Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\\Windows.\par
\par
\par
Step 2 \endash Modify the Registry\par
\par
!!!make a backup of your registry before making changes!!!\par
\par
Now that the modified explorer.exe has been created it\rquote s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don\rquote t know how to access the registry I\rquote m not sure this article is for you, but just in case it\rquote s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:\par
\par
HKEY_LOCAL_MACHINE\\ SOFTWARE\\ Microsoft\\ Windows NT\\ CurrentVersion\\ Winlogon\par
\par
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.\par
\par
Close Registry Editor and either log off the system and log back in, or reboot the entire system if that\rquote s your preference. If all went as planned you should see your new Start button with the revised text.[/b] \par
}