
1、打开C:\Windows\System32\drivers\etc文件夹。
2、选中hosts文件,由于hosts文件为特殊文件,所以是没有扩展名。hosts直接双击无法直接打开,双击打开后,在出现的【打开方式列表中】需要选择由【记事本】打开。
3、打开hosts文件后,host文件的内容将显示在记事本中。
4、在打开host文件的记事本中,最末一行输入回车使其另起一行并在新行中输入IP地址和对应网址,格式为IP空格网址。
例如添加www.taobao.com网址,格式为:221.178.18.188www.taobao.com。
5、添加完网址后,点击记事本【文件】菜单【保存】后关闭文件即可。
用记事本打开C:\WINDOWS\system32\drivers\etc目录下的hosts文件,原文件的内容如下:# 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
在最下面添加一行,先输入IP地址,然后输入网址,中间用几个空格隔开:
比如
11.22.33.44 www.abcd.com
如果要添加多个网址,用同样的方法,在下面添加多行。
如果要屏蔽某个网址,输入无效的IP地址;
如果要解析指定的网址,输入正确的IP地址。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)