默认主页被www.5015.cn更改

来源:百度知道 编辑:UC知道 时间:2024/09/26 13:45:21
不仅默认主页被改,而且桌面上还出现了两个网址的快捷方式,注册表,360,瑞星都用了,没用,那两个快捷方式删了等下策启动系统又回来了

解决办法1.修改主页
复制下面内容到记事本中,保存为后缀为.bat的文件 运行

taskkill /f /im hao123.exe
del "%windir%\system32\go.bat" /q /f
del "%windir%\system32\hao123.exe" /q /f
del "%windir%\system32\hao123.zip" /q /f
del "%windir%\system32\lnternet Explorer.lnk" /q /f
rd %windir%\system32\1 /s /q
rd %windir%\system32\2 /s /q
rd %windir%\system32\3 /s /q
reg add "HKEY_CLASSES_ROOT\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\shell\OpenHomePage\Command" /ve /t REG_SZ /d "C:\Program Files\Internet Explorer\iexplore.exe" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d about:blank /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Search Page" /t RE