Kills a process by the specified name, a number of times and at set intervals.
ProcessKiller -p ProcessName -n NumTimes -i interval
Kill the explorer process 10 times with a wait of 1000ms between attempts.
ProcessKiller -p Explorer -n 10 -i 1000
Kills a process by name a number of times and at regular intervals.
Kills a process by the specified name, a number of times and at set intervals.
ProcessKiller -p ProcessName -n NumTimes -i interval
Kill the explorer process 10 times with a wait of 1000ms between attempts.
ProcessKiller -p Explorer -n 10 -i 1000
Kills a process by name a number of times and at regular intervals.