Skip to content

Instantly share code, notes, and snippets.

@renkin
Last active May 8, 2020 07:32
Show Gist options
  • Select an option

  • Save renkin/374abe11001144de58ba8fbdfba4a0f6 to your computer and use it in GitHub Desktop.

Select an option

Save renkin/374abe11001144de58ba8fbdfba4a0f6 to your computer and use it in GitHub Desktop.
Reset DNS cache in Windows
# Empty DNS cache, so it is newly filled
ipconfig /flushdns
# Completely renew IP configuration
ipconfig /renew
# Check a route
tracert <host/IP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment