Friday, July 1, 2011

Changing Text on XP Start Button

Resource hacker


Resource Hacker 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 Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.
Viewing Resources: Cursor, Icon, Bitmap, GIF, AVI, and JPG resource images can be viewed. WAV and MIDI audio resources can be played. Menus, Dialogs, MessageTables, StringTables, Accelerators, Delphi Forms, and VersionInfo resources can be viewed as decompiled resource scripts. Menus and Dialogs can also be viewed as they would appear in a running application.
Saving Resources: Resources can be saved as image files (*.ico, *.bmp etc), as script files (*.rc), as binary resource files (*.res), or as untyped binary files (*.bin).
Modifying Resources: Resources can be modified by replacing the resource with a resource located in another file (*.ico, *.bmp, *.res etc) or by using the internal resource script compiler (for menus, dialogs etc). Dialog controls can also be visually moved and/or resized by clicking and dragging the respective dialog controls prior to recompiling with the internal compiler.
Adding Resources: Resources can be added to an application by copying them from external resource files (*.res).
Deleting Resources: Most compilers add resources into applications which are never used by the application. Removing unused resources can reduce an application's size.





Downloading resource hacker


Download resource hacker from the link http://www.mediafire.com/?acn0l46z8os67y7




Modifying explorer.exe file

  1. 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.
  2. Start Resource Hacker 
  3. File - open - explorer.exe located at C:\Windows\explorer.exe
  4. String table - 37 - 1033
  5. Replace the word 'start' with the one you want such as 'browse' and then compile script
  6. Then, File-save as - inside C:\Windows\ with any name such as explore.exe
  7. Close resource hacker
Modifying the registry

  1. Run ( win+R)
  2. Type regedit
  3. HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon
  4. In the right pane (Fig. 05), double click the Shell entry to open the Edit String dialog box
  5. In Value data: line, enter the name that was used to save the modified explorer.exe file (here explore.exe). Click OK
  6. 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.

No comments:

Post a Comment