In the Connection Properties dialog box for Windows Server 2003 (Windows 2003), if you click the Internet Protocol (TCP/IP) option, the Uninstall button is dimmed and is not available. This is because the TCP/IP protocol is the core component of Windows Server 2003 and cannot be deleted.
What if we need to reset TCP/IP to the original state? At this point, we can use the Netsh command-line tool to solve this problem. Enter CMD in the Run dialog box, open the Command Prompt window, and then enter the command line "netsh int ip reset resetlog.txt" or "netsh int ip reset c:\resetlog.txt" and press ENTER. The reset command can override the TCP/IP-related registry entries "System\currentcon trolset\services\tcpip\parameters\" and "system\currentcontrolset\ Services\dhcp\parame ters\ ", the result of running the above command is the same as removing and reinstalling TCP/IP. Network Download College All rights reserved
In addition, the two command lines differ only in the location where the "Resetlog.txt" log files are stored. The former is the creation of the log file in the current folder, while the latter specifies the specific save path.