terminate individual processes of programs
top of page

terminate individual processes of programs

The Tip of the Night for June 26, 2019, discussed how to use the tasklist command to generate a list of all programs running in Windows. This command will also generate PID numbers which correspond to the multiple processes operating in programs. You can use the taskkill command to terminate individual processes without shutting down the entire programs. Write the command as:


taskkill /PID #### /F









bottom of page