标题: [系统相关] [已解决]win7 64系统,ie11属性,修改不了?新问题,直接看4楼 [打印本页]
作者: ygqiang 时间: 2018-9-29 17:49 标题: [已解决]win7 64系统,ie11属性,修改不了?新问题,直接看4楼
[已解决]win7 64系统,ie11属性,修改不了。如何处理?
新问题,直接看4楼
注册表都修过了。- Windows Registry Editor Version 5.00
-
- [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
- "Search Page"="https://www.baidu.com/"
- "Start Page"="https://www.baidu.com/"
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN]
- "Default_Search_URL"="https://www.baidu.com/"
- "Default_Page_URL"="https://www.baidu.com/"
- "Search Page"="https://www.baidu.com/"
- "Start Page"="https://www.baidu.com/"
-
-
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
- "SearchAssistant"="https://www.baidu.com/"
- "CustomizeSearch"="https://www.baidu.com/"
复制代码
作者: flashercs 时间: 2018-9-29 19:40
这是有恶意软件直接在内存中劫持主页了,注册表修改是无效的,人家内存锁定死死的。
作者: 断桥 时间: 2018-9-29 19:45
有可能像flashercs说的一样,浏览器被绑架了
我以前也遇到过,你可以试试。
改了很久才改好,参考下。
https://www.zhihu.com/question/21781177
作者: ygqiang 时间: 2018-10-11 20:38
本帖最后由 ygqiang 于 2018-10-11 20:44 编辑
- @echo off
-
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Search Page" /t REG_SZ /d https://www.baidu.com/ /f
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d https://www.baidu.com/ /f
-
- 1pause
-
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN" /v Default_Page_URL /t REG_SZ /d https://www.baidu.com/ /f
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN" /v Default_Search_URL /t REG_SZ /d https://www.baidu.com/ /f
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN" /v "Search Page" /t REG_SZ /d https://www.baidu.com/ /f
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN" /v "Start Page" /t REG_SZ /d https://www.baidu.com/ /f
-
- 1pause
-
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search" /v CustomizeSearch /t REG_SZ /d https://www.baidu.com/ /f
- reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search" /v SearchAssistant /t REG_SZ /d https://www.baidu.com/ /f
-
- 1pause
- cls
-
-
- reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Recovery" /v AutoRecover /t REG_SZ /d 2 /f
- ;ie启用自动崩溃恢复(2不启用-0启用)
-
- 1pause
-
-
- reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet" /v EnableActiveProbing /t REG_SZ /d 0 /f
- ;自动弹出MSN中文网界面解决办法
-
- 1pause
- cls
-
- gpupdate /force
-
- 修改注册表之后,重启explorer生效
- taskkill /f /im explorer.exe
- start explorer.exe
-
-
-
- exit
复制代码
经过测试,这个代码可以修改主页设置。双击C:\Program Files (x86)\Internet Explorer目录下iexplore.exe,打开的是百度页面。
但是如果将iexplore.exe建立快捷方式,无论是在桌面还是C:\Program Files (x86)\Internet Explorer目录下,打开快捷方式,页面都是直接打开https://hao.360.cn/?a1004。
快捷方式属性里面,目标(T)为"C:\Program Files (x86)\Internet Explorer\iexplore.exe",IE浏览器,工具-Internet选项里面主页设置也是百度页面。
作者: flashercs 时间: 2018-10-11 20:52
本帖最后由 flashercs 于 2018-10-11 20:55 编辑
回复 4# ygqiang
为什么不用64位IE?
上面注册表添加的都是64位的,没有修改32位的键值。
把64/32位都注册一遍然后试试
reg add .... /reg:32
作者: ygqiang 时间: 2018-10-11 21:05
回复 5# flashercs
4楼代码执行1次,然后重启win7系统。
再次打开IE属性,主页设置有个灰色锁定项,点击会打开360什么主页锁定的窗口,全部点击解锁。恢复正常。
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |