摘要:
#region 设置开机运行/// /// 设置开机运行/// /// 需要运行的程序.exe/// public static bool SetStartRun(string R_startPath){ if (!File.Exists(R_startPath)) return false; FileInfo fi = new FileInfo(R_startPath); string newName = fi.Name; RegistryKey Rkey = Registry.LocalMachine.OpenSubKey(@"SOFTWA... 阅读全文
posted @ 2013-11-27 14:42
yuejin
阅读(1029)
评论(0)
推荐(0)

浙公网安备 33010602011771号