Created
June 12, 2018 04:28
-
-
Save IshamMohamed/f0ba2d239c0b3c723e40cddc8aacf313 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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