TCP/IP kan je niet verwijderen in XP. Sinds XP is TCP/IP een onderdeel van het besturings systeem geworden. Het enige wat je wel kan doen is alle beginwaarden terugzetten door de TCP/IP stack te resetten. Hier is een Q document van Microsoft van. Toevallig moest ik dat vorige week hebben om een rotte tcp/ip stack te herstellen. werkte prima.
Dus, probeer die reset eens.
edit: commando gevonden: Met het onderstaande commando kan je je tcp/ip stack in XP resetten.
netsh int ip reset
-------------------
How to Reset Internet Protocol (TCP/IP) in Windows XP
(Q299357)
The information in this article applies to:
Microsoft Windows XP Professional
Microsoft Windows XP Home Edition
SUMMARY
When viewing the list of components for a network
interface, you may notice that the Uninstall button is
disabled when Internet Protocol (TCP/IP) is selected. In
Windows XP, the TCP/IP stack is considered a core
component of the operating system; therefore, it is not
possible to uninstall TCP/IP in Windows XP.
In extreme cases, reinstalling the Internet Protocol stack
may be the most appropriate solution. With the NetShell
utility, you can now reset the TCP/IP stack back to a
pristine state, to the same state as when the operating
system was installed.
MORE INFORMATION
The NetShell utility ( netsh ) is a command-line scripting
interface for the configuring and monitoring of Windows XP
networking. This tool provides an interactive network
shell interface to the user.
In Windows XP, a reset command is available in the IP
context of the NetShell utility. When this command is
executed, it rewrites pertinent registry keys that are
used by the Internet Protocol (TCP/IP) stack to achieve
the same result as the removal and the reinstallation of
the protocol.
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\
SYSTEM\CurrentControlSet\Services\DHCP\Parameters\
Command Usage
netsh int ip reset [ log_file_name ]
To successfully execute the command, you must specify a
log file name where actions taken by netsh will be
recorded. For example, typing either of the examples that
are listed in the "Command Samples" section later in this
article at a command prompt would reset the TCP/IP stack
on a system and record the actions that were taken in the
log file, Resetlog.txt. The first sample creates the log
file in the current directory, while the second sample
demonstrates the use of a path where the log will be
created. In either case, where the specified log file
already exists, the new log will be appended to the end of
the existing file.
Command Samples
netsh int ip reset resetlog.txt
netsh int ip reset c:\resetlog.txt
Sample Log File for NETSH INT IP RESET
The following is a sample of the log file that is
generated by netsh when an IP reset command is issued. The
actual log file may vary depending on the configuration of
the system on which the command is issued. In some cases,
there may be no actions logged in the file, which
typically is the case when the TCP/IP registry keys have
not been altered from their original configuration.
[
Voor 88% gewijzigd door
Microkid op 23-02-2003 20:30
]