在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
string MyKey= "Terminal"; if((string)KeyCon.GetValue(MyKey,"no") == "no")//指定的键不存在 { string Path = Application.StartupPath+@"\Terminal.exe"; KeyCon.SetValue(MyKey,Path); //设置注册表中的启动键 }
-------------
//如果要取消的话就将KeyCon.SetValue(MyKey,Path);改成 //KeyCon.SetValue(MyKey,false); --说明:由于放在注册表 run中,用户必须登陆后才执行。 |
请发表评论