This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: How to Reset your TCP/IP Stack under Windows XP/2000/2003
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
I got myself into some kind of voodoo/Bermuda Triangle situation where my TCP/IP stack
was boogered and when I said "IPCONFIG" I was greeted with a single line, and NO listings
of any of my Adapters. However, Greg Hughes gave me this magic command line:
netsh int ip reset logfile.txt
Lord help me I don't know exactly what this did, but it fixed it. I wonder if I'll
pay for it later. :)