本帖最后由 ask0199 于 2011-12-8 15:11 编辑
自己已经找到了...
代码如下:- @echo off
- attrib -s -r -h C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 qq.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.qq.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.youku.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.tudou.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.xunlei.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.56.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 220.179.115.42>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.iqiyi.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 tv.sohu.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.pptv.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.letv.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 v.ifeng.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.cntv.cn>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.imgo.tv>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.jstv.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.umiwi.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.smgbb.cn>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.umiwi.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 video.sina.com.cn>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.m1905.com>>C:\WINDOWS\system32\drivers\etc\hosts
- echo 192.168.22.23 www.ku6.com>>C:\WINDOWS\system32\drivers\etc\hosts
- attrib +s +r C:\WINDOWS\system32\drivers\etc\hosts
- echo OK
- pause>nul
复制代码 主要就是将网站地址映射到前面的IP地址上..用户只要打开上面指定的网站,将自动跳转到前面的IP上,由于我的IP是随意输入的,所以会导致IE页面出现"该页无法显示"
另外附上解决的办法:
首先你必须是管理员的权限..如果你在一家公司,电脑是统一使用域管理....网管使用这个批处理来折磨你(我就是网管.用这方法折磨过我看着不爽的员工)...你就自求多福吧...因为你没有权限..废话不说了,进入正题:
首先先打开你的系统盘,在此以C盘为例..
C:\WINDOWS\system32\drivers\etc\
根据上面的路径找到一个名字为 hosts 的文件..右击该文件,点击属性,将其的只读属性的勾给取消掉.然后用记事本文件打开它..最后找到你添加的站点,删除..然后保存..即可 |