2 points | by gh-automata 10 hours ago ago
1 comments
powershell:
Stop-Process -Id (Get-NetTCPConnection -LocalPort 1234).OwningProcess -Force
powershell:
Stop-Process -Id (Get-NetTCPConnection -LocalPort 1234).OwningProcess -Force