主页被2345的其他域名篡改,一直弹窗?
1、 我也是个电脑小白,被2345篡改困扰了一天,搜索N多经验和办法都没法,最后我就想到这么去拉黑这个网站呢,然后百度出来的是让我在HOSTS文件里添加该域名。我到我的电脑C:\Windows\System32\drivers下一看,里面是空的?显示隐藏文件也没有用,我才知道我被劫持的根本原因在这了。
2、 1,再桌面创建一个文本文档,名为Hosts
3、 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
#127.0.0.1 gilisoft.com
#127.0.0.1 http://soso.applinzi.com/
#127.0.0.1 soso.applinzi.com
4、 3,保存,如果觉得不爽,可以像最后三条一样添加劫持你网站的网址,前面加上#127.0.0.1 空格 ,放入C:\Windows\System32\drivers里,多放几次,电脑会提示你是否替换,确定。然后用电脑管家全盘杀毒后重启便可。
5、 4,重启打开C:\Windows\System32\drivers,你会发现你的文件都回来了,有几个带有2345的文件,直接删除。打开浏览器,发现是空白页,OK解决。
1、如果不是,可以试试其他百度经验里分享的修改注册表等方法。