如何修改pscs4中的hosts文件?

如何修改pscs4中的hosts文件?,第1张

你要把hosts属性里的只读取消,然后再输入,保存。如果是win7,

一般这个hosts文件是无法修改的,这样你必须重新设置一下权限。

鼠标右键-->属性-->安全-->单击“编辑”-->组或用户名那选“Users”-->然后把“完全控制”那的勾打上就可以了-->最后确定退出就OK了,可以修改了

.

hosts文件修改方法是:

1、Hosts文件主要是定义IP地址和主机名的映射关系,是一个映射IP地址和主机名的规定,它可以用文本打开,当用户在浏览器中输入一个需要登录的网址时,系统会首先自动从Hosts文件中寻找对应的IP地址,一旦找到,浏览器会立即打开对应网页,如果没有找到,则浏览器会将网址提交DNS服务器进行IP地址解析,是提高快速打开网页的一种方法;

2、Hosts文件位置在windows xp/2003/vista/2008/7/8用户HOSTS文件在“c:\windows\system32\drivers\etc;

3、Hosts文件修复

(1)将hosts文件复制到桌面,用记事本打开;

(2)删除记事本的全部内容,将以下内容复制后放入文件然后保存:

# 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;

(3)将修改后的hosts文件放入c:\windows\system32\drivers\etc替换以前的hosts文件,修复完成。


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/tougao/8004866.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-12
下一篇 2023-04-12

发表评论

登录后才能评论

评论列表(0条)

保存