Rearrange the order of programs in the Windows Open With… context menu The 2019 Stack...

What force causes entropy to increase?

Loose spokes after only a few rides

How do you keep chess fun when your opponent constantly beats you?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Why doesn't UInt have a toDouble()?

A female thief is not sold to make restitution -- so what happens instead?

How much of the clove should I use when using big garlic heads?

A word that means fill it to the required quantity

What is preventing me from simply constructing a hash that's lower than the current target?

Does adding complexity mean a more secure cipher?

Pokemon Turn Based battle (Python)

Deal with toxic manager when you can't quit

Are spiders unable to hurt humans, especially very small spiders?

Mathematics of imaging the black hole

How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?

Keeping a retro style to sci-fi spaceships?

How to quickly solve partial fractions equation?

Why did Peik say, "I'm not an animal"?

What is this sharp, curved notch on my knife for?

Ubuntu Server install with full GUI

Is it safe to harvest rainwater that fell on solar panels?

Why can't devices on different VLANs, but on the same subnet, communicate?

Short story: child made less intelligent and less attractive

Dropping list elements from nested list after evaluation



Rearrange the order of programs in the Windows Open With… context menu



The 2019 Stack Overflow Developer Survey Results Are InHow to remove items from the right click (context) menu in Windows?How to get git bash back in Windows Explorer context menuChange the text of item in “open with” context menuHow to add “Play with VLC” to folder context menuOn command line, how to apply other context-menu operation on a file than default open?Cygwin shell add context menu itemOpen With… context menu item versus Open With>How to remove “Add to Windows Media Player list” from context menuOrganizing the Context Menu with the RegistryGetting “Open with” on top of the Context Menu in Win10 w/o additional software?





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







0















I want to rearrange the order of programs in the Windows "Open with" context menu. For example VLC media player would be top of the list, instead of the 4th item in the list as it is in the below screenshot.



Is there a way to do it?



Open With... context menu










share|improve this question































    0















    I want to rearrange the order of programs in the Windows "Open with" context menu. For example VLC media player would be top of the list, instead of the 4th item in the list as it is in the below screenshot.



    Is there a way to do it?



    Open With... context menu










    share|improve this question



























      0












      0








      0








      I want to rearrange the order of programs in the Windows "Open with" context menu. For example VLC media player would be top of the list, instead of the 4th item in the list as it is in the below screenshot.



      Is there a way to do it?



      Open With... context menu










      share|improve this question
















      I want to rearrange the order of programs in the Windows "Open with" context menu. For example VLC media player would be top of the list, instead of the 4th item in the list as it is in the below screenshot.



      Is there a way to do it?



      Open With... context menu







      windows windows-10 context-menu






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday









      karel

      9,369103339




      9,369103339










      asked yesterday









      Max-EnrikMax-Enrik

      136




      136






















          1 Answer
          1






          active

          oldest

          votes


















          0














          There are 3 different settings/locations for such a menu.



          Right Click Menu for Files is under HKEY_CLASSES_ROOT*shellexContextMenuHandlers



          All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file in Windows.



          Right Click Menu for Folders is under HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers and HKEY_CLASSES_ROOTDirectoryshell



          Right Click Menu for Desktop is under HKEY_CLASSES_ROOTDirectoryBackgroundshell
          and HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers



          A good way to clean and re-arrange a menu is to export the list, edit it from the exported file, then delete the reg entries and re-import the updated file.



          This should be able to do it the easy - File Menu Tools ;overall many things matter, including alphabetical order (so you could use numbering also for sorting). Ultimate Windows Customizer, Right-Click Extender for Windows and Context Menu Editor for Windows are other freeware tools supporting this.






          share|improve this answer


























          • Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

            – Max-Enrik
            19 hours ago











          • I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

            – Overmind
            19 hours ago











          • Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

            – Max-Enrik
            16 hours ago














          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%2f1423831%2frearrange-the-order-of-programs-in-the-windows-open-with-context-menu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          There are 3 different settings/locations for such a menu.



          Right Click Menu for Files is under HKEY_CLASSES_ROOT*shellexContextMenuHandlers



          All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file in Windows.



          Right Click Menu for Folders is under HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers and HKEY_CLASSES_ROOTDirectoryshell



          Right Click Menu for Desktop is under HKEY_CLASSES_ROOTDirectoryBackgroundshell
          and HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers



          A good way to clean and re-arrange a menu is to export the list, edit it from the exported file, then delete the reg entries and re-import the updated file.



          This should be able to do it the easy - File Menu Tools ;overall many things matter, including alphabetical order (so you could use numbering also for sorting). Ultimate Windows Customizer, Right-Click Extender for Windows and Context Menu Editor for Windows are other freeware tools supporting this.






          share|improve this answer


























          • Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

            – Max-Enrik
            19 hours ago











          • I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

            – Overmind
            19 hours ago











          • Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

            – Max-Enrik
            16 hours ago


















          0














          There are 3 different settings/locations for such a menu.



          Right Click Menu for Files is under HKEY_CLASSES_ROOT*shellexContextMenuHandlers



          All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file in Windows.



          Right Click Menu for Folders is under HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers and HKEY_CLASSES_ROOTDirectoryshell



          Right Click Menu for Desktop is under HKEY_CLASSES_ROOTDirectoryBackgroundshell
          and HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers



          A good way to clean and re-arrange a menu is to export the list, edit it from the exported file, then delete the reg entries and re-import the updated file.



          This should be able to do it the easy - File Menu Tools ;overall many things matter, including alphabetical order (so you could use numbering also for sorting). Ultimate Windows Customizer, Right-Click Extender for Windows and Context Menu Editor for Windows are other freeware tools supporting this.






          share|improve this answer


























          • Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

            – Max-Enrik
            19 hours ago











          • I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

            – Overmind
            19 hours ago











          • Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

            – Max-Enrik
            16 hours ago
















          0












          0








          0







          There are 3 different settings/locations for such a menu.



          Right Click Menu for Files is under HKEY_CLASSES_ROOT*shellexContextMenuHandlers



          All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file in Windows.



          Right Click Menu for Folders is under HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers and HKEY_CLASSES_ROOTDirectoryshell



          Right Click Menu for Desktop is under HKEY_CLASSES_ROOTDirectoryBackgroundshell
          and HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers



          A good way to clean and re-arrange a menu is to export the list, edit it from the exported file, then delete the reg entries and re-import the updated file.



          This should be able to do it the easy - File Menu Tools ;overall many things matter, including alphabetical order (so you could use numbering also for sorting). Ultimate Windows Customizer, Right-Click Extender for Windows and Context Menu Editor for Windows are other freeware tools supporting this.






          share|improve this answer















          There are 3 different settings/locations for such a menu.



          Right Click Menu for Files is under HKEY_CLASSES_ROOT*shellexContextMenuHandlers



          All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file in Windows.



          Right Click Menu for Folders is under HKEY_CLASSES_ROOTFoldershellexContextMenuHandlers and HKEY_CLASSES_ROOTDirectoryshell



          Right Click Menu for Desktop is under HKEY_CLASSES_ROOTDirectoryBackgroundshell
          and HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlers



          A good way to clean and re-arrange a menu is to export the list, edit it from the exported file, then delete the reg entries and re-import the updated file.



          This should be able to do it the easy - File Menu Tools ;overall many things matter, including alphabetical order (so you could use numbering also for sorting). Ultimate Windows Customizer, Right-Click Extender for Windows and Context Menu Editor for Windows are other freeware tools supporting this.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 19 hours ago

























          answered 21 hours ago









          OvermindOvermind

          8,01331631




          8,01331631













          • Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

            – Max-Enrik
            19 hours ago











          • I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

            – Overmind
            19 hours ago











          • Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

            – Max-Enrik
            16 hours ago





















          • Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

            – Max-Enrik
            19 hours ago











          • I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

            – Overmind
            19 hours ago











          • Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

            – Max-Enrik
            16 hours ago



















          Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

          – Max-Enrik
          19 hours ago





          Thank you so much, I really highly appreciate that. Now I see program names that I want to rearrange. If I would like to rearrange VLC, what am I to do for it, please?

          – Max-Enrik
          19 hours ago













          I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

          – Overmind
          19 hours ago





          I've added some tools that can alter this to the answer; it's easier using them then manually re-making the menu from registry.

          – Overmind
          19 hours ago













          Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

          – Max-Enrik
          16 hours ago







          Wow, you gave quick answer, appreciate that. I just need to learn manually re-making method, because I need only 2 apps to be at the top of the open with list context menu.

          – Max-Enrik
          16 hours ago




















          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%2f1423831%2frearrange-the-order-of-programs-in-the-windows-open-with-context-menu%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...