在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1 string KJQD = WebConfigurationManager.AppSettings["address"].ToString().Trim(); 2 //string KJQD = Application.ExecutablePath; //两种方式 3 if (!System.IO.File.Exists(KJQD))//判断指定文件是否存在 4 { 5 MessageBox.Show("呼叫管理员!", "温馨提示", MessageBoxButtons.OK, MessageBoxIcon.Information); 6 7 return; 8 } 9 10 string newKJLJ = KJQD.Substring(KJQD.LastIndexOf("\\") + 1); 11 12 RegistryKey Rkey = 13 14 Registry.LocalMachine.OpenSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", true); 15 16 if (Rkey == null) 17 18 Rkey = Registry.LocalMachine.CreateSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run"); 19 20 Rkey.SetValue(newKJLJ, KJQD); 21 MessageBox.Show("开机启动设置完毕!", "温馨提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论