Browsing the archives for the Win category.

Reset Windows Networking

Win

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]
No Comments