Issue/Question
My computer updated to Windows 10, and now some browsers (e.g. Firefox, Chrome) will not access the Internet. Edge is working as normal.
Cause
After Windows 10 is installed, the TCP/IP stack can become corrupted. This can cause a variety of problems with a computer's network connections.
Resolution
- Click (Start).
- In the search bar, type
cmd
.
- When the Command Prompt (cmd) option pops up, right-click and select Run as administrator.
- Type
netsh winsock reset
.
- If the command runs successfully, you will receive this message:
Successfully reset the Winsock Catalog. You must restart your computer in order to complete the reset.
- Type
netsh int ip reset
.
- If successful, you will see a number of resetting messages with statuses of OK!
Note: The last two messages will say Resetting, failed. Access is denied. This is normal.
- Type
exit
.
- Restart the computer.
- After restarting, you may have to manually reconnect to any previously saved wireless networks.