电脑莫名联不上网

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/

转载于:https://www.cnblogs.com/hiSunshine/p/3735511.html

联不上网 Unable to initialize Windows Sockets interface. General failure.相关推荐

  1. Windows ping General failure.

    Windows ping 返回 "General failure" 常规失败,没有网络,无法上网,这时候也许只需要使用管理员权限启动CMD并执行 netsh reset winso ...

  2. Windows Sockets 错误码及出错原因

    From: http://blog.csdn.net/mjay1234/article/details/7684316 Windows Sockets在头文件winsock.h中定义了所有的错误码,它 ...

  3. 手机能上网,电脑联不上网

    网断了,重新连之后手机能联网,电脑联不上网 百度说使用 ipconfig/release + ipconfig/renew 输入ipconfig 提示既不是内部命令也不是外部命令 将系统变量的path ...

  4. Windows Sockets Error Codes

    本文是转载文章,转自: https://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx Windows ...

  5. java.net.SocketException: Unrecognized Windows Sockets error: 10106: create which imposes a more or

    今天执行一个一直没问题的java程序,突然报错了 上网找了解决办法 转载自:https://bugs.mojang.com/browse/MC-81575 操作步骤: 1.cmd 中执行命令 nets ...

  6. 【Tomcat】Unrecognized Windows Sockets error: 10106: Socket creation failed

    tomcat8启动过程中报如下错误30-Nov-2017 22:45:52.892 严重 [main] org.apache.catalina.core.StandardServer.await St ...

  7. Windows Sockets错误标识及对应解释

    WSAETIMEDOUT 对应 linux 的 ETIMEDOUT WSAETIMEDOUT 对应 linux 的 ETIMEDOUT IdWinsock2.pas 文件中也有说明. Windows ...

  8. java recv failed,jmeter压测报错Unrecognized Windows Sockets error: 0: recv failed

    问题描述 jmeter并发数500,ramp-up=0报错: 错误1 java.net.SocketException: Unrecognized Windows Sockets error: 0: ...

  9. pb - unable to initialize client library context

    电脑一主程序正常,打开另一程序时,总是提示 unable to initialize client library context 从DSEDIT发现 "Loaded the Dynamic ...

最新文章

  1. java语言二维数组转置_java实现二维数组转置的方法示例
  2. windows pxe 安装linux,菜鸟学Linux 第103篇笔记 pxe自动化安装linux
  3. 蚂蚁金服蓝绿发布实践
  4. CCS新建BIOS工程的设置问题
  5. BZOJ 5330 Luogu P4607 [SDOI2018]反回文串 (莫比乌斯反演、Pollard Rho算法)
  6. 一个孩子能长大成人到底有多不容易? | 今日最佳
  7. 纪念中学15-5(=10)天感想
  8. php判断 二维数组中 是否 存在某个一维数组
  9. python中exchange函数使用_python基于exchange函数发送邮件过程详解
  10. 【Flink】Flink 状态恢复报错 StateMigrationException For heap backendsthe new state serializer must not be
  11. 百度地图API的第一次接触——右键菜单
  12. 归档日志存在arch_还在用ELK? 是时候了解一下轻量化日志服务Loki了
  13. Swift 中函数使用指南
  14. EasyCVR通过Ehome协议接入设备,获取RTSP流地址异常如何解决?
  15. 前端所有安全问题总结
  16. 神州数码云平台网络环境
  17. oho,找工作有点难度
  18. 爱学习的小虫子——Who Am I ?
  19. Android脑图--Android动画
  20. 浪漫--》“慢”+“浪”

热门文章

  1. linux中使用apt-get安装软件包的时候报错:E: Could not get lock /var/lib/dpkg/lock-frontend
  2. ssh连接服务器出现:ssh: connect to host 192.168.1.107 port 22: Connection refused 的解决方法
  3. matlab求kcf算法响应图_剖析KCF
  4. spring mvc中filter的设计与实现
  5. java I/O思维导图
  6. LeetCode Reverse String(字符串反转)
  7. LeetCode Convert Sorted List to Binary Search Tree(有序单链表转为平衡二叉树)
  8. Drawer的使用(一):xml文件中使用
  9. Android网络传输中必用的两个加密算法:MD5 和 RSA (附java完成测试代码)
  10. JDK版本Java SE、Java EE、Java ME的区别