The Windows ICS service could not start the problem resolution

  • 2020-05-10 23:15:22
  • OfStack

The firewall won't open. The "windows Firewall" service is not started. The failure of ICS service startup can be solved by the following methods:
1. Find the local connection, click the left key -- property -- share -- tick (√) -- confirm. If the above steps cannot open ICS service, the following operation is required
2. Run -- enter "services.msc" -- find "internet connection services" -- attributes -- dependencies (query whether 4 dependent services are started or not; if not, start manually) --Application Layer Gateway Service(ALG) manual start --windows Firewall manual start -- then execute step 1, OK!

Or take the following steps to fix the problem:

1. Modify the registry

Start -- run --regedit, open the registry editor, and delete the following two keys:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2


2. Modify the TCP/IP protocol installation file

Open %winroot%\inf\ nettcpip. inf file with notepad and find:
[MS_TCPIP.PrimaryInstall]
Characteristics=0xa0

> Change the 0xa0 to 0x80 to save and exit, and change it to 0x80 to uninstall the broken TCP protocol

3. Reinstall the TCP/IP protocol
Open the local connection's TCP/IP properties -- install -- add protocol -- browse from disk -- find the file nettcpip.inf (%winroot%\inf\ nettcpip.inf) that you just saved, and select "TCP/IP protocol "(not which TCP/IP version 6)
After this step, you return to the network connection window, but at this point, the "uninstall" button is already available. Click the "uninstall" button to delete the TCP/IP protocol and restart the machine once.

4. After restart, follow step 3 to reinstall TCP/IP protocol once, and restart it again once. At this time, check the service and it should be back to normal.

Other methods:
1. Enter the command "Netsh winsock reset" in the CMD window and restart the machine;
2, install anti-spyware: because some spyware will automatically close the system firewall;

Through the above steps, if the problem can not be solved, it is better to reinstall the operating system

Related articles: