1. pid 찾기
netstat -ano | findstr : 3000
netstat -ano | findstr 3000
2. 찾은 pid를 사용해서 종료 ( xx 대신 PID )
taskkill /PID xx /F
1. pid 찾기
netstat -ano | findstr : 3000
netstat -ano | findstr 3000
2. 찾은 pid를 사용해서 종료 ( xx 대신 PID )
taskkill /PID xx /F