Skip to content

$cs.Sys\_ExistProcess

$cs.Sys_ExistProcess(string processname)

processname

check if process exist

Terminal window
if ($cs.Sys_ExistProcess("Firefox.exe"))
{
$cs.sys_killprocess("Firefox.exe")
}

returns boolean