Fast Shutdown
Shuts down the computer instantly.
Shuts down the computer instantly.
Set objShell = CreateObject("WScript.Shell")
objShell.Run "shutdown -s -t 00", 0
|
