Skip to content

Instantly share code, notes, and snippets.

@rogue-agent
Last active November 23, 2021 22:59
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 rogue-agent/c652c67ab16572d9e695ed23165db142 to your computer and use it in GitHub Desktop.
Save rogue-agent/c652c67ab16572d9e695ed23165db142 to your computer and use it in GitHub Desktop.
1Liner; flushing DNS, renewing the IPconfiguration, resetting Winsock
Ipconfig /flushdns && ipconfig /release && ipconfig /renew && Arp -d && Nbtstat -R && Nbtstat -RR && netsh int ip reset && Netsh winsock reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment