You will need to use the command line command caspol.
Open a console window and enter the following command:
caspol -machine -addgroup <group_param> -url file://yournetworkdriveletter/* FullTrust -name somename
Note. group_param is the group to which you want to add a new zone, which will be the "Local Intranet". You can run caspol -lg to find out what zone number of the local intranet is on your system.
On my system it's 1.2
So, the command you have to execute is:
caspol -machine -addgroup 1.2 -url file://driveletter/* FullTrust -name MyNewZoneName
Frederik gheysels
source share