摘要: System.Diagnostics.Process bootProcess = new System.Diagnostics.Process(); bootProcess.StartInfo.FileName = "shutdown"; bootProcess.StartInfo.Arguments = "/s /t 30"; bootProcess.Start(); 阅读全文
posted @ 2010-11-12 14:58 张土土 阅读(180) 评论(0) 推荐(0) 编辑