C# 重新启动

来源:互联网 发布:计算机监控软件 编辑:程序博客网 时间:2024/06/01 08:35

//windows一分钟后重新启动     System.Diagnostics.Process.Start("shutdown", @"/r"); 


0 0