Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apappas1129/978dc5d8ff6d1a6fbbd4b06dd2d836f9 to your computer and use it in GitHub Desktop.
Save apappas1129/978dc5d8ff6d1a6fbbd4b06dd2d836f9 to your computer and use it in GitHub Desktop.
How to fix network connection problem in Windows 10

How to Fix Network Connection Problem in Windows 10

forthebadge forthebadge forthebadge

Scenario:

  1. Your browsers can't reach any web page including any running project in localhost
  2. Your ping shows you have internet connection when you try something like ping www.google.com -t

How to fix it:

  1. Run Command Prompt as Admninistrator
  2. Enter netsh winsock reset catalog
  3. Enter netsh int ipv4 reset reset.log
    (Do not worry if you found a log with Resetting failed, Access is denied. That's expected 👌)
  4. Click ⭐ Star on the upper-right corner of this page and restart your computer.

🐱‍🏍

@Altri
Copy link

Altri commented Jun 30, 2020

Thanks! This helped resolve my issue.

@Shabz-FJ
Copy link

This is awesome. Thank you for this information. It helps a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment