How to configure internet explorer to block download prompt for csv files





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















How to configure internet explorer to avoid save or cancel prompt while downloading .csv file and download the csv file.










share|improve this question





























    0















    How to configure internet explorer to avoid save or cancel prompt while downloading .csv file and download the csv file.










    share|improve this question

























      0












      0








      0


      1






      How to configure internet explorer to avoid save or cancel prompt while downloading .csv file and download the csv file.










      share|improve this question














      How to configure internet explorer to avoid save or cancel prompt while downloading .csv file and download the csv file.







      internet-explorer csv prompt






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 31 '13 at 10:12









      krishnakrishna

      112




      112






















          2 Answers
          2






          active

          oldest

          votes


















          0














          It depends on the Internet Explorer version. If you're using IE8 and down then the easiest way is to download a csv file one time and then uncheck the 'Always ask before...' checkbox.
          For IE9 and up, you should:




          1. Launch Registry Editor (Start >> Run >> regedit.exe)

          2. Expand HKEY_CURRENT_USER

          3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell

          4. If it doesn’t exist, create the AttachmentExecute key

          5. Create the {0002DF01-0000-0000-C000-000000000046} key

          6. Create a new Binary Value with the Name Excel.CSV*

          7. Re-launch IE and test – should be now working ok


          *In order to know the name of the binary value you should run at command prompt the command assoc.csv, in my case it was Excel.CSV



          I got to this answer from several places, mostly from here, but if it still doesn't work I'd try this thread.






          share|improve this answer

































            0














            I recently (4-Nov-2015) found that other Group Policies (I don't know which ones; but my project had two different enterprise groups stop auto launching) will disable the auto launch even if the {0002DF01-0000-0000-C000-000000000046} registry entry is in place. To once again regain the auto launch behavior, you have to White-List the application as well. To do this:

            - Create a new Binary Value with the Name: Application<executable_name.exe>

            To continue the above example, you would add the executable for Excel or Applicationexcel.exe as a new Binary value.

            NOTE: Application is not a key. It is simply part of the name.

            I wish I could point to research or documentation on this. This solution was only found by using Microsoft's Process Monitor (procmon) and noticing that the Application<executable_name.exe> name was queried in close proximity to the {0002DF01-0000-0000-C000-000000000046} query. Even after I found the Application White-List element, I still could not find a reference. If someone can find an actual reference, please add it to one of these answers.






            share|improve this answer
























              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%2f695266%2fhow-to-configure-internet-explorer-to-block-download-prompt-for-csv-files%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              It depends on the Internet Explorer version. If you're using IE8 and down then the easiest way is to download a csv file one time and then uncheck the 'Always ask before...' checkbox.
              For IE9 and up, you should:




              1. Launch Registry Editor (Start >> Run >> regedit.exe)

              2. Expand HKEY_CURRENT_USER

              3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell

              4. If it doesn’t exist, create the AttachmentExecute key

              5. Create the {0002DF01-0000-0000-C000-000000000046} key

              6. Create a new Binary Value with the Name Excel.CSV*

              7. Re-launch IE and test – should be now working ok


              *In order to know the name of the binary value you should run at command prompt the command assoc.csv, in my case it was Excel.CSV



              I got to this answer from several places, mostly from here, but if it still doesn't work I'd try this thread.






              share|improve this answer






























                0














                It depends on the Internet Explorer version. If you're using IE8 and down then the easiest way is to download a csv file one time and then uncheck the 'Always ask before...' checkbox.
                For IE9 and up, you should:




                1. Launch Registry Editor (Start >> Run >> regedit.exe)

                2. Expand HKEY_CURRENT_USER

                3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell

                4. If it doesn’t exist, create the AttachmentExecute key

                5. Create the {0002DF01-0000-0000-C000-000000000046} key

                6. Create a new Binary Value with the Name Excel.CSV*

                7. Re-launch IE and test – should be now working ok


                *In order to know the name of the binary value you should run at command prompt the command assoc.csv, in my case it was Excel.CSV



                I got to this answer from several places, mostly from here, but if it still doesn't work I'd try this thread.






                share|improve this answer




























                  0












                  0








                  0







                  It depends on the Internet Explorer version. If you're using IE8 and down then the easiest way is to download a csv file one time and then uncheck the 'Always ask before...' checkbox.
                  For IE9 and up, you should:




                  1. Launch Registry Editor (Start >> Run >> regedit.exe)

                  2. Expand HKEY_CURRENT_USER

                  3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell

                  4. If it doesn’t exist, create the AttachmentExecute key

                  5. Create the {0002DF01-0000-0000-C000-000000000046} key

                  6. Create a new Binary Value with the Name Excel.CSV*

                  7. Re-launch IE and test – should be now working ok


                  *In order to know the name of the binary value you should run at command prompt the command assoc.csv, in my case it was Excel.CSV



                  I got to this answer from several places, mostly from here, but if it still doesn't work I'd try this thread.






                  share|improve this answer















                  It depends on the Internet Explorer version. If you're using IE8 and down then the easiest way is to download a csv file one time and then uncheck the 'Always ask before...' checkbox.
                  For IE9 and up, you should:




                  1. Launch Registry Editor (Start >> Run >> regedit.exe)

                  2. Expand HKEY_CURRENT_USER

                  3. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftWindowsShell

                  4. If it doesn’t exist, create the AttachmentExecute key

                  5. Create the {0002DF01-0000-0000-C000-000000000046} key

                  6. Create a new Binary Value with the Name Excel.CSV*

                  7. Re-launch IE and test – should be now working ok


                  *In order to know the name of the binary value you should run at command prompt the command assoc.csv, in my case it was Excel.CSV



                  I got to this answer from several places, mostly from here, but if it still doesn't work I'd try this thread.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 20 '17 at 10:17









                  Community

                  1




                  1










                  answered Mar 11 '14 at 14:14









                  MoshishoMoshisho

                  1066




                  1066

























                      0














                      I recently (4-Nov-2015) found that other Group Policies (I don't know which ones; but my project had two different enterprise groups stop auto launching) will disable the auto launch even if the {0002DF01-0000-0000-C000-000000000046} registry entry is in place. To once again regain the auto launch behavior, you have to White-List the application as well. To do this:

                      - Create a new Binary Value with the Name: Application<executable_name.exe>

                      To continue the above example, you would add the executable for Excel or Applicationexcel.exe as a new Binary value.

                      NOTE: Application is not a key. It is simply part of the name.

                      I wish I could point to research or documentation on this. This solution was only found by using Microsoft's Process Monitor (procmon) and noticing that the Application<executable_name.exe> name was queried in close proximity to the {0002DF01-0000-0000-C000-000000000046} query. Even after I found the Application White-List element, I still could not find a reference. If someone can find an actual reference, please add it to one of these answers.






                      share|improve this answer




























                        0














                        I recently (4-Nov-2015) found that other Group Policies (I don't know which ones; but my project had two different enterprise groups stop auto launching) will disable the auto launch even if the {0002DF01-0000-0000-C000-000000000046} registry entry is in place. To once again regain the auto launch behavior, you have to White-List the application as well. To do this:

                        - Create a new Binary Value with the Name: Application<executable_name.exe>

                        To continue the above example, you would add the executable for Excel or Applicationexcel.exe as a new Binary value.

                        NOTE: Application is not a key. It is simply part of the name.

                        I wish I could point to research or documentation on this. This solution was only found by using Microsoft's Process Monitor (procmon) and noticing that the Application<executable_name.exe> name was queried in close proximity to the {0002DF01-0000-0000-C000-000000000046} query. Even after I found the Application White-List element, I still could not find a reference. If someone can find an actual reference, please add it to one of these answers.






                        share|improve this answer


























                          0












                          0








                          0







                          I recently (4-Nov-2015) found that other Group Policies (I don't know which ones; but my project had two different enterprise groups stop auto launching) will disable the auto launch even if the {0002DF01-0000-0000-C000-000000000046} registry entry is in place. To once again regain the auto launch behavior, you have to White-List the application as well. To do this:

                          - Create a new Binary Value with the Name: Application<executable_name.exe>

                          To continue the above example, you would add the executable for Excel or Applicationexcel.exe as a new Binary value.

                          NOTE: Application is not a key. It is simply part of the name.

                          I wish I could point to research or documentation on this. This solution was only found by using Microsoft's Process Monitor (procmon) and noticing that the Application<executable_name.exe> name was queried in close proximity to the {0002DF01-0000-0000-C000-000000000046} query. Even after I found the Application White-List element, I still could not find a reference. If someone can find an actual reference, please add it to one of these answers.






                          share|improve this answer













                          I recently (4-Nov-2015) found that other Group Policies (I don't know which ones; but my project had two different enterprise groups stop auto launching) will disable the auto launch even if the {0002DF01-0000-0000-C000-000000000046} registry entry is in place. To once again regain the auto launch behavior, you have to White-List the application as well. To do this:

                          - Create a new Binary Value with the Name: Application<executable_name.exe>

                          To continue the above example, you would add the executable for Excel or Applicationexcel.exe as a new Binary value.

                          NOTE: Application is not a key. It is simply part of the name.

                          I wish I could point to research or documentation on this. This solution was only found by using Microsoft's Process Monitor (procmon) and noticing that the Application<executable_name.exe> name was queried in close proximity to the {0002DF01-0000-0000-C000-000000000046} query. Even after I found the Application White-List element, I still could not find a reference. If someone can find an actual reference, please add it to one of these answers.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Nov 5 '15 at 17:42









                          Alan KwiatkowskiAlan Kwiatkowski

                          1




                          1






























                              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%2f695266%2fhow-to-configure-internet-explorer-to-block-download-prompt-for-csv-files%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

                              Список кардиналов, возведённых папой римским Каликстом III

                              Deduzione

                              Mysql.sock missing - “Can't connect to local MySQL server through socket”