In Windows XP, the uninstall button is disabled for the TCP/IP protocol. The TCP/IP stack is considered a core component of the operating system, and it is not possible to uninstall it. Still, in some extreme cases, the most appropriate solution is to reset the TCP/IP stack back to a default state...
There is a NetShell (netsh) command-line scripting utility for the configuring and monitoring of Windows XP networking. Using this tool, a reset command is available that rewrites pertinent TCP/IP registry keys to achieve the same result as the removal and the reinstallation of the protocol. The following registry branches are reset using this tool:
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
Comand usage
Simply type the following in Command Prompt:
netsh int ip reset c:\resetlog.txt
"c:\resetlog.txt" being the logfile generated by netsh to store changes being made. If the file exists, the new log will be appended to the end of the existing file.
Categories
- GNU/Linux (20)
- Linux Security (12)
- Ubuntu Tutorials (20)
- Web Browsers (1)
- Windows 2000 (20)
- Windows 2003 (13)
- Windows 7 (8)
- Windows Vista (43)
- Windows XP (54)
Bookmark us
Tuesday, August 5, 2008
How to reinstall TCP/IP in Windows XP
Posted by Tutorialsland Staff at 9:09 AM
Labels: Windows XP
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment