闫振

博客园 首页 联系 订阅 管理

2012年10月20日

摘要: #region 设置开机自动启动程序 //读注册表数据信息 public string GetRegistData(string name) //键名称 { string registData; RegistryKey hkml = Registry.LocalMachine; RegistryKey software = hkml.OpenSubKey("SOFTWARE", true); RegistryKey aimdir = software.O... 阅读全文
posted @ 2012-10-20 09:43 Expices 阅读(277) 评论(0) 推荐(0)