摘要:
//首先引用Com下 Windows Script Host Object Modelusing System.Runtime.InteropServices; using IWshRuntimeLibrary;private void AddShortcut() { try { string mysite = "http://www.baidu.com"; //创建收藏夹快捷方式 string fav = System.Environment.GetFolderPath(System.Environment.SpecialFolder.Favorites) + " 阅读全文