Skip to content

Instantly share code, notes, and snippets.

@denhamparry
Created July 22, 2019 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denhamparry/e875e2dbfd93194a029ea9d79968ae83 to your computer and use it in GitHub Desktop.
Save denhamparry/e875e2dbfd93194a029ea9d79968ae83 to your computer and use it in GitHub Desktop.
Reset the TCP/IP stack on Windows 10

Reset the TCP/IP stack on Windows 10

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
shutdown -r -t 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment