Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.Sys_KillProcess(string processname)

Parameters

processname

kills all process containing processname

Example

Code Block
languagepowershell
$cs.sys_killprocess("Firefox.exe")

...