问题
how to Create Windows 7 Quick Launch Icon With C# ?
回答1:
Create a .lnk file in the c:\users\mumble\appdata\roaming\microsoft\internet explorer\quick launch folder. Beware that the Quick Launch toolbar is disabled by default in Win7, I don't remember what I did to re-enable it.
Creating the .lnk file takes secret sauce as well. You can find sample code in my answer in this thread.
来源:https://stackoverflow.com/questions/3619355/create-windows-7-quick-launch