|
|
posted on December 01, 2016 13:18
It might be that your TCP/IP stack has gotten corrupted. To reset it, open a command prompt with administrative access, and type the following commands
- Reset WINSOCK entries to installation defaults: netsh winsock reset catalog
- Reset IPv4 TCP/IP stack to installation defaults. netsh int ipv4 reset c:\reset-4.log
- Reset IPv6 TCP/IP stack to installation defaults. netsh int ipv6 reset c:\reset-6.log
Restart your computer and pray for the best!
There are currently no comments, be the first to post one!