mirror of
https://github.com/ZSCNetSupportDept/website.git
synced 2025-10-28 17:05:03 +08:00
1.3 KiB
1.3 KiB
故障代码1062
”服务尚未启动。“(The service has not been started.)
现象
联通宽带拨号失败,提示错误1062;
原因
首先,1062并不是拨号专门的错误,而是Windows系统中的一个通用错误,含义为服务尚未启动。,是711等错误的原因;有时候711错误就会显示成这个,所以,基本按照与711相同的解决办法:手动重启必需的网络服务,也可以运行神器;
解决
(照搬自老wiki~)
- 开始-运行-
regedit,删除HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\eventlog\Parameters项 - 尝试启动其他与网络相关的服务。
与网络相关的服务如下,检查各项服务是否开启,不要求按顺序:
(加粗的是解决1062错误的关键)
- Device Install Sevise
- DHCP Client
- DNS Client
- Device Setup Manager
- DCOM Server Process Launcher
- Windows Event Log
- Secure Socket Tunneling Protocol Service
- Remote Access Auto Connection Manager
- Remote Access Connection Manager
- Remote Procedure Call (RPC)
- Telephony
- Network Setup Service
- Network List Service
- Network Connections
- Network Store Interface Service
- System Events Broker
- 可参考 711错误 的解决方法。