Tuesday, April 24, 2012

How to reset Winsock and TCP/IP stack in Windows 7

Open an elevated command prompt and then enter the following two commands:
netsh winsock reset catalog (resets winsock entries)
netsh int ip reset reset.log hit (resets TCP/IP stack)
After that reboot your computer.

No comments:

Post a Comment