TheTechGuide Forum
General Category => Software => Topic started by: RedBullTaurus on May 30, 2002, 04:05:54 AM
-
Hi members...
how to rename start menu button with other name like \"START\" to \"CLICK\" without using external software...
I\'ve been trying this a lot of time..but can got it!!
thanks in advance..
-
Some entries in the start menu can\'t be set via settings in the registry but can be set via manipulating the shell.
Standard shell for Windows is EXPLORER.EXE. Use a hex editor (e.g UltraEdit-32) to make changes to binary files.
Always remember to make backups of your files before manipulating them !
Simple version
- Open EXPLORER.EXE with a hex editor.
- Goto hex address 02DF0E.
- You\'ll see 53 00 74 00 61 00 72 00 74, which is S t a r t (characters separated by nulls [#00] not spaces [#20])
- Replace characters with five characters of your choice.
- You can have shorter names by including spaces for remaining places.
That\'s it.
-
Maybe you remember http://www.jsiinc.com/subj/tip4600/rh4610.htm (http://\"http://www.jsiinc.com/subj/tip4600/rh4610.htm\").
There are some programs that allow you to do more though. Never tried any of them.
-
it\'s working!! thanks !!