Fix Window 10 Can ping google but can’t browse
2 min readJun 18, 2021
the first follow this command line in below
- Reset WINSOCK entries to installation defaults:
netsh winsock reset catalog
- Reset TCP/IP stack to installation defaults:
netsh int ip reset reset.log
- Reset Firewall to installation defaults:
netsh advfirewall reset
- Flush DNS resolver cache:
ipconfig /flushdns
- Renew DNS client registration and refresh DHCP leases:
ipconfig /registerdns
- Flush routing table (reboot required):
route /f
or you can visit this link
if any issues
- Open Regedit.
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi and expand that folder.
- Expand the subfolder named {eb004a00–9b1a-11d4–9123–0050047759bc} and right-click the subfolder named 26. Select Permissions… and ensure that for Everyone the Full Control box is checked.

- Press WIN+X to open a command prompt with elevated permissions. Type netsh int ip reset and hit enter. Now you should see the following results:
Resetting , OK!Restart the computer to complete this action - Reboot the system.
or you can visit this link
I hope this can solved your problem
thanks for reading ^_^