摘要: public static void CreateShortCutByMyComputer(Guid id, string name, string description, string path, string icon) { RegistryKey root = Registry.ClassesRoot; RegistryKey clsid = root.OpenSubKey("CLSID", true); RegistryKey key = CreateOrGetSubKey(clsid, string.F... 阅读全文
posted @ 2014-02-13 16:15 Xsi64 阅读(830) 评论(0) 推荐(0)