0 Members and 2 Guests are viewing this topic.
Option ExplicitDim objShellSet objShell = WScript.CreateObject("WScript.Shell")objShell.Run "C:\WINDOWS\system32\shutdown.exe -r -t 0"