Skip to content

Instantly share code, notes, and snippets.

@ardhptr21
Created May 18, 2023 09:59
Show Gist options
  • Save ardhptr21/262f9570bd9301f0aa965418d8662df7 to your computer and use it in GitHub Desktop.
Save ardhptr21/262f9570bd9301f0aa965418d8662df7 to your computer and use it in GitHub Desktop.
Flushing the network cache in windows using CMD
netsh winsock reset
netsh int ip reset all
netsh winhttp reset proxy
ipconfig /flushdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment