I want to add a file on my local drive (C:\something.html) to the Trusted Zone in IE8 (my OS is Windows Server 2003). The Add Sites Dialog box, does not seem to take entries for files on the local drive.

I have tried:

file://C:\something.html
file:\\localhost\c$\something.html

I have seen other solutions (on superuser and elsewhere) such Mark of Web, that allow your local file to be treated as if it were part of the internet zone, but I want to add my file to the Trusted Zone.

How can I do this? Thanks.

link|improve this question
I haven’t used IE for a while now, so I don’t know if they changed it, but aren’t all local files (ie My Computer) in the Trusted Zone already? – Synetech Feb 6 at 4:14
feedback

2 Answers

Note that it would have to be file:/// (three slashes)

link|improve this answer
feedback

Dangerous suggestion :
Install IIS, add C: as a virtual directory, and add localhost to the Trusted Zone.

You can set the permissions to allow IIS access only to some of the directories on C:.

The only other solution I know is Mark of the Web.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.