Skip to content

Instantly share code, notes, and snippets.

@bernhardkaindl
Last active October 23, 2023 20:14
Show Gist options
  • Save bernhardkaindl/cf254734a15530bd3bf218ed07b30f99 to your computer and use it in GitHub Desktop.
Save bernhardkaindl/cf254734a15530bd3bf218ed07b30f99 to your computer and use it in GitHub Desktop.
Reset DNS to fix ping when nslookup works
https://thegeekpage.com/fix-nslookup-works-but-ping-fails-in-windows-10/
netsh winsock reset catalog
netsh int ip reset reset.log
ipconfig /flushdns
ipconfig /registerdns
route /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment