steam总是连不上网

查看 40|回复 1
作者:致-逝   
Steam连不上网,提示118和105.
之前经常连不上但是偶尔也能玩,两个月没玩现在基本就是连不上的状态了。
打开CSGO会提示连接到任意服务器失败。

不上网, 连不上

yuner5920   

[C#] 纯文本查看 复制代码@echo off
netsh winsock reset
ipconfig/flushdns
netsh int ip reset
echo.
@echo #127.0.0.1 localhost > %SystemRoot%\System32\drivers\etc\hosts
echo.
@echo #127.0.0.1 localhost > %SystemRoot%\System32\drivers\etc\hosts.ics
echo.
@echo #127.0.0.1 localhost > %SystemRoot%\System32\drivers\etc\hosts.dz
echo.
netsh interface ip set address name="WLAN" dhcp
netsh interface ip set dns name="WLAN" dhcp
netsh interface ip set address name="以太网" dhcp
netsh interface ip set dns name="以太网" dhcp
echo.
shutdown -r -t 60
goto end
复制上面,新建一个文本文件吧后缀文件改成BAT格式!
右键以管理员方式运行!
看下能不能解决!
您需要登录后才可以回帖 登录 | 立即注册

返回顶部