Q:

remove port binding windows

netstat -a -n -o | findstr :80
TaskKill /PID pidnum
1
FOR /F "tokens=4 delims= " %%P IN ('netstat -a -n -o ^| findstr :8080') DO TaskKill.exe /PID %%P
0
findstr :8080
0
%%P instead of %P
0

New to Communities?

Join the community