python win32 - kill process 예제 Posted on Oct. 02, 2015 import psutil pid=5572 p = psutil.Process(pid) p.kill()