netstst -ano | findstr 8005
netstst -ano | findstr LISTEN
netstst -an | findstr /c "192.168"
netstst -ano | find /c "power"
tasklist /svc /FI "PID eq 4"
tasklist /svc
tasklist
@프로세스 강제 종료
taskkill /f /pid <pid>
WMIC process where name="프로세스명" delete
[출처] 윈도우에서 특정 포트(PORT)를 사용 중인 프로세스 찾기|작성자 짱구
[출처] https://blog.naver.com/PostView.nhn?blogId=webpioneer&logNo=220677150747
[출처] <https://blog.naver.com/PostView.naver?blogId=eyjang1998&logNo=223262419808>
'메모모음' 카테고리의 다른 글
Servlet버전에 따른 web.xml파일의 스키마 헤더 (1) | 2024.12.16 |
---|---|
TOMCAT 자주 보는 오류 대응 (0) | 2024.09.29 |
maven 설정 - dynamic web module version 4.0 (0) | 2023.01.11 |