Sunday, November 11, 2012

Repair Network Connection Problems (Tested on Windows 7)

Sometimes you may run into random network problems in Windows. These problems may be related to network, internet connection, homegroup, video streaming, etc...

One way of dealing with these problems is to reset some network configuration stuff.

The way to do it is extremely simple, and here it is:

  1. Run the Command Prompt as Administrator. To do that, click Start then write cmd. Right-click on cmd and select Run as Administrator.

  2. In the Command Prompt window, type these 3 commands (you can copy them from here, and paste them in the cmd window using the right-click menu there):

    netsh winsock reset catalog

    (Press Enter)


    netsh int ipv4 reset reset.log

    (Press Enter)

    netsh int ipv6 reset reset.log

    (Press Enter)

  3. After doing this, Restart your computer.

Now check if your network-related problems have been solved.

If not, please contact me using the Contact page, and I will try to help you.

No comments:

Post a Comment