When we have problems with the network on a PC, we can execute this script that restarts different network settings.
We can execute these commands from a command console one by one or execute our .cmd file that you can download at the end of the article.
echo ipconfig /flushdns ipconfig /flushdns pause echo ipconfig /registerdns ipconfig /registerdns pause echo ipconfig /release ipconfig /release pause echo ipconfig /renew ipconfig /renew pause echo netsh winsock reset netsh winsock reset pause exit
Podeu descarregar l’escript d’aqui: nx.zip