Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

windows how to kill localhost:3000

Windows:
netstat -ano | findstr :<PORT>
#see which one is has the correct port number, 
then the pid needed is the rightmost value.
taskkill /PID <PID> /F
 
PREVIOUS NEXT
Tagged: #windows #kill
ADD COMMENT
Topic
Name
9+5 =