I've been having the same problem for months - but ONLY at my home network...have tried everything suggested but all seems hopeless :(
I have had some recent issues and found an option that may be helpful. I cannot take credit, nor do I accept the blame if it fails, this post is to simply help, with a solid solution.
In Windows go to Start> All Programs> Accessories> 'right click' on Command Prompt= Run As Administrator
In cmd type
netsh int ip reset resetlog.txt
This reset command is ran, it rewrites two registry keys that are used by TCP/IP. This has the same result as removing and reinstalling the protocol. The reset command rewrites the following two registry keys:
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
When ok Restart
If still more problems try
In Windows go to Start> All Programs> Accessories> 'right click' on Command Prompt= Run As Administrator
Restore the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. In a Group Policy object, this command returns all setting to not configured and deletes all connection
security and firewall rules.
netsh advfirewall reset
Reset IPv6 configuration to default state
netsh int ipv6 reset
(requires a restart) if proceeding with next step can restart after Winsock
Reset Winsock Catalog to a default state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries
netsh winsock reset
(requires a restart)
** note I have not needed to reinstall Winsock Layered Service Providers, my computer is personal/light work use
These may help or they may not, there simply is not enough information or access to find solutions, to these problems without paying expensive repair fees.