winShutDown = Shell.run("shutdown.exe -s -t 0");
winShutDown = Shell.run("shutdown.exe -r -t 0");
SysInfo.shutdown();
Was this information helpful? Yes No