$cs.Sys_KillProcess
Syntax
$cs.Sys_KillProcess(string processname)
Â
Parameters
processname
kills all process containing processname
Â
Example
$cs.sys_killprocess("Firefox.exe")
returns nothing
Â
$cs.Sys_KillProcess(string processname)
Â
processname
kills all process containing processname
Â
Example
$cs.sys_killprocess("Firefox.exe")
returns nothing
Â