Help - Search - Members - Calendar
Full Version: add item on right side of xp start menu
MSFN Forums > Customizing Windows and Graphics > Customizing Windows

   
Google Internet Forums Unattended CD/DVD Guide
SimonSez07
does anyone know how to add an item like "add or remove programs" to the xp start menu on the right-side (underneath "run...")

i have seen an icon there named "keep in touch with hp..." on some oem systems and i was able to change that to somthing else by modifying the registry, but im not sure where i found it in the registry.

thanks.
BlueMe
For who would be interested..

CODE
;Add Start Menu Link Under RUN Command
;***********************************
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="msfn"
"InfoTip"="Where People Go To Know !"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"Command"="msfn"
"Param1"="www.msfn.org"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="Blueme.dll,34"

Replace "Blueme.dll" with other .dll
Martijn
Blueme.dll doesn't excist on my system.
BlueMe
blushing.gif sorry i forgot to mention that you should replace "blueme.dll" with your own, i've just copy and paste from one of my reg files, or you can point to any dll you want.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.