最近写客户端工具修复IE浏览器的一些功能,下面是网上找到的东东浏览器
1、将当前用户IE安全级别设置为“中”:安全
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"CurrentLevel"=dword:00011000
"1207"=dword:00000000
"1208"=dword:00000000
"120B"=dword:00000000
"1408"=dword:00000000
"160A"=dword:00000000
"2005"=dword:00000000
"2103"=dword:00000000
"2104"=dword:00000000
"2105"=dword:00000000
二、使全部用户使用相同的IE安全设置:工具
[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings]
"Security_HKLM_only"=dword:00000001
说明:Internet
Settings以及“Security_HKLM_only”原来没有,为新建,键值为时1(DWORD)时应用到全部的用户,为0或不存在时只应用到当前用户。
网站
三、关闭在首次打开IE8(或重置后)弹出“设置Windows Internet Explorer”窗口:spa
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"DisableFirstRunCustomize"=dword:00000001
四、对全部网站使用“兼容性视图”:code
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation]
"AllSitesCompatibilityMode"=dword:00000001