logo

Ask HN: What's your workflow for fixing "port in use" on Windows?

Posted by gh-automata |4 hours ago |1 comments

ricktdotorg 3 hours ago

powershell:

Stop-Process -Id (Get-NetTCPConnection -LocalPort 1234).OwningProcess -Force