Buscar contenidos

jueves, 6 de julio de 2017

Cerrar puerto TCP / UDP via Linea de Comandos CMD


For instance you want to free the port 8080 Then, follow these commands.
  • netstat -ano
  • taskkill /f /im [pid of the port 8080 got from previous command]
Done!

No hay comentarios:

Publicar un comentario