how to kill process with pid in windows code example
Example 1: kill a process with pid
kill -9 PID # kill -9 94228
Example 2: kill process in win by pid
kill process by pid
kill -9 PID # kill -9 94228
kill process by pid