今天小编给大家分享一下电脑hosts文件没有了如何解决的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来了解一下吧。
电脑没有hosts文件解决办法:
首先在系统桌面空白处右击鼠标选择新建、选择文本文档。
如果第一步操作正确那么就可以创建出一个如下图一样的文本文档。
将一下内容复制到创建好的文本文档中:
# 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文本的时候选择保存内容。
回到系统桌面右击txt文本然后选择重命名,将新建文本文档txt修改为hosts!注意不要有任何多余的空格或者是符号。
将已经修改好的文档直接从桌面拖到C:\Windows\System32\drivers\etc目录中即可解决hosts文件没有了的问题。
以上就是“电脑hosts文件没有了如何解决”这篇文章的所有内容,感谢各位的阅读!相信大家阅读完这篇文章都有很大的收获,小编每天都会为大家更新不同的知识,如果还想学习更多的知识,请关注编程网行业资讯频道。