Open File - Security Warning dialog box












5















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










share|improve this question




















  • 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
















5















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










share|improve this question




















  • 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














5












5








5








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










share|improve this question
















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







windows-xp internet-explorer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 19 '14 at 10:38









Der Hochstapler

67.9k49230285




67.9k49230285










asked Sep 9 '09 at 18:44









acme64acme64

317618




317618








  • 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














  • 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








2




2





What operating system? Windows XP? Vista? Windows 7?

– Will Eddins
Sep 9 '09 at 18:46





What operating system? Windows XP? Vista? Windows 7?

– Will Eddins
Sep 9 '09 at 18:46




1




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





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





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





Is the executable accessing other files? You have to unblock all files associated with it.

– Agent_9191
Dec 16 '09 at 17:15










4 Answers
4






active

oldest

votes


















0














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






share|improve this answer































    0














    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






    share|improve this answer































      0















      1. Right-click shortcut

      2. Click Properties

      3. Highlight shortcut tab

      4. Click Advanced

      5. Tick "Run as administrator"

      6. Click Apply


      All done and sorted. Worked for me on Windows 8.1.






      share|improve this answer

































        0














        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/






        share|improve this answer





















        • 1





          -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

          – barlop
          Oct 21 '13 at 0:29











        Your Answer








        StackExchange.ready(function() {
        var channelOptions = {
        tags: "".split(" "),
        id: "3"
        };
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function() {
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled) {
        StackExchange.using("snippets", function() {
        createEditor();
        });
        }
        else {
        createEditor();
        }
        });

        function createEditor() {
        StackExchange.prepareEditor({
        heartbeatType: 'answer',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader: {
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        },
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        });


        }
        });














        draft saved

        draft discarded


















        StackExchange.ready(
        function () {
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f38610%2fopen-file-security-warning-dialog-box%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        0














        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






        share|improve this answer




























          0














          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






          share|improve this answer


























            0












            0








            0







            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






            share|improve this answer













            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 3 '10 at 8:10









            BSDITBSDIT

            39935




            39935

























                0














                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






                share|improve this answer




























                  0














                  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






                  share|improve this answer


























                    0












                    0








                    0







                    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






                    share|improve this answer













                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 12 '10 at 18:23









                    danbodanbo

                    5932515




                    5932515























                        0















                        1. Right-click shortcut

                        2. Click Properties

                        3. Highlight shortcut tab

                        4. Click Advanced

                        5. Tick "Run as administrator"

                        6. Click Apply


                        All done and sorted. Worked for me on Windows 8.1.






                        share|improve this answer






























                          0















                          1. Right-click shortcut

                          2. Click Properties

                          3. Highlight shortcut tab

                          4. Click Advanced

                          5. Tick "Run as administrator"

                          6. Click Apply


                          All done and sorted. Worked for me on Windows 8.1.






                          share|improve this answer




























                            0












                            0








                            0








                            1. Right-click shortcut

                            2. Click Properties

                            3. Highlight shortcut tab

                            4. Click Advanced

                            5. Tick "Run as administrator"

                            6. Click Apply


                            All done and sorted. Worked for me on Windows 8.1.






                            share|improve this answer
















                            1. Right-click shortcut

                            2. Click Properties

                            3. Highlight shortcut tab

                            4. Click Advanced

                            5. Tick "Run as administrator"

                            6. Click Apply


                            All done and sorted. Worked for me on Windows 8.1.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited Jun 24 '14 at 4:08









                            random

                            12.9k84757




                            12.9k84757










                            answered Jun 23 '14 at 22:51









                            davedave

                            1




                            1























                                0














                                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/






                                share|improve this answer





















                                • 1





                                  -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                  – barlop
                                  Oct 21 '13 at 0:29
















                                0














                                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/






                                share|improve this answer





















                                • 1





                                  -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                  – barlop
                                  Oct 21 '13 at 0:29














                                0












                                0








                                0







                                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/






                                share|improve this answer















                                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/







                                share|improve this answer














                                share|improve this answer



                                share|improve this answer








                                edited Mar 18 '16 at 7:07









                                adam

                                52339




                                52339










                                answered Oct 17 '10 at 22:42









                                Kaushik SinghKaushik Singh

                                191




                                191








                                • 1





                                  -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                  – barlop
                                  Oct 21 '13 at 0:29














                                • 1





                                  -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                  – barlop
                                  Oct 21 '13 at 0:29








                                1




                                1





                                -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                – barlop
                                Oct 21 '13 at 0:29





                                -1 that looks ok but not so great, the msfn link shows the poster that wrote that "MGadAllah", and there's clearly backslashes missing in "[HKEY_CURRENT_USERSoftwareMic" Maybe if you put them in it'll work. I notice it's similar to superuser.com/questions/324954/… But your one has an extra line at the top

                                – barlop
                                Oct 21 '13 at 0:29


















                                draft saved

                                draft discarded




















































                                Thanks for contributing an answer to Super User!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid



                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function () {
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f38610%2fopen-file-security-warning-dialog-box%23new-answer', 'question_page');
                                }
                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Index of /

                                Tribalistas

                                Listed building