Win7 wireless service can not start how to do Win7 can not start the "WLAN AutoConfig" service solution

  

The Windows 7 operating system cannot start the solution for the WLANAutoConfig service. The startup type is automatic, but the service status is stopped. Clicking the start button does not start the wireless service in the normal way. Finally, the wireless service is enabled by using the command.

Win7 can't start " WLAN AutoConfig” service solution

The operating system can't be on the wireless network. Generally, check if the wireless network card driver is normal, and then check if the wireless service is enabled. After using the built-in network diagnostics in the operating system, the windows wireless service that is not running on this computer is displayed.

start & rarr; run & rarr; enter: services.msc Click OK or press the Enter key (Enter) to open the service list. Find the WLANAutoConfig service, the startup type is already automatic, but the service is stopped. Click Start, and the Windows WLAN AutoConfig service cannot be started. Error 1747: Unknown authentication service. Error message.

start & rarr; run & rarr; enter: regedit and click OK or press the Enter key (Enter) to open the registry, navigate to: HKEY_LOCAL_MACHINE \\ SYSTEM \\ CurrentControlSet \\ services \\ Ndisuio

View its DisplayName key value is NDIS Usermode I/O Protocol If it is missing, it can be created.

hand side of the window to continue editing Start DWORD value (e.g., no new), double-click to open, modify the value of the data 2, clicks OK, press F5 to refresh.

start & rarr; run & rarr; enter: CMD and click OK or press the Enter key (Enter) to open a command prompt.

Enter: netsh winsock reset Enter to execute the wireless service command.

Restart the computer, confirm the setting, problem solving!

command analysis:

netsh is capable of virtually all of the network-related settings interface commands, such as: Set IP, DNS, network card, a wireless network or the like.

Winsock is the internal directory of the system. Winsock is the Windows network programming interface. Winsock works in the application layer. It provides a high-level data transfer programming interface independent of the underlying transport protocol.

reset is a reset operation for Winsock.

netsh winsock reset command, the role is to reset the Winsock directory. If there is a problem with the Winsock protocol configuration on one machine, it will cause problems such as network connection. You need to use this command to reset the Winsock directory to restore the network. This command can reinitialize the network environment to resolve parameter errors caused by software conflicts and viruses. After restarting the computer after executing the winsock command, you need to reconfigure the IP.

Notes

Enter the command in the command prompt window, add the parameter /? to see the commands related to the use of methods and parameters to explain.

Copyright © Windows knowledge All Rights Reserved