I am Dale Hayter, a Microsoft and VMware certified Technical Consultant.

My blog has been built up over the years from my experience of working on an IT helpdesk and also from being out on-site.

How to Reset TCP/IP Stack in Windows XP / Windows 7

Another goody if you have a faulty IP Stack.

In order to reset the TCP/IP Stack in Windows XP do the following. Whilst it is possible to do it all in one line I prefer to break it down when talking to users over the phone :

1) Open a command prompt
2) Type

netsh

3) Type

int

4) Type

ip

5) Type

reset reset.txt
ipreset

Whilst your at it you might as well reset the winsock.

1) Open a command prompt
2) Type

netsh

3) Type

winsock

4) Type

reset
winsock