摘要: 开机自启动程序如下: if (!System.IO.File.Exists(filename)) throw new Exception("该文件不存在!"); string name = filename.Substring(filename.LastIndexOf("\\") + 1); reg 阅读全文
posted @ 2021-06-01 11:38 野狼谷 阅读(1899) 评论(0) 推荐(1)