Published
- 1 min read
kill process on port windows
The solution for this is noted below
kill process on port windows
Solution
netstat -ano | findstr "PORT_NUMBER"
taskkill /PID PORT_NUMBER /f
Try other methods by searching on the site. That is if this doesn’t work