so far my workaround is to put the following in a bat file I've named 'taskkill.bat':
taskkill /im %1
and execute(Foreground) using VisualCron:
taskkill [process name]
Works well.. with ample error-code friendliness. "taskkill.exe" seems to be included in all versions of windows > Win2k.