Answers for "find the used port windows command spcfique"

0

find the used port windows command spcfique

netstat -aof | findstr :8080              // change 8080 with ur port dumpass
taskkill /PID <PID> /F
Posted by: Guest on March-31-2022

Code answers related to "find the used port windows command spcfique"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language