User Tools

Site Tools


network_reseting_tcp_stack

WINDOWS 10 TCP/IP RESET

a

1. In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes.

2. At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem:

  • Type netsh winsock reset and press Enter.
  • Type netsh int ip reset and press Enter.
  • Type ipconfig /release and press Enter.
  • Type ipconfig /renew and press Enter.
  • Type ipconfig /flushdns and press Enter.

Close command Prompt and hopefully you WiFi / Ethernet is working OK again.

To copy to Batch (.bat) file:

netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew ipconfig /flushdns

network_reseting_tcp_stack.txt · Last modified: 2019/02/13 17:10 (external edit)