# KillProcesses **Repository Path**: zwk602/KillProcesses ## Basic Information - **Project Name**: KillProcesses - **Description**: This solution aims at terminating the specified process along with all its child processes with no output in the command line. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README README === ### 该解决方案描述了如何在程序中杀死某指定子进程及该子进程调用的所有子进程。 #### Author: Santa Claus
Date: 2015/7/25
E-mail: zwk602@163.com *** ## Hierarchy ####This solution is implemented under MS VS 2010, which consists of the following folders: 1. `Bin`: stores the output of each project in release mode; 2. `WinAPI`: provides some functions as Windows API wrappers; 3. `Other folders`: stores the corresponding projects; ## Releae note ### Version `1.0.1` upcoming ### Version `1.0.0` 5 projects have been incorporated into this solution, which are: 1. `KillProcess`: uses command line "taskkill" to terminate any process along with all its child processes; 2. `Process1`: invokes process2.exe after sleeping 1 second; 3. `Process2`: invokes process3.exe after sleeping 2 seconds; 4. `Process3`: invokes process4.exe after sleeping 3 seconds; 5. `Process4`: sleeps until it is terminated.