您的位置首页生活百科

Host文件恢复

Host文件恢复

的有关信息介绍如下:

Host文件恢复

小编我经常重装系统,发现网上下载的镜像文件大多是被修改的,进入刚装好的系统输入 http://127.0.0.1发现转到其他绑定网页了。那么我们如何恢复呢?

查找host文件

32位 C:\WINDOWS\system32\drivers\etc\hosts

64位 C:\WINDOWS\system64\drivers\etc\hosts

用记事本打开host文件 复制黏贴以下内容

# 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

保存