In the XP Ghost XP network Components list, there is an Internet protocol, which is also known as TCP or IP, and the uninstall button is grayed out--not optional--if in exceptional circumstances we need to reinstall the tcp/ The IP protocol can be done by using the following batch process
Copy Code code as follows:
@echo off
Echo.
Echo is about to reset the TCP/IP protocol. Resetting can cause network programs to work abnormally.
Echo only recommends attempting this reset operation if TCP/IP is compromised and cannot be connected to the Internet.
Echo.
Echo any key starts resetting the Tcp/ip,ctel+c abort operation ...
Pause>nul
Echo.
ECHO is generating the relevant registry backup to the desktop ...
Reg Export HKLM\System\CurrentControlSet\Services\Tcpip\Parameters "%userprofile%\ desktop \tcpip_bak.hiv"
Reg Export Hklm\system\currentcontrolset\services\dhcp\parameters "%userprofile%\ desktop \dhcp_bak.hiv"
Echo.
ECHO is resetting TCP/IP ...
netsh int ip reset "%userprofile%\ desktop \tcp_ip reset log. Log"
Echo.
ECHO has finished resetting TCP/IP, please reboot the computer to take effect!
Echo Note: If there is a blue screen error after reboot, please note the relevant file information for the prompt.
Echo then removes the key value associated with the error in the registry in Safe mode!
Echo.
echo any key exit ...
Pause>nul