W
Will
I'm looking for the correct syntax for adding two types of drive letters to
the Internet Explorer Trusted Sites security zone.
1) A local file system, such as e:\
2) A network share that is accessed by a drive letter, such as when mapped
to z:\ through net use z: \\server\sharename
I see that the Trusted Sites list can take a URL that includes the directive
file:\\ directive. References such as this one work:
file:\\server\sharename
But unfortunately MSIE is too dumb to understand that a drive letter can
reference the same authorized share, so attempts to execute application
shortcuts on the desktop that point to an application on the share through
z: (for example) fail the MSIE security checks.
I see from the command line that I can reference a drive letter through the
obscure syntax:
dir \\.\e:\
but I did not find a way to get this syntax accepted in MSIE through file:\\
This doesn't appear to be well documented, and adding a local or network
share into a Trusted Sites zone has to be a very basic activity. Otherwise
how can you authorize execution of applications from a trusted file share?!
--
Will
the Internet Explorer Trusted Sites security zone.
1) A local file system, such as e:\
2) A network share that is accessed by a drive letter, such as when mapped
to z:\ through net use z: \\server\sharename
I see that the Trusted Sites list can take a URL that includes the directive
file:\\ directive. References such as this one work:
file:\\server\sharename
But unfortunately MSIE is too dumb to understand that a drive letter can
reference the same authorized share, so attempts to execute application
shortcuts on the desktop that point to an application on the share through
z: (for example) fail the MSIE security checks.
I see from the command line that I can reference a drive letter through the
obscure syntax:
dir \\.\e:\
but I did not find a way to get this syntax accepted in MSIE through file:\\
This doesn't appear to be well documented, and adding a local or network
share into a Trusted Sites zone has to be a very basic activity. Otherwise
how can you authorize execution of applications from a trusted file share?!
--
Will