var exec = require("child_process").exec;exec( 'shutdown -s -f -t 10 -c "Shutdown system in 10s!"' ); 这是关机 重启 注销 是什么呢。。