meizy 发表于 2014-12-7 13:55

可以正常上网但图标显示 未连接

本帖最后由 meizy 于 2014-12-7 13:57 编辑

电脑通过网线连接路由器。前几天出现了这个问题。回想起来可能是装了电脑管家优化的结果。
是不是禁用了什么服务导致任务栏图标显示不正常。


系统 win7 64位 旗舰版




点进网络和共享中心   显示 :指定服务未安装

重装了网卡驱动无效。请问这是咋回事请。。





guangyunjian 发表于 2014-12-7 17:05

把所有默认服务还原试试。
存bat
@echo 恢复windows7系统默认服务
@pause
sc config   AeLookupSvc start= DEMAND
sc config   ALG start= DEMAND
sc config   AppIDSvc start= DEMAND
sc config   Appinfo start= DEMAND
sc config   AppMgmt start= DEMAND
sc config   AudioEndpointBuilder start= AUTO
sc config   Audiosrv start= AUTO
sc config   AxInstSV start= DEMAND
sc config   BDESVC start= DEMAND
sc config   BFE start= AUTO
sc config   BITS start= AUTO
sc config   Browser start= DEMAND
sc config   bthserv start= DEMAND
sc config   CertPropSvc start= DEMAND
sc config   clr_optimization_v2.0.50727_32 start= AUTO
sc config   COMSysApp start= DEMAND
sc config   CryptSvc start= AUTO
sc config   CscService start= AUTO
sc config   DcomLaunch start= AUTO
sc config   defragsvc start= DEMAND
sc config   Dhcp start= AUTO
sc config   Dnscache start= AUTO
sc config   dot3svc start= DEMAND
sc config   DPS start= AUTO
sc config   EapHost start= DEMAND
sc config   EFS start= DEMAND
sc config   ehRecvr start= DEMAND
sc config   ehSched start= DEMAND
sc config   eventlog start= AUTO
sc config   EventSystem start= AUTO
sc config   Fax start= DEMAND
sc config   fdPHost start= DEMAND
sc config   FDResPub start= AUTO
sc config   FontCache start= DEMAND
sc config   FontCache3.0.0.0 start= DEMAND
sc config   gpsvc start= AUTO
sc config   hidserv start= DEMAND
sc config   hkmsvc start= DEMAND
sc config   HomeGroupListener start= DEMAND
sc config   HomeGroupProvider start= DEMAND
sc config   idsvc start= DEMAND
sc config   IKEEXT start= DEMAND
sc config   IPBusEnum start= DEMAND
sc config   iphlpsvc start= AUTO
sc config   KeyIso start= DEMAND
sc config   KtmRm start= DEMAND
sc config   LanmanServer start= AUTO
sc config   LanmanWorkstation start= AUTO
sc config   lltdsvc start= DEMAND
sc config   lmhosts start= AUTO
sc config   Mcx2Svc start= DISABLED
sc config   MMCSS start= AUTO
sc config   MpsSvc start= AUTO
sc config   MSDTC start= DEMAND
sc config   MSiSCSI start= DEMAND
sc config   msiserver start= DEMAND
sc config   napagent start= DEMAND
sc config   Netlogon start= DEMAND
sc config   Netman start= DEMAND
sc config   netprofm start= DEMAND
sc config   NetTcpPortSharing start= DISABLED
sc config   NlaSvc start= AUTO
sc config   nsi start= AUTO
sc config   p2pimsvc start= DEMAND
sc config   p2psvc start= DEMAND
sc config   PcaSvc start= DEMAND
sc config   PeerDistSvc start= DEMAND
sc config   pla start= DEMAND
sc config   PlugPlay start= AUTO
sc config   PNRPAutoReg start= DEMAND
sc config   PNRPsvc start= DEMAND
sc config   PolicyAgent start= DEMAND
sc config   Power start= AUTO
sc config   ProfSvc start= AUTO
sc config   ProtectedStorage start= DEMAND
sc config   QWAVE start= DEMAND
sc config   RasAuto start= DEMAND
sc config   RasMan start= DEMAND
sc config   RemoteAccess start= DISABLED
sc config   RemoteRegistry start= DEMAND
sc config   RpcEptMapper start= AUTO
sc config   RpcLocator start= DEMAND
sc config   RpcSs start= AUTO
sc config   SamSs start= AUTO
sc config   SCardSvr start= DEMAND
sc config   Schedule start= AUTO
sc config   SCPolicySvc start= DEMAND
sc config   SDRSVC start= DEMAND
sc config   seclogon start= DEMAND
sc config   SENS start= AUTO
sc config   SensrSvc start= DEMAND
sc config   SessionEnv start= DEMAND
sc config   SharedAccess start= DISABLED
sc config   ShellHWDetection start= AUTO
sc config   SNMPTRAP start= DEMAND
sc config   Spooler start= AUTO
sc config   sppsvc start= AUTO
sc config   sppuinotify start= DEMAND
sc config   SSDPSRV start= DEMAND
sc config   SstpSvc start= DEMAND
sc config   StiSvc start= DEMAND
sc config   swprv start= DEMAND
sc config   SysMain start= AUTO
sc config   TabletInputService start= DEMAND
sc config   TapiSrv start= DEMAND
sc config   TBS start= DEMAND
sc config   TermService start= DEMAND
sc config   Themes start= AUTO
sc config   THREADORDER start= DEMAND
sc config   TrkWks start= AUTO
sc config   TrustedInstaller start= DEMAND
sc config   UI0Detect start= DEMAND
sc config   UmRdpService start= DEMAND
sc config   upnphost start= DEMAND
sc config   UxSms start= AUTO
sc config   VaultSvc start= DEMAND
sc config   vds start= DEMAND
sc config   VSS start= DEMAND
sc config   W32Time start= DISABLED
sc config   wbengine start= DEMAND
sc config   WbioSrvc start= DEMAND
sc config   wcncsvc start= DEMAND
sc config   WcsPlugInService start= DEMAND
sc config   WdiServiceHost start= DEMAND
sc config   WdiSystemHost start= DEMAND
sc config   WebClient start= DEMAND
sc config   Wecsvc start= DEMAND
sc config   wercplsupport start= DEMAND
sc config   WerSvc start= DEMAND
sc config   WinDefend start= AUTO
sc config   WinHttpAutoProxySvc start= DEMAND
sc config   Winmgmt start= AUTO
sc config   WinRM start= DEMAND
sc config   Wlansvc start= DEMAND
sc config   wmiApSrv start= DEMAND
sc config   WMPNetworkSvc start= DEMAND
sc config   WPCSvc start= DEMAND
sc config   WPDBusEnum start= DEMAND
sc config   wscsvc start= AUTO
sc config   WSearch start= DISABLED
sc config   wuauserv start= AUTO
sc config   wudfsvc start= DEMAND
sc config   WwanSvc start= DEMAND


gangkang 发表于 2014-12-7 17:38

我用win7 旗舰64位,前阵子也这样,后来不知不觉好了。

meizy 发表于 2014-12-7 22:09

guangyunjian 发表于 2014-12-7 17:05
把所有默认服务还原试试。
存bat
@echo 恢复windows7系统默认服务


还是老样子~

StormBolt 发表于 2014-12-7 23:03

meizy 发表于 2014-12-7 22:09
还是老样子~

重启了吗,那个批处理只是还原启动状态,重启之后被设为自动的才会启动

大号跳蚤 发表于 2014-12-8 09:09

估计也是优化的结果,看看优化软件的优化列表,看看你干掉的服务,跟网络相关的启用试试,再清理下图标缓存

meizy 发表于 2014-12-8 10:08

StormBolt 发表于 2014-12-7 23:03
重启了吗,那个批处理只是还原启动状态,重启之后被设为自动的才会启动
...

是的,重启了。。。。

meizy 发表于 2014-12-8 10:09

大号跳蚤 发表于 2014-12-8 09:09
估计也是优化的结果,看看优化软件的优化列表,看看你干掉的服务,跟网络相关的启用试试,再清理下图标缓存 ...

我发帖以前已经在这么做了。把与网络有关的服务都打开了。重启后还是依旧{:1_471:}

暴疯狂笑 发表于 2014-12-8 10:10

ed2k://|file|cn_windows_8.1_professional_vl_with_update_x64_dvd_4050293.iso|4136626176|4D2363F9E06BFD50A78B1E6464702959|/

meizy 发表于 2014-12-8 13:01

暴疯狂笑 发表于 2014-12-8 10:10
ed2k://|file|cn_windows_8.1_professional_vl_with_update_x64_dvd_4050293.iso|4136626176|4D2363F9E06BF ...

你太直接了{:1_471:}

我轻易不想重装系统。有N多专业软件不说,还牵扯到OS的双系统。

gudubendan 发表于 2014-12-8 19:37

如果是普通家用电脑没什么重要文件,可以试试 winsockfix这个软件,百度,绿色软件。双击就能用。。一般这个软件是解决,能上Q,上不了网页的问题。

StormBolt 发表于 2014-12-8 20:27

gudubendan 发表于 2014-12-8 19:37
如果是普通家用电脑没什么重要文件,可以试试 winsockfix这个软件,百度,绿色软件。双击就能用。。一般这 ...

这个应该是无关的

meizy 发表于 2014-12-9 22:03

gudubendan 发表于 2014-12-8 19:37
如果是普通家用电脑没什么重要文件,可以试试 winsockfix这个软件,百度,绿色软件。双击就能用。。一般这 ...

应该无关,我是网络正常使用。
但是就是图标显示不正确。
网络与共享中心里显示指定服务未安装。
妈蛋腾讯安全管家应该不会优化的连服务都给我删除了吧。
我把所有开机可以启动的服务都启动了。还是问题依旧!
好像就是系统服务没了。。。
页: [1]
查看完整版本: 可以正常上网但图标显示 未连接