메모모음

윈도우PC에서 PORT로 프로그램 찾아 죽이기

ngins7512 2024. 12. 16. 13:11

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>