我也是这样,试试这个:
打开注册表 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wcmsvc路径,修改其中的DependOnService,删除其中的WinHttpAutoProxySvc。然后重启试试。
我就是这样解决的
您好,我电脑的wlan autoconfig服务是自动启动的,但是每次开机都需要我手动再次开启这是为什么
Based on what you have upload If WLAN AutoConfig (Wlansvc) is set to Automatic and you still have to start it manually after every reboot, I will suggest you some steps to troubleshoot it and after you try it, please let me know the result:
Sometimes, the service might be set to “Automatic (Delayed Start)” or some third-party software might be interfering.
Win + R, type services.msc, press Enter.Automatic- Sometimes they are Missing or Delayed
WLAN AutoConfig depends on other services like:
Remote Procedure Call (RPC)
Network Connections
If these services are delayed, Wlansvc might fail to start properly. So to make sure the following services are set to Automatic and Running:
RPCNetwork ConnectionsNetwork Location Awareness- Sometimes the Fast Startup Interference cause the problem too :
Windows Fast Startup sometimes interferes with services and drivers not reinitializing properly. So we need to disable Fast Startup:
- Corrupted System Files
A corrupted system may fail to start the service properly. Run the following commands one by one in Command Prompt (Admin):
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- You also need to check Registry Entry is correct or not
You can check the registry to make sure the service is truly set to start automatically.
Win + R, type regedit, and press Enter.2 (which means Automatic).
Start = 2 → AutomaticStart = 3 → ManualStart = 4 → Disabled*Right-click Start, choose Modify, and set the value to 2 if it isn't.
- Make sure the is Third-Party Software Conflicts
Some antivirus or system optimization tools may disable network services to “speed up” boot time.