|
WIN7PE下IE8用到的注册表
Windows Registry Editor Version 5.00
#关闭IE8第一次启动时的设置向导
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000002
#禁止IE检查默认浏览器设置,位数为no不检查,为yes每次启动检查,如果设置为yes则又会导致QQ农场覆盖问题。
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Check_Associations"="no"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001
; IE跳过首次运行设置
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.baidu.com/index.php?tn=maxco5_dg&ie=utf-8"
"Default_Page_URL"="http://www.baidu.com/index.php?tn=maxco5_dg&ie=utf-8"
; 第一次启动主页和主页设置
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="{2153705A-F2F9-4220-83D8-EC1CEB581D21}"
"Version"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{2153705A-F2F9-4220-83D8-EC1CEB581D21}]
"DisplayName"="百度搜索"
"URL"="http://www.baidu.com/baidu?wd={searchTerms}&tn=maxco5_dg&ie=utf-8"
; 设置默认搜索
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing]
"PopupsUseNewWindow"=dword:00000002
; 新选项卡打开网页
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:00000064
"MaxConnectionsPerServer"=dword:dword:00000064
; 下载开启10线程
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"FormSuggest Passwords"="no"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]
"AutoSuggest"="no"
; IE不使用自动完成功能 |
|