The software was developed to deal with unfriendly software. For example, the main program of thunder, PPS, and QQ exited, but there were silent programs running; these silent programs are not only a waste of memory, but also occupy network bandwidth, which is annoying. If you manually close their processes each time, the beginner will not, and it will be troublesome to perform such operations; this software solves every manual problem and can be automatically started with the system. You only need to set the process name to implement monitoring. Configuration method: Use the '->' symbol between process names to separate the main process-> silent process 1-> silent process 2-> silent process 3-> .... quiet process N examples: ppstream.exe-> ppsap.exe detection principle: when the main process ends, the silent process generated by it will be disabled;
/Files/Chinasf/DaemonProcessKillers.rar
The reason for writing this article is that I am very annoyed with ppstream's ppsap.exe, not to become a shared software. Therefore, if there is a bug, don't look for me. If you need to decompile the code yourself, you will not be responsible for using the problem; you can try it if you need it. skip this step if you don't need it.