1.开加速器
2.修改本地host文件
2.1 如果在C:\Windows\System32\drivers\etc路径下没有找到host文件,请在CMD中输入以下命令,然后另存为到C:\Windows\System32\drivers\etc路径下即可
修复host用到以下代码:
for /f %P in ('dir %windir%\WinSxS\hosts /b /s') do copy %P %windir%\System32\drivers\etc & echo %P & Notepad %P
如果host文件不显示,cmd中在执行以下代码去掉该文件的隐藏,只读属性
attrib c:\windows\system32\drivers\etc\hosts -s -h -r
2.2 把以下解析放进host文件内容最后
141.147.180.87 api.palworldgame.com
23.1.101.125 store.steampowered.com
3.用梯子