How to add websites into Trusted Sites list programmatically using c#

  • Thread starter Thread starter Prabudas
  • Start date Start date
P

Prabudas

Hi,

I am programming for a small computer device which is running on
Windows XP. I need to "disable the popup blocker" and enable the
"Allow script initiated windows without size or position constraints"
options. To achieve this, I need to add my local intranet sites to
"Trusted Sites" zone. I need to do this from a startup application,
which is a c# application. Please anyone let me know, how to do this
using c#?

Thanks,

Prabu
 
Back
Top