1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-29 09:25:04 +08:00

联通错误码更新

This commit is contained in:
2025-10-21 23:34:32 +08:00
parent b7d60b95b7
commit 4efdc61de1
6 changed files with 102 additions and 6 deletions

View File

@@ -0,0 +1,36 @@
# 故障代码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错误 的解决方法。