Search
 
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
Name
4+1 =