-
#열려있는 모든 포트와 PID를 보여준다. netstat -ano #특정포트로 검색한다 netstat -ano | find "8080" #해당 프로세스의 pid를 이용해 중복된 프로세스를 kill 한다. taskkill /f /pid 0000