YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* netstat - ネットワーク統計情報の表示 [#n555385d]
** あるポートを使用しているアプリケーションを調べる [#p06...
netstat -aon | findstr ":443" # ここではポート443を調べる
tasklist /fi "PID eq 9999" # 上の結果見つかったPID999...
** 参考 [#y795f0d0]
http://www.atmarkit.co.jp/ait/articles/0207/20/news003.html
終了行:
* netstat - ネットワーク統計情報の表示 [#n555385d]
** あるポートを使用しているアプリケーションを調べる [#p06...
netstat -aon | findstr ":443" # ここではポート443を調べる
tasklist /fi "PID eq 9999" # 上の結果見つかったPID999...
** 参考 [#y795f0d0]
http://www.atmarkit.co.jp/ait/articles/0207/20/news003.html
ページ名: