Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Renaming The Start Button In Windows XP
sazz
post Oct 31 2005, 12:10 AM
Post #1


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 37
Joined: 22-October 05
Member No.: 9,229



To rename the start button, you will need a hex editor.
My preference is UltraEdit

1. Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
2. With the hex editor, open that file and go to offset 412b6
3. You will see the word start with blanks between each letter
4. Edit it be any 5 characters or less
5. Save the file
6. Boot to DOS
7. Copy the existing c:\windows\explorer.exe to explorer.org
8. Copy explorer_1.exe to explorer.exe
9. You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.

Note: If the partition is NTFS and you can't access the files from DOS:

1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
3. Change the value of Shell from Explorer.exe to explorer_1.exe

This post has been edited by microscopic^earthling: Nov 1 2005, 06:12 AM
Go to the top of the page
 
+Quote Post
austiniskoge
post Jun 9 2006, 03:09 PM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 216
Joined: 7-March 05
From: Carrollton, TX
Member No.: 2,953



ooh, cool! I never think of things like that.

so that means you can do that with... a pretty much unlimited number of programs?
Yes! *rubs hands together* I've got some fun planned.
Go to the top of the page
 
+Quote Post
yordan
post Jul 7 2006, 02:35 PM
Post #3


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,980
Joined: 16-August 05
Member No.: 7,896



QUOTE
6. Boot to DOS

You will probably find that my question is really stupid, but ... How do you boot to dos on a Windows XP machine, with a NTFS system disk ?
Yordan
Go to the top of the page
 
+Quote Post
abhiram
post Jul 7 2006, 02:57 PM
Post #4


Hedonist at large
Group Icon

Group: Members
Posts: 610
Joined: 30-July 05
From: another realm
Member No.: 7,524



QUOTE
You will probably find that my question is really stupid, but ... How do you boot to dos on a Windows XP machine, with a NTFS system disk ?


I think it's explained in the second part:
QUOTE

Note: If the partition is NTFS and you can't access the files from DOS:

1. Start Regedit
2. Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
3. Change the value of Shell from Explorer.exe to explorer_1.exe


This looks like a pretty neat thing. But I'm using HEdit and offset 0x412b6 doesn't have start, it has some silly characters. Does it differ for sp2?
Go to the top of the page
 
+Quote Post
luizzeross
post Jul 8 2006, 12:49 AM
Post #5


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 34
Joined: 15-June 06
From: Brasilia
Member No.: 13,950



It works!! Nice!! I put my "Start" to "Sleep", because my start menu is taking too much time to appear!! biggrin.gif
Go to the top of the page
 
+Quote Post
Mafamba Team
post Sep 1 2006, 09:03 AM
Post #6


Advanced Member
Group Icon

Group: Members
Posts: 127
Joined: 31-August 06
Member No.: 15,636



How much of a special difference will it make.?

I really don't care about "Start" button, but having the word Start is quite self explantory, although if I could possibly chnage it to "Go"... or maybe an animation, "1","2","3", GO.

How would I be able to do that?
Go to the top of the page
 
+Quote Post
KDEWolf
post Sep 1 2006, 03:26 PM
Post #7


Advanced Member
Group Icon

Group: Members
Posts: 179
Joined: 14-August 06
From: Vault 0 / Brazil
Member No.: 15,193



Hehehe I used to do this kind of thing (changing programs' texts) with Ultraedit since it's version 5.0.
But later I found out it was generally much easier to do (along with other more things, like editing real program resources) with Resource Hacker. It's a free program, just run a Google search for it. You won't regret.
Go to the top of the page
 
+Quote Post
iGuest
post Mar 24 2008, 11:51 AM
Post #8


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869



by default rename new folder if a new folder created in win xp
Renaming The Start Button In Windows XP

By default name of new folder change if a new folder created in win xp

-reply by Asim
Go to the top of the page
 
+Quote Post
tansqrx
post Mar 28 2008, 08:24 PM
Post #9


Super Member
Group Icon

Group: [HOSTED]
Posts: 522
Joined: 25-April 05
Member No.: 4,374



One thing to remember is that from a programming standpoint the start button is nothing more than another window and can be manipulated as such. Using a utility such as Winspector (http://www.windows-spy.com/), you can see that it is a button class that is inherited from Shell_TrayWnd. Using the Windows API you can capture and send events to the window which opens an entire new world of options.

After some research I found a great article explaining this in detail and as a bonus has a free program that does it for you (http://www.codeproject.com/KB/cs/StartButtonRenamer.aspx). You can also break the limit of five characters and even add symbols that are in the Unicode library. This may be the only way but I don’t see what is keeping you from grabbing the button text with the Windows API and then setting a new string.
Go to the top of the page
 
+Quote Post
Cain
post Apr 1 2008, 11:38 PM
Post #10


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 14
Joined: 29-March 08
Member No.: 29,457



QUOTE(austiniskoge @ Jun 9 2006, 03:09 PM) *
ooh, cool! I never think of things like that.

so that means you can do that with... a pretty much unlimited number of programs?
Yes! *rubs hands together* I've got some fun planned.


His point exactly laugh.gif laugh.gif
Lol
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. What Is The Use Of Service Packs For Windows?(15)
  2. Microsoft Service Pack 2 Cd (free)(17)
  3. Windows Not Recognizing Ipod(20)
  4. How To Increase Windows Shutdown Speed(39)
  5. A Note To All Illegal Windows Xp Owners(47)
  6. Where Does Windows Xp Store Its Passwords ?(10)
  7. Command Line (dos) Tips For Windows Xp(5)
  8. How To Create "ghost" Images (norton) On Windows(46)
  9. Disable Recent Docs History In Windows(2)
  10. 12 Things You Didn't Know About Windows XP(5)
  11. Using Same Serial # On Multiple Copies Of Windows(15)
  12. Help: Adding My Videos Folder To Start Menu(10)
  13. How To Run Mac On Windows ?(14)
  14. Windows Server 2003(8)
  15. The Best Version Of Windows(42)
  1. Windows XP Error: Explorer Crashes While Drag & Drop(14)
  2. Can You Create A Folder Name "con"(17)
  3. Windows XP Folder Encryption Key ?(13)
  4. Lock Workstation Shortcut(8)
  5. Deleting A Corrupt File(25)
  6. Will Using Fdisk Corrupt Windows Partition?(9)
  7. How To Make Windows Xp Faster(30)
  8. Windows Vista(5)
  9. Windows Xp Sp3 Available(16)
  10. Windows Sp4 ?(8)
  11. Why I May Be Installing Windows Xp Sp3 Again(7)
  12. Image Problems With Windows 2000(8)
  13. Windows 7(4)


 



- Lo-Fi Version Time is now: 6th September 2008 - 06:00 PM