Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-06-2003, 05:28 AM   #1
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
Has Anyone Tried This Tweak

http://www.tweakxp.com/display.aspx?id=683

And had any success with it? I tried it today, but can't seem to get it to work. I downloaded a picture and saved it has a .ico file using Xnview. Some of the instructions seem a little strange. Like this lost one.

5. Save this file as brand.reg, double-click it to enterin your information, and refresh Explorer (log off/on) to see it in the Start Menu!! This works in both Home and Professional (and probably 64-Bit Professional) Editions!

The first part after you save it as brand.reg what does this person mean "double-click?? You have to hit ok as far as I know.

The 2nd part I did like this: "C:\\Documents and Settings\Christopher S. Siano\My Documents\My Pictures\USA.ico" I'm just curious I like playing around and trying different things, because I figured it would help me better understand how to learn about changing things on my own without always needing to ask.

Thanks
__________________


MB: DFI Lanparty UT-NF4 SLI-D/Processor AMD Athlon 64x2 Toledo/video Card:XFX 9800GTX+/Audio:Sound Blaster Audigy 4/Ram:Corsair XMS Extreme 4x1Gig PC3200/HD:1x150GBWestern Digital Raptor 1x80GB Segate Beracuda 7200 SATA /Monitor:ASUS VS247 H-P 23.6"/Keyboard Mouse:Logitech Cordless Wave/Speakers: Logitech G51/Printer/Fax/Scanner:Brother MFC-685CW
doubledragon5 is offline   Reply With Quote
Old 12-06-2003, 07:29 AM   #2
Member (12 bit)
 
not important's Avatar
 
Join Date: Jul 2002
Location: Illinois
Posts: 3,557
I can't get the link to work.
not important is offline   Reply With Quote
Old 12-06-2003, 09:40 AM   #3
Member (7 bit)
 
CarlS's Avatar
 
Join Date: Mar 2003
Location: Altamonte Springs, FL
Posts: 108
I can't get the link to work either.
__________________
Carl S
CarlS is offline   Reply With Quote
Old 12-06-2003, 10:05 AM   #4
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
This is the second weekend in a row that this site won't load. I had this happen last week. I was up there around 3am this morning. Well if it comes back on line give it a try anyway.
doubledragon5 is offline   Reply With Quote
Old 12-06-2003, 04:03 PM   #5
Member (4 bit)
 
Join Date: Dec 2003
Posts: 12
Send a message via ICQ to MOSFET
website

Seems interesting ........low rating though


Heres the content of the website:



Brand your copy of Windows XP Views: 141,565 | Avg. Rating: 2 out of 5 (104 Votes) | 8/12/2002 12:00:00 AM | Print


Have you used someone's new Hewlet Packard with their OEM version of Windows XP? You've seen that HP has their own icon in the Start Menu, underneath Run, that goes to their Help Site. Now, you can have your icon that does anything you want (website, program, etc) and says anything you want. Basically, you are "branding" Windows XP (Home or Pro), great for if you are a computer builder and sell them, or you just want to make Windows XP your own. It involves Regedit.

1. Start up Notepad and create a new registry file (*.reg) and copy and paste the following into it:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="YOUR TITLE HERE"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="YOUR ICON HERE"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="YOUR TITLE HERE"
"Param1"="YOUR FUNCTION HERE"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000

2. Edit where it says YOUR ICON HERE to a path to an icon (ex. c:\\icon.ico), it must be 24x24 pixels and in *.ico format. Use double back slash for path names.

3. Edit both places where it says YOUR TITLE HERE to what you want it to say in the Start Menu (ex. Elranzer Homepage).

4. Edit where it says YOUR FUNCTION here to what you want it to do when you click it, it can be anything... your website, a local HTML document, a program, a Windows funtion, whatever your imagination can provide (ex. http://www.elranzer.com).

5. Save this file as brand.reg, double-click it to enterin your information, and refresh Explorer (log off/on) to see it in the Start Menu!! This works in both Home and Professional (and probably 64-Bit Professional) Editions!
MOSFET is offline   Reply With Quote
Old 12-06-2003, 07:21 PM   #6
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
Ya I have tried it for fun a dozen time with no luck. That is why it probably has a low rating.
doubledragon5 is offline   Reply With Quote
Old 12-06-2003, 08:11 PM   #7
Member (12 bit)
 
not important's Avatar
 
Join Date: Jul 2002
Location: Illinois
Posts: 3,557
I tried that "tweak" and another that lets you change the name of the "START" button. They both would work until I rebooted and XP would revert to the default. I assumed it was something that I did, or did not, do correctly.
not important is offline   Reply With Quote
Old 12-06-2003, 11:24 PM   #8
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
I just fiished changing the start button and after rebooting the change stayed. Check it out

Last edited by doubledragon5; 10-29-2008 at 04:49 PM.
doubledragon5 is offline   Reply With Quote
Old 12-10-2003, 12:01 AM   #9
Folding For PCMech
 
Join Date: Jun 2003
Location: San Dimas, CA
Posts: 3,136
Good find there doubledragon, I may have to give that a try some time. I assume that if you want, you can revert back to the original look?
bigandy is offline   Reply With Quote
Old 12-10-2003, 06:38 AM   #10
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
Ya but I rather keep my last name there instead
doubledragon5 is offline   Reply With Quote
Old 12-10-2003, 07:36 AM   #11
Member (12 bit)
 
not important's Avatar
 
Join Date: Jul 2002
Location: Illinois
Posts: 3,557
Glad it works for you. It always goes back to "Start", after a reboot, on me. Maybe I'm not doing it right!
not important is offline   Reply With Quote
Old 12-10-2003, 01:51 PM   #12
Tanker Yanker
Premium Member
 
doubledragon5's Avatar
 
Join Date: Nov 2001
Location: Lewisville TX
Posts: 2,920
Did you remember to do this part?

To copy the modified file just type
copy c:\windows\explorer.xp c:\windows\explorer.exe
assuming that's where you saved it to with your exe editor)
doubledragon5 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 12:04 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2