LoginSignup
2
1

環境

OS: Windows
tool: PowerShell

場面

ポート番号のコンフリクトでツールが上手く機能しない場面があります。
そんなときに使用したいポート番号を探し出し、
原因となっているタスクを終了させることで問題解消を図ります。

netstat -ano | findstr :ポート番号
taskkill /f /pid PID番号
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1