Skip to content

Instantly share code, notes, and snippets.

@IshamMohamed
Created June 12, 2018 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IshamMohamed/f0ba2d239c0b3c723e40cddc8aacf313 to your computer and use it in GitHub Desktop.
Save IshamMohamed/f0ba2d239c0b3c723e40cddc8aacf313 to your computer and use it in GitHub Desktop.
Option Explicit
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "taskkill /f /im Cscript.exe", , True
WshShell.Run "taskkill /f /im wscript.exe", , True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment