您现在的位置是:网站首页> 编程资料编程资料
host 不起作用问题的解决方法 _故障排除_电脑基础_
2023-05-22
299人已围观
简介 host 不起作用问题的解决方法 _故障排除_电脑基础_
这里简单说明下,这个问题的两个原因与解决方法:
第一种: 需要修过注册表
最近有同仁反应hosts不起作用,在网上找了很久,只找到大部分都是下面这篇文章,但看了有问题的客户机,发现需要修正的设定是相同的,所以应该不是这个解决办法!
由于的 需要,经常要修改C:\windows\system32\drivers\etc\hosts里面的域名指向。可是莫名其妙的是,自己电脑上的 hosts文件修改了没有作用,google几天没有结果,郁闷。所幸的是还是找到了一篇高人的文章,原来是把 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters里面的"DataBasePath"类型从"REG_SZ"修改为"REG_EXPAND_SZ"就OK了(需要 重新启动计算机),据说可能是安装MSN 7.0/7.5后类型被修改了,而微软对这个完全没有说明,FT。
全文如下
Open regedit and browse to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters
Examine "DataBasePath" key in this node carefully.
If the path is set to %SystemRoot%\System32\drivers\etc and the key type is anything but REG_EXPAND_SZ, that is is your problem.
If the type is REG_SZ, edit the DatabasePathregistry keyand hardcode th entire path (remove the env variable)
e.g. c:\windows\system32\drivers\etc
or
delete the existing registry key and create a new key by the same name (DataBasePath) of type REG_EXPAND_SZ and set the value to %SystemRoot%\System32\drivers\etc
Files in etc dir should now be enabled.
Why did this happen to you? Most likely you installed MSN Messenger 7.0/7.5 which changed the type of this key.
Why did it do that, why didn't it inform you of what it has done? Ask Bill gates?
Is it documented anywere? Not to the best of my knowledge.
不过在查找的时候发现有一个人的回复是,“保证格式和权限正确”,这倒提醒了我,查看hosts文件的权限,果然这个文件没有集成这个文件夹的权限,于是修改权限,问题解决!
总结:对于的系统参数,一个要格式正确外,一定要注意权限的设定,这个很容易被忽略掉。但问题在于这个文件从外部拷贝进来,为什么权限没有被文件夹自动覆盖掉,不解!
第二种:因为书写顺序不对(我就是因为这个原因)
应该是先写 ip[tab]域名的格式
例如: 127.0.0.1 www.cctv.com
第一种: 需要修过注册表
最近有同仁反应hosts不起作用,在网上找了很久,只找到大部分都是下面这篇文章,但看了有问题的客户机,发现需要修正的设定是相同的,所以应该不是这个解决办法!
由于的 需要,经常要修改C:\windows\system32\drivers\etc\hosts里面的域名指向。可是莫名其妙的是,自己电脑上的 hosts文件修改了没有作用,google几天没有结果,郁闷。所幸的是还是找到了一篇高人的文章,原来是把 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters里面的"DataBasePath"类型从"REG_SZ"修改为"REG_EXPAND_SZ"就OK了(需要 重新启动计算机),据说可能是安装MSN 7.0/7.5后类型被修改了,而微软对这个完全没有说明,FT。
全文如下
Open regedit and browse to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters
Examine "DataBasePath" key in this node carefully.
If the path is set to %SystemRoot%\System32\drivers\etc and the key type is anything but REG_EXPAND_SZ, that is is your problem.
If the type is REG_SZ, edit the DatabasePathregistry keyand hardcode th entire path (remove the env variable)
e.g. c:\windows\system32\drivers\etc
or
delete the existing registry key and create a new key by the same name (DataBasePath) of type REG_EXPAND_SZ and set the value to %SystemRoot%\System32\drivers\etc
Files in etc dir should now be enabled.
Why did this happen to you? Most likely you installed MSN Messenger 7.0/7.5 which changed the type of this key.
Why did it do that, why didn't it inform you of what it has done? Ask Bill gates?
Is it documented anywere? Not to the best of my knowledge.
不过在查找的时候发现有一个人的回复是,“保证格式和权限正确”,这倒提醒了我,查看hosts文件的权限,果然这个文件没有集成这个文件夹的权限,于是修改权限,问题解决!
总结:对于的系统参数,一个要格式正确外,一定要注意权限的设定,这个很容易被忽略掉。但问题在于这个文件从外部拷贝进来,为什么权限没有被文件夹自动覆盖掉,不解!
第二种:因为书写顺序不对(我就是因为这个原因)
应该是先写 ip[tab]域名的格式
例如: 127.0.0.1 www.cctv.com
相关内容
- 电脑开机显示器显示无信号怎么办?(各种诊断方法总结)_故障排除_电脑基础_
- 关于安装系统时格式化之后重启出现GRUB提示的解决方法_故障排除_电脑基础_
- 淘宝登录不了淘宝网页打不开的解决方法_故障排除_电脑基础_
- 电脑自动关机的原因是什么?电脑自动关机原因揭秘_故障排除_电脑基础_
- 电脑本地连接出现收到数据包字节比发送的数据包字节少很多_故障排除_电脑基础_
- 摆平电脑突发故障(遭遇停电或自动关机)的方法_故障排除_电脑基础_
- 电脑开机自动断电故障原因 简要分析三个故障问题_故障排除_电脑基础_
- 通过可靠性监视器可以快速锁定导致“资源管理器停止响应”的程序_故障排除_电脑基础_
- 重建图标缓存解决杀毒后桌面上的图标显示异常_故障排除_电脑基础_
- 电脑自动重启解决办法(图文方法)_故障排除_电脑基础_
