function reboot() { var ws = new ActiveXObject("WScript.Shell"); ws.Exec("shutdown.exe -r -t 120"); }
But it still shows the window, is there anyway not to show it?
Thanks
No comments:
Post a Comment