当前位置:网站首页>Can go to QQ but can't open the web page
Can go to QQ but can't open the web page
2022-07-27 19:55:00 【Journey of Xiaobai】
Today, I found that the web page suddenly couldn't be opened , But the laptop network connection is normal , Finally, it was found that it was dependent TCP/IP There's something wrong with the agreement , The solution is as follows :
1、 Start —— function ——regedit.exe, Open registry editor , Delete the following two files : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock and HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2
2、 find C:\Windows\inf\nettcpip.inf file The document is tcp/ip Agreement documents
3、 Control panel -> The Internet and Internet-> Network and Sharing Center -> Change adapter settings -> Right click to connect -> attribute
First choose TCP/IPv6-> install -> agreement -> add to -> Install from disk -> Then browse through the path and find no 2 Find the file path in step nettcpip.inf, OK then select “TCP/IPv6”.
about ipv4 The agreement repeats the same operation , The final choice TCP/IPv4, namely : TCP/IPv4-> install -> agreement -> add to -> Install from disk -> Then browse through the path and find no 2 File path in step ,nettcpip.inf And then choose “TCP/IPv4”.
Be accomplished , The browser is finally working
边栏推荐
猜你喜欢

VS2017#include 'xxx.h'

JS event listening mouse keyboard form page onclick onkeydown onchange

高手勿进!写给初中级程序员以及还在大学修炼的“准程序员”的成长秘籍

Detailed explanation of the underlying data structure of redis

全局函数

Come to sword finger offer 03. Repeated numbers in the array

Virtualbox:ssh connection

Intent (whether there is return value to jump)

Datepicker and TimePicker

Session攻击
随机推荐
JVM概述和内存管理(未完待续)
C171:考勤系统
Intent(有无返回值得跳转)
Oracle 简单的高级查询
[basic knowledge of deep learning - 49] kmeans
Publish your own NPM component library
Gesturedetector (gesture recognition)
发布自己的npm组件库
Matplotlib (basic usage)
静态试验。2021.01 .13
【C#网络应用编程】实验3:进程管理练习
5W bonus pool / for colleges and universities, 2022 legal science and technology innovation competition is in progress
pytorch 常见报错
DNSSEC verification with dig [verify DNSSEC with dig]
Broadcastreceiver (broadcast)
ReferenceError: __ dirname is not defined in ES module scope
[basic knowledge of deep learning - 45] distance calculation methods commonly used in machine learning
Detailed interpretation of IEC104 protocol (I) protocol structure
[basic knowledge of deep learning - 47] Bayesian networks and naive Bayes
JS 事件监听 鼠标 键盘 表单 页面 onclick onkeydown onChange