IE 8 - script to update browser configuration

被刻印的时光 ゝ 提交于 2019-12-13 05:44:23

问题


For the deployment of a specific Web application on IE (from 6 to 8, but let's concentrate on the 8), I need to set some specific security settings.

There are a lot of them and some are touchy (well, not that much but all my users don't talk computer fluently :-) ), so I'm looking for a kind of batch (an .exe, a .bat, a .reg possibly if these parameters can only be set in the Register DB, the best being a .NET app) to set them via a single double-click before the deployment.

Thanks for your help and ideas !


回答1:


Ok, I finally ended up in a .reg file that modifies registry entries... Just to let you know:

  • if you want to add a site to a zone, add folders to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains

  • if you want to change a security setting for a zone, change it in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones (a good description of the zones is in MSDN)



来源:https://stackoverflow.com/questions/5470722/ie-8-script-to-update-browser-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!