We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用cfst_hosts.bat后 无法访问网络
提示网络配置器没有启动TCP/IP服务
使用批处理命令修复 chcp 65001 @echo off echo 正在重置网络设置...
echo 重置 Winsock 目录... netsh winsock reset echo 完成。
echo 重置 IP 配置... netsh int ip reset echo 完成。
echo 释放当前 IP 配置... ipconfig /release echo 完成。
echo 更新 IP 配置... ipconfig /renew echo 完成。
echo 重置 WinHTTP 代理设置... netsh winhttp reset proxy
echo 清除 DNS 缓存... ipconfig /flushdns
echo 重置 IP 设置... netsh int ip reset resetlog.txt
echo 重启网络服务... net stop dnscache net start dnscache echo 完成。
echo 所有操作已完成,请重新启动计算机。 pause
网络断断续续可用 ping各种网站 提示一般故障
CloudflareST_windows_amd64.zip v2.2.5
No response
The text was updated successfully, but these errors were encountered:
cfst_hosts.bat 脚本代码非常简单(我也都加了注释),就是 CloudflareST 测速并获取结果中最快的一个 IP,然后替换掉 hosts 文件里的旧 Cloudflare CDN IP(第一次运行脚本时会让你填写这个)。
cfst_hosts.bat
就算操作错误哪里出问题,也只会影响到 hosts 文件(而且脚本每次替换前都会备份 hosts 为 hosts_backup),不会影响系统其他什么的,更别说是 网络配置器没有启动TCP/IP服务 了,所以请检查你当时是不是还做了其他什么操作。
hosts
hosts_backup
网络配置器没有启动TCP/IP服务
另外,还有一种可能性,你可以看一看 #228 ,不过这现在已经是小概率事件了,自从我将延迟测速线程 500 调低为 200 后,就很少有人遇到了。
Sorry, something went wrong.
No branches or pull requests
问题描述
使用cfst_hosts.bat后 无法访问网络
提示网络配置器没有启动TCP/IP服务
使用批处理命令修复
chcp 65001
@echo off
echo 正在重置网络设置...
echo 重置 Winsock 目录...
netsh winsock reset
echo 完成。
echo 重置 IP 配置...
netsh int ip reset
echo 完成。
echo 释放当前 IP 配置...
ipconfig /release
echo 完成。
echo 更新 IP 配置...
ipconfig /renew
echo 完成。
echo 重置 WinHTTP 代理设置...
netsh winhttp reset proxy
echo 清除 DNS 缓存...
ipconfig /flushdns
echo 重置 IP 设置...
netsh int ip reset resetlog.txt
echo 重启网络服务...
net stop dnscache
net start dnscache
echo 完成。
echo 所有操作已完成,请重新启动计算机。
pause
网络断断续续可用 ping各种网站 提示一般故障
软件版本
CloudflareST_windows_amd64.zip v2.2.5
附加截图
No response
The text was updated successfully, but these errors were encountered: