I want to add a shortcut to the start menu group with following specifications:
- It should point to a website, say www.xyz.com
- It should have some custom icon
- I need to pass some parameters to it, like www.xyz.com?lang=XXXX. Where XXXX is language code e.g. 1033, 1036, etc. and it's dependent on the language chosen by the user for my application.
Please help.