Reset Windows Networking
May 5, 2009 at 11:40 am | Windows | No comment
When all else fails and your Windows network just won’t behave, nuke it!
Open up the Console (Start -> Run: cmd [Enter]) and issue the following 2 commands.
Reset WINSOCK entries to installation defaults:
netsh winsock reset catalog
Reset TCP/IP stack to installation defaults:
netsh int ip reset [log_file_name]
