Reset TCP/IP in Windows 2003

  

In the Connection Properties dialog box of Windows Server 2003 (referred to as Windows 2003), if you click the "Internet Protocol (TCP/IP) option, the "Uninstall" button is gray, it is not available. This is because of the TCP/IP protocol. It is a core component of Windows Server 2003 and cannot be deleted.

What if we need to reset TCP/IP to its original state? At this point, we can solve this by using the "netsh" command line tool. One question. Enter "cmd" in the "Run" dialog box, open the "Command Prompt" window, and enter the command line "netsh int ip reset resetlog.txt" or "netsh int ip reset c:\ esetlog.txt" and Press the Enter key. The "reset" command can override the TCP/IP related registry key "System\\CurrentCon trolSet\\Services\\Tcpip\\Parameters\\" and "System\\CurrentControlSet\\Services\\DHCP\\Parame ters\\" The result of running the above command has the same effect as deleting and reinstalling TCP/IP.

In addition, the difference between the two command lines is only that the storage location of the "resetlog.txt" log file has Difference. The former is the log file created in the current folder, which is designated a specific save path.




Copyright © Windows knowledge All Rights Reserved