zoukankan      html  css  js  c++  java
  • 联不上网 Unable to initialize Windows Sockets interface. General failure.

    电脑莫名联不上网

    Unable to initialize Windows Sockets interface. General failure.

    Unable to initialize the Windows Sockets interface, error code XXXX

    ipconfig /all显示

    Subnet Mask . . . . . . . . . . . : 0.0.0.0

    解决:

     命令行输入netsh winsock reset catalog

    Your winsock is broke
    Unable to initialize Windows Sockets interface. General failure.
    Unable to initialize Windows Sockets interface. General failure.
    Unable to initialize the Windows Sockets interface, error code 10107.

    from a cmd prompt type

    netsh winsock reset catalog
    netsh int ip reset reset.log

    press return after each line.

    Reboot and see if it work if not
    then from a cmd prompt type

    sfc /scannow

    then post the same test again

    http://www.pchelpforum.com/threads/cant-connect-to-the-internet.114302/

  • 相关阅读:
    二维数组中的查找
    循环语句
    掷骰子游戏和条件语句
    类型转换与键盘输入
    运算符(2)
    运算符(1)
    面向对象(2)
    面向对象(1)
    理解几种排序方法
    优盘、移动硬盘简便制作启动盘
  • 原文地址:https://www.cnblogs.com/hiSunshine/p/3735511.html
Copyright © 2011-2022 走看看