Since the integration of the network application is further strengthened, in Windows 2003, if you displays the Internet Protocol (TCP / IP) item in the "Local Connection" attribute list, you will find the uninstall button " Use "is what you often happen, you can't delete or reset the protocol.
At this time, reinstall the TCP / IP protocol to restore the TCP / IP stack to the original state. What should I do?
In fact, you can use NetShell command to reset the TCP / IP stack to restore the status of the initial installation system. You can use the RESET subcommand of this utility to override the following with TCP / IP-related registry items:
System / CurrentControlSet / Services / TCPIP / Parameters /
System / CurrentControlSet / Services / DHCP / Parameters /
This command is the same as deleting and reinstalling the TCP / IP protocol, and the command syntax is: "Netsh IP RESET [LOG_FILE_NAME]". The following two examples explain how to use the netsh command to reset the TCP / IP protocol stack.
Example 1 Click Start, enter the CMD in "Run" to enter the command prompt, type the following command, then press Enter:
Netsh int ip resetlog.txt
Example 2 Click Start to enter the CMD in the run, type the following command after the command prompt, then press Enter:
Netsh INT IP RESET C: /RESETLOG.TXT
To reset the TCP / IP stack using the Netsh command, you must specify the name of the log file of the log file. In the first example, the log file is created in the current folder; in the second example, the full path to the resetLog.txt log file is specified.
If you want to view the help of the command, enter the space after entering the space, you will display additional help of the available commands in the Netsh context. For example, to view the Netsh command, type the following command after the command:
Type Netsh?, Then press Enter.
Type Netsh Int? And press Enter.
Type NetSh INT IP?, Then press Enter.
Type Netsh IP RESET?, Then carriage return button.