Thursday, September 12, 2019

Tip: How to kill the WebHelper sub-processes from BitTorrent

It's annoying when you found out that some unidentified processes are hogging a lot of CPU resources while running BitTorrent to download some files. Since i know how to do programming, i've created a console application that constantly monitoring the process list for WebHelper sub processes and kill them when found. As you can see from the picture below, the program checks the process list every minute.
The simple application which makes use of C# and Windows Form can be retrieved from Git Hub.

No comments: