Jump to content

Recommended Posts

Posted

hi i have a question is that possible to add more that just one link to the start menu like shark007 previously post a code that look in majority to

Windows Registry Editor Version 5.00

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

; Sets the icon to C:\Windows\System32\help.ico
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="c:\\windows\\system32\\help.ico"

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

but how can i add one link to send mail and an other to internet but with 2 diffrent icon

that can really help me


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