单击我的 Windows 将关闭我正在使用 c# 语言为 Windows 8.1 开发 Metro 应用程序
使用库
using System.Diagnostics; using System.Runtime.InteropServices;
动作是
private void Button_Click(object sender, RoutedEventArgs e) { Process.Start("shutdown", "/s /t 0"); }
“进程”中的红色条
那么为什么它无法读取进度,还有其他方法吗,谢谢