WSH

Double click vbs file and it will execute

Dim shell
Set shell = WScript.CreateObject("WScript.Shell")
shell.Run("calc.exe")

If the VBS files are blacklisted, we can rename the file to .txt file and run it using wscript as follows,

Last updated