Everytime I right-click on a .zip file in a network share, the following warning message appears, and the right-click menu appears normally after clicking Yes.
Would you like to continue?

I’m not clear what the exact security risk is, as this message does not appear when right clicking on a zip file downloaded from the internet or for existing zip files in the hard drive. Interesting point is that in Windows Vista, the warning does not appear when opening .zip files from a network share by double-clicking the file.
I went ahead and added the name of the computer that is hosting the share in my home network, to the Local Intranet Zone. Here are the steps:
- Open Internet Explorer
- Click Tools, Internet Options
- Click the Security tab, and select Local Intranet
- Click Sites button
- Click Advanced
- Type the name of the network computer (which hosts the share)

- Click Add
- Click Close
- Click OK, OK.
The warning message does not appear now. The above works in Windows XP and Windows Vista.
SEE ALSO
Open file – Security Warning appears when you run a file from network share
Related Posts
- Make Windows 7 Gadgets (Sidebar) Work With UAC Disabled
- Display a Warning When Users Try to Modify .Lnk Association in Vista
- Windows 7 Product Guide PDF/XPS Available for Download
- Move Button Missing From the Location Tab for Public Folders in Windows Vista
- Microsoft Security Essentials Is Now Available for Download
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?





The solution of checking/unchecking the options in the Security–>Local Intranet–> Sites box or adding computer names in the Security–>Local Intranet–> Sites–>Advanced box does not work in the following cases:
(1) when using an IP address to map drives (for example \\192.168.1.2)
(2) when using a mapped computer name that has periods (for example \\xyz.domain.com).
The pop-up will occur as long as there is a period or a dot in the name that comes after the double-backslash.
Here is how to solve this. This method can also be used if you do not want to add computer names individually but would rather use computer name or IP ranges.
1. In Internet Explorer, click Tools, and then click Internet Options.
2. On the Security tab, click Local intranet, and then click Sites.
3. Click Advanced, and then type: *://192.168.1.1-255.* in the Add this Web site to the zone box
4. Click Add, click OK, click OK, and then click OK again to close the Internet Options dialog box.
Note the format for IP-based name ranges
*://192.168.1.1-255.*
There is a star then a colon and then two forward slashes.
1 is the last octect of the starting IP adrdress in the range
255 is the last octet of the ending address.
So, in my example above, I have added computers mapped from 192.168.1.1 through 192.168.1.255
For domain name ranges that contain a period, use something like: *://*.domain.com
Reference: http://support.microsoft.com/kb/303650
Did not work on my XP system.
Cheers, that’s been bugging me as well for near on a year…
Thanks for the tip. This has been bugging me for ages. I had it added as a Trusted Site, but not a Local Intranet site, so was getting the message.
All fixed now
Thanks, that was a real time saver.