2023年11月25日发(作者:)

win7hosts⽂件损坏被恶意篡改怎么办win7系统hosts⽂件

修复⽅法

Hosts是⼀个没有扩展名的系统⽂件,可以⽤记事本等⼯具打开,其作⽤就是将⼀些常⽤的⽹址域名与其对应的IP地址建⽴⼀

个关联数据库,当⽤户在浏览器中输⼊⼀个需要登录的⽹址时,系统会⾸先⾃动从Hosts⽂件中寻找对应的IP地址,⼀旦找

到,系统会⽴即打开对应⽹页,如果没有找到,则系统再会将⽹址提交DNS域名解析服务器进⾏IP地址的解析。当⽤户输⼊

⼀个⽹址后,系统会从hosts⽂件中寻找对应的IP地址,然后浏览器才能打开⽹页。如果碰到hosts⽂件损坏了或者被恶意篡改

了要怎么办呢?下⾯就⼀起来看看hosts⽂件修复⽅法。

1、⾸先我们需要找到hosts⽂件在哪⾥,其位于c:windowssystem32driversetc项中。

2、你可以直接按组合键win+r打开运⾏,输⼊c:windowssystem32driversetc按回车,就可以找到了。

3、找到hosts⽂件后将其复制到桌⾯,⽤记事本打开。

4、删除记事本的全部内容,将以下内容复制到⽂件中然后保存:

# Copyright (c) 1993-2009 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 # source server# 38.25.63.10 # x client host

# localhost name resolution is handled within DNS itself.# 127.0.0.1 localhost# ::1 localhost

5、然后将修改后的hosts⽂件放到c:windowssystem32driversetc来替换以前的hosts⽂件,即可完成修复。

以上所述是⼩编给⼤家介绍的win7系统 hosts⽂件修复⽅法 ,希望对⼤家有所帮助,如果⼤家有任何疑问请给我留⾔,⼩编会

及时回复⼤家的。在此也⾮常感谢⼤家对⽹站的⽀持!