Jump to content

Manufacturer Link On Start Menu


Recommended Posts

Can you have the Manufacturer Link on the Start Menu provide dual functionality, Lets say that if you right click on it, is it possible to have it give you 2 choices instead of just one?

The Basic Reason that I would like this is so that users can link to our help page from internal and from external points of our network.

Link to comment
Share on other sites

  • 2 weeks later...

These 2 reg files will create a button under 'Run' in the start menu

WebLink button

Windows Registry Editor Version 5.00

; Sets the button name
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="Update Windows"
"LocalizedString"="Windows Update Site"
"InfoTip"="Visit Microsoft and look for updates for Windows XP"

; Sets the icon to C:\Windows\System32\help.ico
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
 @=hex(2):43,00,3A,00,5C,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,\
 73,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33,00,32,00,5C,00,68,\
 00,65,00,6C,00,70,00,2E,00,69,00,63,00,6f,00,00,00

; Sets the action to this website
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="Updates Windows XP"
"Param1"="http://windowsupdate.microsoft.com"

Email button

Windows Registry Editor Version 5.00

; Sets the button name
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="Email YourCompanyName"
"LocalizedString"="Email YourCompanyName"
"InfoTip"="Send us Email"

; Sets the icon to C:\Windows\System32\help.ico
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
 @=hex(2):43,00,3A,00,5C,00,5C,00,77,00,69,00,6E,00,64,00,6F,00,77,00,\
 73,00,5C,00,73,00,79,00,73,00,74,00,65,00,6D,00,33,00,32,00,5C,00,68,\
 00,65,00,6C,00,70,00,2E,00,69,00,63,00,6f,00,00,00

; Sets the action to this website
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="Email YourCompanyName"
"Param1"="mailto:support.YourCompanyName.com@yourprovider.com"  

of course, edit the files to suit your purpose.

Shark

Edited by Shark007
Link to comment
Share on other sites

  • 4 months later...
  • 4 months later...
  • 1 month later...

@ Shark007

Thank you for sharing this tip. Actually, I used your tip to fix "Help and Support" link in Start menu.

The fix applies only to the Default Start menu. Anyway to apply it to Classic Start menu, too?

Thanks.

Edited by mazin
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...