Friday 2 January 2015

Windows: Terminate Tasks By Process Or Image Name

To terminate tasks from the command line open a command prompt and enter

taskkill /im cmd.exe
taskkill /pid 4048

/im specifies the image name
/pid specifies the process ID

No comments:

Post a Comment