반응형
1. 특정 port를 사용하고 있는 앱 찾기
netstat -ano | findstr [port 번호]
ex) netstat -ano | findstr 7788
2. 해당 Port를 사용하고 있는 앱을 pid 번호로 kill 하기
taskkill /f /pid [pid number]
ex) taskkill /f /pid 17463
반응형
'Programing > Debug NOTE' 카테고리의 다른 글
appstore : error ITMS-90809 발생 (0) | 2020.06.03 |
---|---|
HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY) - C# Office Interop 관련 Error (0) | 2015.12.15 |
warning: auto-importing has been activated without --enable-auto-import specified on the command line. (0) | 2011.02.10 |
error C2664 (0) | 2011.01.27 |