Can you force the window to appear where you set your default internet browser?











up vote
1
down vote

favorite












Is there any way you can trigger (from either the command line or some vbscript) the pop-up window to appear that allows you to select your default internet browser?



The pop-up I'm talking about is similar to the one below:



enter image description here



Closest I can get so far is calling %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk but that still requires two additional clicks.










share|improve this question




























    up vote
    1
    down vote

    favorite












    Is there any way you can trigger (from either the command line or some vbscript) the pop-up window to appear that allows you to select your default internet browser?



    The pop-up I'm talking about is similar to the one below:



    enter image description here



    Closest I can get so far is calling %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk but that still requires two additional clicks.










    share|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Is there any way you can trigger (from either the command line or some vbscript) the pop-up window to appear that allows you to select your default internet browser?



      The pop-up I'm talking about is similar to the one below:



      enter image description here



      Closest I can get so far is calling %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk but that still requires two additional clicks.










      share|improve this question















      Is there any way you can trigger (from either the command line or some vbscript) the pop-up window to appear that allows you to select your default internet browser?



      The pop-up I'm talking about is similar to the one below:



      enter image description here



      Closest I can get so far is calling %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk but that still requires two additional clicks.







      windows-10 browser batch vbscript






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 15 at 8:29

























      asked Aug 14 at 13:39









      Richard

      3,38542556




      3,38542556






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          Partial answer:



          In the CMD prompt, in the Run dialog, or as a new shortcut, enter the following shell command.




          explorer shell:::{17CD9488-1228-4B2F-88CE-4298E93E0966}




          This displays the Default Programs dialog.



          Default Programs dlg



          From there, click on Set your default programs.



          Set default browser



          Scroll down to Web browser to make changes.



          Admittedly, this three-step process should be condensed to a single command, and if someone knows of a command-line option for Default Programs or another way to go directly to Default apps, please comment!



          BTW, the default browser can be set silently through Group Policy or Deployment Image Servicing and Management (DISM).






          share|improve this answer























          • Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
            – Richard
            Aug 15 at 8:28










          • @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
            – DrMoishe Pippik
            Aug 15 at 17:04


















          up vote
          0
          down vote













          This is the closest you can get:



          start ms-settings:defaultapps


          More here.






          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',
            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%2f1348989%2fcan-you-force-the-window-to-appear-where-you-set-your-default-internet-browser%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








            up vote
            0
            down vote













            Partial answer:



            In the CMD prompt, in the Run dialog, or as a new shortcut, enter the following shell command.




            explorer shell:::{17CD9488-1228-4B2F-88CE-4298E93E0966}




            This displays the Default Programs dialog.



            Default Programs dlg



            From there, click on Set your default programs.



            Set default browser



            Scroll down to Web browser to make changes.



            Admittedly, this three-step process should be condensed to a single command, and if someone knows of a command-line option for Default Programs or another way to go directly to Default apps, please comment!



            BTW, the default browser can be set silently through Group Policy or Deployment Image Servicing and Management (DISM).






            share|improve this answer























            • Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
              – Richard
              Aug 15 at 8:28










            • @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
              – DrMoishe Pippik
              Aug 15 at 17:04















            up vote
            0
            down vote













            Partial answer:



            In the CMD prompt, in the Run dialog, or as a new shortcut, enter the following shell command.




            explorer shell:::{17CD9488-1228-4B2F-88CE-4298E93E0966}




            This displays the Default Programs dialog.



            Default Programs dlg



            From there, click on Set your default programs.



            Set default browser



            Scroll down to Web browser to make changes.



            Admittedly, this three-step process should be condensed to a single command, and if someone knows of a command-line option for Default Programs or another way to go directly to Default apps, please comment!



            BTW, the default browser can be set silently through Group Policy or Deployment Image Servicing and Management (DISM).






            share|improve this answer























            • Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
              – Richard
              Aug 15 at 8:28










            • @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
              – DrMoishe Pippik
              Aug 15 at 17:04













            up vote
            0
            down vote










            up vote
            0
            down vote









            Partial answer:



            In the CMD prompt, in the Run dialog, or as a new shortcut, enter the following shell command.




            explorer shell:::{17CD9488-1228-4B2F-88CE-4298E93E0966}




            This displays the Default Programs dialog.



            Default Programs dlg



            From there, click on Set your default programs.



            Set default browser



            Scroll down to Web browser to make changes.



            Admittedly, this three-step process should be condensed to a single command, and if someone knows of a command-line option for Default Programs or another way to go directly to Default apps, please comment!



            BTW, the default browser can be set silently through Group Policy or Deployment Image Servicing and Management (DISM).






            share|improve this answer














            Partial answer:



            In the CMD prompt, in the Run dialog, or as a new shortcut, enter the following shell command.




            explorer shell:::{17CD9488-1228-4B2F-88CE-4298E93E0966}




            This displays the Default Programs dialog.



            Default Programs dlg



            From there, click on Set your default programs.



            Set default browser



            Scroll down to Web browser to make changes.



            Admittedly, this three-step process should be condensed to a single command, and if someone knows of a command-line option for Default Programs or another way to go directly to Default apps, please comment!



            BTW, the default browser can be set silently through Group Policy or Deployment Image Servicing and Management (DISM).







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 14 at 18:47

























            answered Aug 14 at 18:37









            DrMoishe Pippik

            9,46721230




            9,46721230












            • Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
              – Richard
              Aug 15 at 8:28










            • @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
              – DrMoishe Pippik
              Aug 15 at 17:04


















            • Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
              – Richard
              Aug 15 at 8:28










            • @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
              – DrMoishe Pippik
              Aug 15 at 17:04
















            Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
            – Richard
            Aug 15 at 8:28




            Best I've managed so far is to launch %appdata%MicrosoftWindowsStart MenuProgramsSystem ToolsDefault Apps.lnk which is one less click than yours :)
            – Richard
            Aug 15 at 8:28












            @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
            – DrMoishe Pippik
            Aug 15 at 17:04




            @Richard, thanks, however that depends on the PC having that link (the one I'm at does not). Have you examined the properties of that link, to make this work generally?
            – DrMoishe Pippik
            Aug 15 at 17:04












            up vote
            0
            down vote













            This is the closest you can get:



            start ms-settings:defaultapps


            More here.






            share|improve this answer

























              up vote
              0
              down vote













              This is the closest you can get:



              start ms-settings:defaultapps


              More here.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                This is the closest you can get:



                start ms-settings:defaultapps


                More here.






                share|improve this answer












                This is the closest you can get:



                start ms-settings:defaultapps


                More here.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 21 at 9:00









                shawn

                966




                966






























                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f1348989%2fcan-you-force-the-window-to-appear-where-you-set-your-default-internet-browser%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”