mirror of
https://github.com/ZSCNetSupportDept/website.git
synced 2025-10-29 09:25:04 +08:00
联通错误码更新
This commit is contained in:
36
docs/wiki/08-故障/03-联通特定/1062.md
Normal file
36
docs/wiki/08-故障/03-联通特定/1062.md
Normal 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错误 的解决方法。
|
||||
Reference in New Issue
Block a user