“本地连接”找不到,怎么解决?

问题:“本地网络连接”找不到,在网上邻居属性里也没有。点右键刷新提示:“网络连接”文件夹不能检索您的计算机上的网络适配器。请确认“网络连接”服务启用并运行 !

原因:Network Connections没有,或者掉失(有可能安装如网络人之类的网络监控软件,或者打了不应该打的补丁)。

解决方法:

方法一:(Network Connections服务掉失的)

     1.确认你的network connections服务正常显示

     2.注册3个组件:开始——运行——cmd 回车, regsvr32 netshell.dll 回车;regsvr32 netcfgx.dll回车; regsvr32 netman.dll 回车。

     3.重启机器

方法二:(打了补丁后不见的)

     在添加删除程序中,选中“显示更新”-卸载“windows xp 安全更新KB905414,重启即可。

方法三:(服务没有启动的)

我的电脑——点右键——管理——服务和应用程序——服务:

     检查服务:Network Connections--将其启动类型设为“自动”,并启动之

     检查服务:Plug and Play     --将其启动类型设为“自动”,并启动之

     检查服务:Remote Procedure Call--将其启动类型设为“自动”,并启动之

     检查服务:Simple TCP/IP Services --将其启动类型设为“自动”,并启动之

方法四:(安装如网络人之类的网络监控软件的)

1、新建一个记事本,将下面的复制到记事本文件,改名REG,点击运行它,添加注册。
 
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman]
"DependOnService"=hex(7):52,00,70,00,63,00,53,00,73,00,00,00,00,00
"Description"="Manages objects in the Network and Dial-Up Connections folder, in which you can view both local area network and remote connections."
"DisplayName"="Network Connections"
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
  74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
  00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
  6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"ObjectName"="LocalSystem"
"Start"=dword:00000003
"Type"=dword:00000120

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman\Parameters]
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
  6e,00,65,00,74,00,6d,00,61,00,6e,00,2e,00,64,00,6c,00,6c,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman\Enum]
"0"="Root\\LEGACY_NETMAN\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

2、注册regsvr32 netman.dll ,开始---运行--regsvr32 netman.dll
3、启动服务开始---运行--cmd里输入
sc Network Connections enable
net start Network Connections

4、重启系统

注意事项:如果注册netman.dll说找不到组件时,从同类操作系统中拷贝一个过来,放在system32 目录下,并注册之!

你可能感兴趣的:(windows,网络,System,Parameters,NetWork,hex)