Hosts是一個(gè)沒(méi)有擴(kuò)展名的系統(tǒng)文件,可以用記事本等工具打開(kāi),其作用就是將一些常用的網(wǎng)址域名與其對(duì)應(yīng)的IP地址建立一個(gè)關(guān)聯(lián)“數(shù)據(jù)庫(kù)”,當(dāng)用戶在瀏覽器中輸入一個(gè)需要登錄的網(wǎng)址時(shí),系統(tǒng)會(huì)首先自動(dòng)從Hosts文件中尋找對(duì)應(yīng)的IP地址,一旦找到,系統(tǒng)會(huì)立即打開(kāi)對(duì)應(yīng)網(wǎng)頁(yè),如果沒(méi)有找到,則系統(tǒng)再會(huì)將網(wǎng)址提交DNS域名解析服務(wù)器進(jìn)行IP地址的解析。當(dāng)用戶輸入一個(gè)網(wǎng)址后,系統(tǒng)會(huì)從hosts文件中尋找對(duì)應(yīng)的IP地址,然后瀏覽器才能打開(kāi)網(wǎng)頁(yè)。如果碰到hosts文件損壞了或者被惡意篡改了要怎么辦呢?下面就一起來(lái)看看hosts文件修復(fù)方法。
1、首先我們需要找到hosts文件在哪里,其位于c:\windows\system32\drivers\etc項(xiàng)中。
2、你可以直接按組合鍵win+r打開(kāi)運(yùn)行,輸入c:\windows\system32\drivers\etc按回車,就可以找到了。
3、找到hosts文件后將其復(fù)制到桌面,用記事本打開(kāi)。
4、刪除記事本的全部?jī)?nèi)容,將以下內(nèi)容復(fù)制到文件中然后保存:
# 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 rhino.acme.com # source server# 38.25.63.10 x.acme.com # x client host
# localhost name resolution is handled within DNS itself.# 127.0.0.1 localhost# ::1 localhost
5、然后將修改后的hosts文件放到c:\windows\system32\drivers\etc來(lái)替換以前的hosts文件,即可完成修復(fù)。
以上所述是小編給大家介紹的win7系統(tǒng) hosts文件修復(fù)方法 ,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!