| |
| Reinstall TCP/IP in Windows
2000/XP |
|
Article ID: |
0030 |
| Last Review: |
11/05/04 |
Symptoms
Unable to view web pages
Cause
A corruption in the TCP/IP stack.
Resolution
- Click Start, and then Run.
- Type the following command:
- netsh int ip reset logfile.txt
- Press enter
More information
int mean interface,
ip mean Internet Protocol,
reset means rewrite the regisitry keys to their installation values,
and
logfile.txt is the path to a log file that will record the results.
You can issue the command from a CMD.EXE prompt or run command.
|