IE 8 - script to update browser configuration

2019-08-23 13:26发布

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条回答
Evening l夕情丶
2楼-- · 2019-08-23 14:23

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)

查看更多
登录 后发表回答