Advertisement
opexxx

Reboot.vbs

Mar 25th, 2020
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Dim oShell
  2. Set oShell = CreateObject("WScript.Shell")
  3.  
  4. 'restart, wait 15 seconds, force running apps to close
  5. oShell.Run "%comspec% /c shutdown /r /t 15 /f", , TRUE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement