tasklist and taskkill are the equivalent to the ps in unix systems, available in Microsoft Windows.
step.1. list task
tasklist /s hostname
step.2. kill task (where xxx is PID of the process)
taskkill /PID xxx /s hostname
tasklist and taskkill are the equivalent to the ps in unix systems, available in Microsoft Windows.
step.1. list task
tasklist /s hostname
step.2. kill task (where xxx is PID of the process)
taskkill /PID xxx /s hostname