shutdown /s /t 0
编程方式:P /调用ExitWindowsEx调用
这将是P / Invoke签名:
[DllImport("aygshell.dll",SetLastError="true")] private static extern bool ExitWindowsEx(uint dwFlags,uint dwReserved);
在任何情况下,运行代码的用户都需要关闭系统权限(通常不是问题,但要记住这一点).