摘要: 经常我们需要设置一个程序运行以后 开机自动启动。代码实现如下 定时任务型 public static _TASK_STATE AutoStartup(string creator, string taskName, string path) { try { //实例化任务对象 TaskSchedul 阅读全文
posted @ 2022-09-08 08:49 stweily 阅读(138) 评论(0) 推荐(0)