Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sharjeel619/0026b33e6e7c96cc9a5ccab625b4c5fb to your computer and use it in GitHub Desktop.
Save sharjeel619/0026b33e6e7c96cc9a5ccab625b4c5fb to your computer and use it in GitHub Desktop.
Windows clear network cache
ipconfig /release; ipconfig /flushdns; ipconfig /renew; netsh winsock reset; netsh interface ipv4 reset; netsh interface ipv6 reset; netsh interface ip delete destinationcache;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment