how to find app using port and kill it on windows 10

 problem:

cannot find running program using port

solution:

pres windows + r and type "resmon"

then search on tab network

search your listening port here



now you have pid of the app

and then kill it 

open "command prompt" press window and type command prompt

then kill the program with ID 20032 and here it is the command

TASKKILL /F /PID 20032


and its clear 

hope it help

Comments

Popular posts from this blog

failure: repodata/repomd.xml from kubernetes: [Errno 256] No more mirrors to try. [Errno -1] repomd.xml signature could not be verified for kubernetes

my jenkins docker container is alway die because memory usage

How to solve React Hook useEffect has a missing dependency: func Either include it or remove the dependency array