微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

hosts文件没有了怎么办?电脑没有hosts文件解决办法

hosts文件是存在于我们电脑中的一种功能文件,今天小编为大家带来的就是电脑没有hosts文件解决办法!感兴趣的话就快来看看吧。

【hosts文件问题解答大全】

电脑没有hosts文件解决办法:

1、首先在系统桌面空白处右击鼠标选择新建、选择文本文档

2、如果第一步操作正确那么就可以创建出一个如下图一样的文本文档

3、将一下内容复制到创建好的文本文档中:

# 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

#127.0.0.1 gilisoft.com

完成以上标红内容复制后在关闭txt文本的时候选择保存内容

4、回到系统桌面右击txt文本然后选择重命名,将新建文本文档txt修改hosts!注意不要有任何多余的空格或者是符号。

5、将已经修改好的文档直接从桌面拖到C:WindowsSystem32driversetc目录中即可解决hosts文件没有了的问题。

(以上就是hosts文件没有了怎么办的所有内容!如果对您的问题带来了帮助,请关注编程之家我们会为你带来更多优秀文章

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐