注冊表法修改IE8安全級別的方法


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

 

2、使所有用戶使用相同的IE安全設置:

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings]

"Security_HKLM_only"=dword:00000001

說明:Internet
Settings以及“Security_HKLM_only”原來沒有,為新建,鍵值為時1(DWORD)時應用到所有的用戶,為0或不存在時只應用到當前用戶。

3、關閉在首次打開IE8(或重置后)彈出“設置Windows Internet Explorer”窗口:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"DisableFirstRunCustomize"=dword:00000001

 

4、對所有網站使用“兼容性視圖”:

Windows Registry Editor Version 5.00 

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation]
"AllSitesCompatibilityMode"=dword:00000001

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM