Skip to content

Kills a process by name a number of times and at regular intervals.

Notifications You must be signed in to change notification settings

olivegamestudio/ProcessKiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessKiller

Kills a process by the specified name, a number of times and at set intervals.

Usage

ProcessKiller -p ProcessName -n NumTimes -i interval

Example

Kill the explorer process 10 times with a wait of 1000ms between attempts.

ProcessKiller -p Explorer -n 10 -i 1000