![]() |
|
|
Computer Services |
email:Stacey Hammons |
| serving Ventura County, California | |
| 805.340.0929 | |
| How Tos & Technical Help | |
| For Free Advice Go to: The Free Site or Annoyances.org |
| Reinstall TCP/IP | |||||
|
Every experienced network guru knows that quite often the problem with a faulty network connection is due to the TCP/IP stack being corrupted or not properly bound. Starting with WinXP Microsoft has disabled the ability to uninstall TCP/IP. So what are you to do if you suspect that all that is needed is a clean install of the TCP/IP stack? Luckily it is fairly easy to rebuild the stack to the pristine conditions that it was in on a clean install using the NetShell utility. Here is how: Go to your command prompt and type the following: netsh int ip reset [ log_file_name ] A log file name must be specified in order to successfully execute the netsh command. This file will log all the actions taken by netsh. Sample: netsh int ip reset resetlog.txt
The only difference between these two is that the first will create the log
in the current directory while the second specifies where tho log is to be
created. After creating the log you can use notepad or any other text editor to
see exactly what changes were made |
|||||