How do i disable this Open File - Security Warning dialog box? everything i find involves adding ip's to trusted sites etc. but this application is installed locally. I've already unblocked the exe from the properties window, however that didn't help

link|improve this question

60% accept rate
2  
What operating system? Windows XP? Vista? Windows 7? – Will Eddins Sep 9 '09 at 18:46
1  
And which IE version? (IE8 deploys different security settings even for normal explorer...) And is the file on a network share or on a local disk? – mihi Sep 9 '09 at 19:09
It's windows xp on IE7 – acme64 Sep 12 '09 at 15:09
Is the executable accessing other files? You have to unblock all files associated with it. – Agent_9191 Dec 16 '09 at 17:15
feedback

3 Answers

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerDownload]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesAttachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesAssociations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;
.jpg;.avi;.mpg;.mpeg;.mov
;.mp3;.m3u;.wav;"

More here : http://www.msfn.org/board/topic/58926-turn-off-open-file-security-warning/

link|improve this answer
feedback

Try right clicking the exe file and select properties.

If there is an unblock button on the General tab click that and it shouldn't bother you again

link|improve this answer
feedback

If you are using IE 7/8, Go to Tools / Internet Options / Security and click on the local Intranet Icon. Then, click the sites button. Make sure "Automatically detect Intranet Network" is unchecked and the following items are checked, "Include all lical (intranet) sites not listed in other zones", Include all sites that bypass the proxy server", and "Include all network paths (UNC's)".

I would only do this is the file you are try to access / execute is located on your local file server and unblocking the file is not working. I used to have this problem with our ERP application who's .exe file resided on our file server. After upgrading our clients web browsers from IE6 to IE 7 or 8 we started to get the same error message. The above steps are what fixed it.

Danbo

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.