특정 포트 확인 및 죽이기
(PowerShell, Cmd 창 모두 적용 가능)
1. 특정 포트의 PID 확인
netstat -nao | findstr "port번호"
2. 해당 PID 죽이기
taskkill /f /pid "PID 번호"
예시 ( port : 7000)
'Programming > DevelopTool' 카테고리의 다른 글
[scoop] powershell scoop 설치 (0) | 2019.04.15 |
---|---|
[Powershell] CategoryInfo : 보안 오류: (:) [], PSSecurityException (0) | 2019.03.31 |
[SoapUI] 개발 툴 설치 (0) | 2019.03.30 |