TIP

연결된 포트 끊기

GREEN나무 2025. 3. 10. 21:18
728x90
# PID 찾기
netstat -ano | findstr :3000
# PID번호로 포트연결 끊기
taskkill /PID  PID번호 /F