开机启动自动运行!
摘要:
#region开机启动项 /// /// ///是否启动 ///启动值的名称 ///启动程序的路径 publicstaticvoidRunWhenStart(boolStarted,stringname,stringpath) { RegistryKeyHKLM=Registry.LocalMachine; RegistryKeyRun=H... 阅读全文
posted @ 2007-12-25 15:56 gwazy 阅读(1070) 评论(0) 推荐(0) 编辑