The connection between your Access point, router, or cable modem and Internet is broken Error
Reset the TCP/IP stack go to this article or follow the instructions to fix it manually:
Method 1:
Reset winsock to check if it helps to Solve This Problem
Follow these steps:
1. Click Start, and in Start Search, type cmd
2. Right-click the cmd entry that appears in the search results, and then
click ‘Run as administrator’.
If you are prompted for an administrator password or for a confirmation, type the password,
or click Continue.
3. At the command prompt, type the following, and then press ENTER:
netsh winsock reset
# Then, you should see the following message:
>> Successfully reset the Winsock Catalog. You must restart the computer in order to complete the reset.
Restart the computer and check if it works fine.
Method 2:
Reset TCP/IP (Manually):
Note: You must be logged on to the computer as an administrator to perform the steps.
For Windows 8 and Windows 8.1
- On the Start screen, type CMD. In the search results,
Right-click Command Prompt, and then click Run as administrator. - At the command prompt, enter the following command, and then press Enter:
Note: If you don't want to specify a directory path for the log file, run the following command instead:netsh int ip reset
- Restart the computer.
For Windows 7 and Windows Vista
- To open a command prompt, click Start and then type cmd in the Search programs and files box.
- Under Programs, right-click the CMD.exe icon, and then click Run as administrator.
- When the User Account Control box appears, click Yes.
- At the command prompt, enter the following command, and then press Enter:
netsh int ip reset c:\resetlog.txt
Note: If you don't want to specify a directory path for the log file, run the following command instead:netsh int ip reset resetlog.txt
- Restart the computer.
For Windows XP
- To open a command prompt, click Start, and then click Run. In the Open box,
enter the following command, and then press ENTER:cmd - At the command prompt, enter the following command, and then press Enter:Note: If you don't want to specify a directory path for the log file,
netsh int ip reset c:\resetlog.txt
Run the following command instead:netsh int ip reset resetlog.txt
- Restart the computer.
Problem Solved... :D
Post a Comment