国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 課堂 > 電腦知識(shí) > 正文

配置正確但該設(shè)備或資源(DNS服務(wù)器)沒有響應(yīng)解決

2024-05-08 14:57:00
字體:
供稿:網(wǎng)友

  您的計(jì)算機(jī)配置似乎是正確的,但該設(shè)備或資源(DNS服務(wù)器)沒有響應(yīng)解決

  這幾天遇到了一個(gè)問題,新買的筆記本在公司老是上不去網(wǎng),ping網(wǎng)關(guān),時(shí)通時(shí)不通,丟包率大約在1%~5%左右,然后我懷疑是網(wǎng)卡驅(qū)動(dòng)或是系統(tǒng)的問題,都重裝了,問題仍然沒有解決,然后我把筆記本拿回家去,家里是電信的寬帶,自動(dòng)獲取ip和DNS那種,在家ping了一晚上網(wǎng)關(guān),沒丟一個(gè)包,ping回環(huán)127.0.0.1也不丟包,肯定不是本的問題我猜。

  公司的上網(wǎng)方式是靜態(tài)路由,綁定MAC,我懷疑是公司的無線路由器有問題,但其他同事的本無線有線都沒問題啊,糾結(jié)。。。然后我就用Win7自帶的網(wǎng)絡(luò)診斷功能診斷了一下,反饋的問題是這樣“您的計(jì)算機(jī)配置似乎是正確的,但該設(shè)備或資源(DNS 服務(wù)器)沒有響應(yīng)”和“Windows 無法與設(shè)備或資源(DNS 服務(wù)器)通信。嘗試訪問的計(jì)算機(jī)或服務(wù)可能臨時(shí)不可用。”,在網(wǎng)上搜,好多方法都沒成功,最后,有人說有可能是打補(bǔ)丁打的,可以恢復(fù)win7默認(rèn)服務(wù)試試,無奈之下,只能先試試了,意料之外,不丟包了,現(xiàn)在把恢復(fù)win7的默認(rèn)服務(wù)的批處理共享下。

  @echo off

  title 【W(wǎng)in7默認(rèn)服務(wù)啟動(dòng)】

  color 3f

  echo 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓

  echo 【使用說明】

  echo 本BAT適用于所有windows7系統(tǒng),由于錯(cuò)誤關(guān)閉某些服務(wù)的恢復(fù)。

  echo 【免責(zé)聲明】本服務(wù)方案適用于普通家庭用戶研究使用,如需關(guān)閉某項(xiàng)服務(wù)請(qǐng)手動(dòng)設(shè)置,使用此方案前退出所有安全類軟件,以免影響打開服務(wù)出錯(cuò),如果您同意就點(diǎn)擊鍵盤任意鍵,不同意直接關(guān)不不會(huì)對(duì)系統(tǒng)有任何改動(dòng)。

  echo.

  echo *****************************************************************************

  echo 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓

  @echo 開始進(jìn)行系統(tǒng)服務(wù)恢復(fù)……

  @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= DEMAND

  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= AUTO

  sc config wuauserv start= AUTO

  sc config wudfsvc start= DEMAND

  sc config WwanSvc start= DEMAND

  以上內(nèi)容保存復(fù)制保存為批處理,就是后綴為bat的文件運(yùn)行即可。


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 乐至县| 乌恰县| 凤凰县| 长阳| 福清市| 织金县| 盘锦市| 九龙城区| 丹凤县| 北票市| 徐水县| 南澳县| 绥棱县| 卢氏县| 邓州市| 阳曲县| 扎赉特旗| 乌拉特中旗| 陇南市| 泸西县| 萨嘎县| 广河县| 松溪县| 华亭县| 平阳县| 永登县| 洛川县| 崇文区| 巢湖市| 永兴县| 利津县| 平顶山市| 赞皇县| 昌黎县| 德阳市| 文登市| 涞源县| 塔河县| 遂平县| 新化县| 靖边县|