- UID
- 191285
- 帖子
- 176
- 精华
- 0
- 贡献
- 0
- 推广
- 0
- 有效BUG
- 0
- 注册时间
- 2009-3-31
|
本帖最后由 heroxs 于 2010-2-11 17:05 编辑
修改hosts文件上chrome扩展官方网站
在hosts文件(在c:\Windows\System32\DRIVERS\etc\hosts)后面添加这两行
- 74.125.39.99 clients2.google.com
- 74.125.39.99 chrome.google.com
复制代码
可能需要去除hosts文件的系统、只读、隐藏属性,可以打开“命令提示符”(或开始→运行,输入CMD.EXE)蓝色的是要手工输入的,可以复制/粘贴。
c:\>cd \Windows\System32\DRIVERS\etc
c:\Windows\System32\DRIVERS\etc>attrib -s -r -h hosts
然后编辑hosts文件添加上面2行后保存,再
c:\Windows\System32\DRIVERS\etc>attrib +s +r +h hosts
c:\Windows\System32\DRIVERS\etc>exit
重新试一下访问官方扩展网站,应该可以打开了。
. |
|