1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-29 01:15:04 +08:00
Files
website/docs/wiki/08-故障/03-联通特定/1062.md
2025-10-21 23:34:32 +08:00

37 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 故障代码1062
*”服务尚未启动。“(The service has not been started.)*
## 现象
联通宽带拨号失败,提示错误`1062`
## 原因
首先1062并不是拨号专门的错误而是Windows系统中的一个通用错误含义为`服务尚未启动。`是711等错误的原因有时候711错误就会显示成这个所以基本按照与711相同的解决办法手动重启必需的网络服务也可以运行神器
## 解决
*(照搬自老wiki~)*
1. 开始-运行-`regedit`,删除`HKEY_LOCAL_MACHINE\System\CurrentControlSet\services\eventlog\Parameters`
2. 尝试启动其他与网络相关的服务。
与网络相关的服务如下,检查各项服务是否开启,不要求按顺序:
加粗的是解决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
3. 可参考 711错误 的解决方法。