DevInfo
Showing posts with label
cmd
.
Show all posts
Showing posts with label
cmd
.
Show all posts
Wednesday, 17 June 2015
Which pid is using your port?
Show which pid uses your port:
netstat -a -n -o | find "your_port [ex: 9191]"
To kill pid from console: taskkill /pid pid_number
Older Posts
Home
Subscribe to:
Posts (Atom)