Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Replying to Renaming The Start Button In Windows XP


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

Posted 15 March 2011 - 09:12 AM

how I can rename start Button in wx sp3Renaming The Start Button In Windows XP

I need to rename my start button in window xp sp3 so I can change or rename please?

reply by Ahmed


Posted 04 July 2011 - 10:15 AM

Pc not workingRenaming The Start Button In Windows XP

Dear Sir,I was follow below links to rename the start menu. But now my pc has has not showing the icons on screen. Kindly advise as soon as possible.Note: If the partition is NTFS and you can't access the files frOm DOS:1. Start Regedit2. Go to HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT CurrentVersion Winlogon.3. Change the value of Shell from Explorer.Exe to explorer_1.ExeRegardsPawan

-reply by Pawan


Cain

Posted 01 April 2008 - 11:38 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 :) :)
Spoiler

tansqrx

Posted 28 March 2008 - 08:24 PM

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.codeproje...tonRenamer.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.

Posted 24 March 2008 - 11:51 AM

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

KDEWolf

Posted 01 September 2006 - 03:26 PM

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.

Mafamba Team

Posted 01 September 2006 - 09:03 AM

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?

luizzeross

Posted 08 July 2006 - 12:49 AM

It works!! Nice!! I put my "Start" to "Sleep", because my start menu is taking too much time to appear!! :unsure:

abhiram

Posted 07 July 2006 - 02:57 PM

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:

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?

yordan

Posted 07 July 2006 - 02:35 PM

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

Review the complete topic (launches new window)