kate
Karma: 3
|
Reinstalling the TCP/IP Protocol - 2006/11/04 00:11
If you've worked on previous versions of Windows, there are times when you need to completely reinstall the TCP/IP protocol stack. This is typically due to corrupted files.
To do this with XP, you need to run a small script:
netsh int ip reset [ log_file_name ]
the log_file_name needs to be specified.
e.g. netsh int ip reset ip_reset.txt
|