zoukankan      html  css  js  c++  java
  • Win8.1 Metro应用无法联网终极解决方法

    Win8.1 Metro应用无法联网终极解决方法:

    一、删除注册表中:HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries

          所有内容

    二、把以下内容导入注册表

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries]
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000001]
    "LibraryPath"="%SystemRoot%\system32\napinsp.dll"
    "DisplayString"="@%SystemRoot%\system32\napinsp.dll,-1000"
    "ProviderId"=hex:a2,cb,4a,96,bc,b2,eb,40,8c,6a,a6,db,40,16,1c,ae
    "SupportedNameSpace"=dword:00000025
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000000
    "ProviderInfo"=hex:
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000002]
    "LibraryPath"="%SystemRoot%\system32\pnrpnsp.dll"
    "DisplayString"="@%SystemRoot%\system32\pnrpnsp.dll,-1000"
    "ProviderId"=hex:ce,89,fe,03,6d,76,76,49,b9,c1,bb,9b,c4,2c,7b,4d
    "SupportedNameSpace"=dword:00000027
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000000
    "ProviderInfo"=hex:
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000003]
    "LibraryPath"="%SystemRoot%\system32\pnrpnsp.dll"
    "DisplayString"="@%SystemRoot%\system32\pnrpnsp.dll,-1001"
    "ProviderId"=hex:cd,89,fe,03,6d,76,76,49,b9,c1,bb,9b,c4,2c,7b,4d
    "SupportedNameSpace"=dword:00000026
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000000
    "ProviderInfo"=hex:
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000004]
    "LibraryPath"="%SystemRoot%\system32\NLAapi.dll"
    "DisplayString"="@%SystemRoot%\system32\nlasvc.dll,-1000"
    "ProviderId"=hex:3a,24,42,66,a8,3b,a6,4a,ba,a5,2e,0b,d7,1f,dd,83
    "SupportedNameSpace"=dword:0000000f
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000000
    "ProviderInfo"=hex:
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000005]
    "LibraryPath"="%SystemRoot%\System32\mswsock.dll"
    "DisplayString"="@%SystemRoot%\system32\wshtcpip.dll,-60103"
    "ProviderId"=hex:40,9d,05,22,9e,7e,cf,11,ae,5a,00,aa,00,a7,11,2b
    "SupportedNameSpace"=dword:0000000c
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000001
    "ProviderInfo"=hex:
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesWinSock2ParametersNameSpace_Catalog5Catalog_Entries00000000006]
    "LibraryPath"="%SystemRoot%\System32\winrnr.dll"
    "DisplayString"="@%SystemRoot%\System32\winrnr.dll,-1000"
    "ProviderId"=hex:ee,37,26,3b,80,e5,cf,11,a5,55,00,c0,4f,d8,d4,ac
    "SupportedNameSpace"=dword:00000020
    "Enabled"=dword:00000001
    "Version"=dword:00000000
    "StoresServiceClassInfo"=dword:00000000
    "ProviderInfo"=hex:
    

    注销后重启,Metro应用联网正常。

  • 相关阅读:
    数据结构与算法之“图”
    数据结构与算法之队列、栈
    数据结构与算法之二叉搜索树
    ue mobile GI
    ue ios 用xcode 断点debug手机 显示call stack的环境搭建 /instrument 显示线程名/stat filestart
    ue 后效里宏的设置
    ue上 sceneColorMobile 在android 和ios上表现不同的问题
    减少ue编译shader的时间
    ue 搭建android/ios联机 debug环境
    对曝光的理解 autoExposure
  • 原文地址:https://www.cnblogs.com/yechuan/p/3548155.html
Copyright © 2011-2022 走看看