最近寫客戶端工具修復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