---
title: WindowsでLISTEN中のポートを調べる
tags: []
categories: ["Dev", "OS", "Windows", "CommandPrompt"]
date: 2013-09-09T04:19:59Z
updated: 2013-09-09T04:19:59Z
---

メモ

    netstat -ona | find "LISTENING"

で。

    netstat -onab

でプロセス名も出る
