DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
find and kill the process on a specific port windows
# find the process netstat -ano | findstr :<PORT> # kill the process taskkill /PID <PID> /F
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#find
#kill
#process
#specific
#port
#windows
ADD COMMENT
Topic
COMMENT
Name
9+4 =
Submit