spring boot - Windows Kill Process By PORT Number - Stack Overflow

PHOTO EMBED

Fri Sep 17 2021 07:46:03 GMT+0000 (Coordinated Universal Time)

Saved by @nikhil3790

netstat -ano | findstr :<yourPortNumber>
taskkill /PID <typeyourPIDhere> /F
content_copyCOPY

https://stackoverflow.com/questions/55311842/windows-kill-process-by-port-number