How to add item to restricted zone site list?

C

Col

Hi all,

Is there a way to add a text string to the restricted sites list?
ie..
I have a list in a text file "sites.txt" extracted from Temporary Internet
Files
http://site1
http://site2
I want to add these to restricted sites but I don't know where the list is
stored.
I presume the list is in a .dat file somewhere or in the security registry
out of reach.

Regards

Col
 
M

Mark Dormer

They are stored in the registry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains]
@=""

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains\008i.com]
"*"=dword:00000004

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains\008k.com]
"*"=dword:00000004

You could ad them by creating a registry file using the above format.

Regards
Mark Dormer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top