Lucky
0
Q:

how to shutdown port in windows

taskkill /F /PID PORT_NUMBER
4
# Print PID of process bound on that port.
fuser 8080/tcp

# Kill that process
fuser -k 8080/tcp
1
netstat  -ano  |  findstr  < Port Number >
taskkill  /F  /PID  < Process Id >
1

New to Communities?

Join the community