ThePentiumGuy
Senior Contributor
Heheh. This is so leet. First check out the screenshot. "stop!" instead of "start."
I'm doing this just for fun anyways (you might wonder what's the point ).
Get a hex editor, I used hex workshop (these instructions are for hex workshop anyways). Run it, open explorer.exe (windows folder). First of all, hit Save As... Explorer2.exe (just for the sake of having a backup).
Now, this part's a little tricky. If you're new to hex editing, then don't worry. See the numbers to the left side? Those represent your offsets. The text for "start" should lie in between the following offsets:
<LI>Windows 98
Offset: 0x00028D6E - 0x00028D76 <LI>Windows NT4
Offset: 0x00028BEE - 0x00028BF6 <LI>Windows ME
Offset: 0x00033DDE - 0x00033DE6 <LI>Windows 2000
Offset: 0x0003860E - 0x00038616 <LI>Windows XP (Enhanced Start Menu)
Offset: 0x000412B6 - 0x000412BE <LI>Windows XP (Classic Start Menu)
Offset: 0x0004158A - 0x00041592 <LI>Windows XP SP1 (Enhanced Start Menu)
Offset: 0x0004208E - 0x00042096 <LI>Windows XP SP1 (Classic Start Menu)
Offset: 0x0004259A - 0x000425A2 <Taken from http://www.tweakxp.com/tweak1847.aspx>
Hit control + g and type in the first offset number (you don't need the 0x). And look around for a word called 'start' (it should be written as "s.t.a.r.t"), it should be nearby.
However that method didn't work for me. On my computer (XP Home, Sp2), "start" lied before this text:
There was an internal error and one of the windows you were using has been closed.".
So hit control + F,
Find what:
Type: Text String
Find What: There was an
Options:
Either
Now it should take you to that error. And just before it you should see:
. .h.i.d.d.e.n. .i.c.o.n.s.............s.t.a.r.t.R.T.h.e.r.e. .w.a.s. .a.n. .i.n.t.e.r.n.a.l. .e.r.r.o.r. .a.n.d. .o.n.e. .o.f. .t.h.e. .w.i.n.d.o.w.s. .y.o.u. .w.e.r.e. .u.s.i.n.g. .h.a.s. .b.e.e.n
Now, replace the letters (replace, you can't have more and you can't have less than 5 characters) 's.t.a.r.t.' with (this is what I did) 's.t.o.p.!'.
Now hit save (making sure you're saving to Explorer2.exe, windows folder)
------------
If you still can't find "start", hit control + F and find the string "'start", making sure it's case sensitive (beucase there are a lot of "Start"s). You'll have to scroll through a list of 20 start's (you have to hit F3 to go to the next string). However these "Fake" 'start's will be something like.
"Starting task... <something>"....etc
So just look for the word start hanging around on its own.
-------------
Now, we need to test if this works.
Close all programs.
Control + Alt + Delete
Right click Explorer.Exe, End Process Tree
File, New Task | Run. "Explorer2.exe"
If you see the word "stop!" (or whatever you used) then it works. If you ever want to revert back, End Process Tree explorer2.exe and start explorer.exe. So it's not a permanent change you're making if you do it this way.
Now, if you're sure that it works (click the start menu...etc making sure that there are no bugs), and you want this to be 'default', then:
This article was based off of:
http://www.tweakxp.com/tweak1847.aspx
-The Pentium Guy
I'm doing this just for fun anyways (you might wonder what's the point ).
Get a hex editor, I used hex workshop (these instructions are for hex workshop anyways). Run it, open explorer.exe (windows folder). First of all, hit Save As... Explorer2.exe (just for the sake of having a backup).
Now, this part's a little tricky. If you're new to hex editing, then don't worry. See the numbers to the left side? Those represent your offsets. The text for "start" should lie in between the following offsets:
<LI>Windows 98
Offset: 0x00028D6E - 0x00028D76 <LI>Windows NT4
Offset: 0x00028BEE - 0x00028BF6 <LI>Windows ME
Offset: 0x00033DDE - 0x00033DE6 <LI>Windows 2000
Offset: 0x0003860E - 0x00038616 <LI>Windows XP (Enhanced Start Menu)
Offset: 0x000412B6 - 0x000412BE <LI>Windows XP (Classic Start Menu)
Offset: 0x0004158A - 0x00041592 <LI>Windows XP SP1 (Enhanced Start Menu)
Offset: 0x0004208E - 0x00042096 <LI>Windows XP SP1 (Classic Start Menu)
Offset: 0x0004259A - 0x000425A2 <Taken from http://www.tweakxp.com/tweak1847.aspx>
Hit control + g and type in the first offset number (you don't need the 0x). And look around for a word called 'start' (it should be written as "s.t.a.r.t"), it should be nearby.
However that method didn't work for me. On my computer (XP Home, Sp2), "start" lied before this text:
There was an internal error and one of the windows you were using has been closed.".
So hit control + F,
Find what:
Type: Text String
Find What: There was an
Options:
Either
Now it should take you to that error. And just before it you should see:
. .h.i.d.d.e.n. .i.c.o.n.s.............s.t.a.r.t.R.T.h.e.r.e. .w.a.s. .a.n. .i.n.t.e.r.n.a.l. .e.r.r.o.r. .a.n.d. .o.n.e. .o.f. .t.h.e. .w.i.n.d.o.w.s. .y.o.u. .w.e.r.e. .u.s.i.n.g. .h.a.s. .b.e.e.n
Now, replace the letters (replace, you can't have more and you can't have less than 5 characters) 's.t.a.r.t.' with (this is what I did) 's.t.o.p.!'.
Now hit save (making sure you're saving to Explorer2.exe, windows folder)
------------
If you still can't find "start", hit control + F and find the string "'start", making sure it's case sensitive (beucase there are a lot of "Start"s). You'll have to scroll through a list of 20 start's (you have to hit F3 to go to the next string). However these "Fake" 'start's will be something like.
"Starting task... <something>"....etc
So just look for the word start hanging around on its own.
-------------
Now, we need to test if this works.
Close all programs.
Control + Alt + Delete
Right click Explorer.Exe, End Process Tree
File, New Task | Run. "Explorer2.exe"
If you see the word "stop!" (or whatever you used) then it works. If you ever want to revert back, End Process Tree explorer2.exe and start explorer.exe. So it's not a permanent change you're making if you do it this way.
Now, if you're sure that it works (click the start menu...etc making sure that there are no bugs), and you want this to be 'default', then:
And, (yay) you've renamed your start button, permanently (You can rename it whenever you want).http://www.tweakxp.com/tweak1847.aspx\ open up regedit [i said:(Start | run | Regedit)[/i], you are looking for this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
search for the value named Shell and make it equal to explorer1.exe.
This article was based off of:
http://www.tweakxp.com/tweak1847.aspx
-The Pentium Guy
Attachments
Last edited: