永发信息网

怎么禁止访问某些网站。

答案:6  悬赏:30  手机版
解决时间 2021-05-23 23:25
  • 提问者网友:轮囘Li巡影
  • 2021-05-23 01:59

要把图片也要禁止掉

最佳答案
  • 五星知识达人网友:白昼之月
  • 2021-05-23 02:13

打开工具,IE选项,把要屏蔽的网站复制上去就可以,真不知道楼上说的是什么,。无语

全部回答
  • 1楼网友:舍身薄凉客
  • 2021-05-23 06:00

把那些网站添加到 hosts文件里面.

例如,要限制访问淘宝网和腾讯主页,把下面这段复制到记事本,然后另存为 hosts.bat,然后双击就可以了.同理,中间 echo 127.0.0.1 ********* >>%systemroot%\system32\drivers\etc\hosts 那行可以无限复制(需要限制几个就复制几行),然后把网址替换成你要限制的就可以了....

@echo off cls

echo.>>%systemroot%\system32\drivers\etc\hosts echo 127.0.0.1 www.taobao.com >>%systemroot%\system32\drivers\etc\hosts

echo 127.0.0.1 www.QQ.com >>%systemroot%\system32\drivers\etc\hosts

exit

  • 2楼网友:鸽屿
  • 2021-05-23 05:09

有很多办法,QQ电脑管家,很方便,很简单。

下载地址 http://pcmgr.qq.com/

你禁止儿童上网还是什么?

  • 3楼网友:空山清雨
  • 2021-05-23 04:34

你有安装防火墙的话,直接在防火墙里面设置黑名单就好啦~像金山网盾,360网盾都有哦~。

你修改防火墙的黑名单,图片也会自动禁止掉的。

  • 4楼网友:末日狂欢
  • 2021-05-23 03:46
网上的答案。 利用的是系统里面的hosts文件 Step1:进入Windows目录(Win9x)或者Winnt/System32/Drivers/Etc(Win2K),找到这个文件夹里面的hosts文件(没有后缀). Step2:右键点该文件,选择打开方式,选择记事本,大致内容应该如下: # Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost Step3:添加你要禁止的网站,例如你要禁止3721的网站 则输入(#号代表忽略该行) #禁止3721.随便写的 127.0.0.1 www.3721.com 然后保存为hosts即可.注意,一定不能有后缀!!!
  • 5楼网友:行雁书
  • 2021-05-23 02:29
首先浏览该网,再用记事本打开HOSTS文件,找到该网地址,修改该网的IP地址,保存后修改文件属性为只读就行了
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯