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