Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TCP/IP 1

Status
Not open for further replies.

imatek

Technical User
Feb 7, 2003
16
US
Can anyone explain to me why does Win XP PRO does not let you delete and rebuild the TCP/IP stack unlike in Win 9X/ME?
 
You can't uninstall TCP/IP in Windows XP, because there is no Uninstall button for this protocol. According to Microsoft, that is because TCP/IP is an integral part of the operating system, and removing it would cause major problems. You can, however, use the Windows XP command line utility NetShell to reset all IP-related Registry settings to their default values. The result is a brand-new TCP/IP configuration.

The Netsh.exe program is located in the C:\Windows\System32 directory. To use the program, enter the command

netsh int ip reset filename

You must specify a filename, such as Ipstuff.txt. After Netsh.exe runs, the file will contain a detailed log of the Registry keys that were modified.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top