Windows 10: OpenWith context menu issues (changes compared to Win7)

Discus and support OpenWith context menu issues (changes compared to Win7) in Windows 10 Support to solve the problem; Hi, Since Windows 8 and now also on Windows 10 I have trouble getting the "old" way of creating the "Open With" context menu working as before.... Discussion in 'Windows 10 Support' started by drabelink, Sep 8, 2015.

  1. drabelink Win User

    OpenWith context menu issues (changes compared to Win7)


    Hi,

    Since Windows 8 and now also on Windows 10 I have trouble getting the "old" way of creating the "Open With" context menu working as before.

    On all previous Windows versions (up to Win8) it was easy to assign multiple applications to handle a specific file extension.
    I really need to assign custom applications to extensions to get my productivity efficient.

    Let me make an example:

    I use several versions of a development tool which opens .apt files.
    To develop on different projects using different dev environment versions I created for each environment a .bat file.
    This bat file sets the correct PATHS, displays some info in the console and starts the needed dev environment version and opens the .apt file.

    It was easy to assign those .bat files to .apt extension, having a list of bat files in the context menu of "Open with"

    So:

    Test.apt
    ->
    Open with...
    StartDev_Version3.bat
    StartDev_Version4.bat
    StartDev_Version5.bat
    StartDev_Version6.bat

    So right clicking on a .apt file gives me the "Open with" option which can be expanded and having the bat files listed.

    How to setup this list previously?

    - Right click .apt file
    - Select Open With menu
    - Choose default program
    - In the dialog, select choose another program
    - Browse to the bat file and select
    - Uncheck the "always use this program to open this file"
    - Press ok

    The bat file is then executed and the .apt file is opened in the correct Dev version.

    Afterwards when right clicking .apt file again, the previously selected bat file is now listed straight under the Open With menu as an item and can be selected immediately (no need to open the dialog to select the bat file).

    This worked flawlessly and the list to be created was point and click.


    On Windows 8 and now on Windows 10 this procedure to customize the list is not working.

    1) The popupmenu under "Open with" does not get new items, even when the "Always open with this program" was checked.
    The list keeps empty. I must select "Choose default program" to open the dialog.
    2) The previously selected bat file is not listed in "Recommended programs". So even the annoying extra click is not enough.
    3) I then must go to "Other installed programs", but the bat file is not even listed there
    4) I then must press the browse button to relocate the bat file again

    This workflow is annoyingly inefficient.

    I searched these forums and other places on the web and found several info on registry keys for applications, extensions, protocols etc etc. And also some tools to edit the OpenWith list.
    These tools actually seem not to work. There is not one tool which offers a clear editor to add/remove the items in the popup list of OpenWith. I can remove stuff or hide/disable it, but not add a completely new entry.

    Also manually editing the registry is a pain. Somehow the settings are not taken into account.

    I can not imagine others do not have this issue. There must be a change starting from Win8 which prevents to customize the OpenWith like we can in Win7.

    I hope that this issue can be solved in this thread, even do manual registry stuff. I must have the old workflow working for a nice efficient productivity.

    Question:
    Is there a tool which actually is able to customize (add/hide/delete) the complete OpenWith feature?
    So editing the popup list, edit the recommended programs, edit the installed programs and customize the overall features?

    (if there is not a tool, a tip for me to create one !!!)

    But the registry is too complicated and spread over to give me a clear view how to setup my popuplist even manually.
    Nothing works.


    I'm looking for a clear step by step way to:

    - Add a new file extension
    - Register any application / bat file
    - Setup the default application for that filetype using bat file
    - Configure multiple bat files to the file type and have them listed in the popup list

    Any help is greatly appreciated !!

    :)
     
    drabelink, Sep 8, 2015
    #1

  2. Printing .htm or .html files from File Explorer

    Found the trick to getting 'Print' back on the .html context menu. This will associate them with opening in IE rather than Edge. If that's acceptable, read on.

    You need to delete two registry keys. You should export these before deleting so you can undo your changes if you're unhappy with the results. The keys are:

    [HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.html\UserChoice]

    [HKCU\SOFTWARE\Microsoft\Windows\Roaming\OpenWith\FileExts\.html]

    Log off & back on & you should have 'Print' back in the context menu.

    Keith
     
    Keith A. Miller, Sep 8, 2015
    #2
  3. IanRG Win User
    Please remove Ribbon UI from File Explorer

    If you can't read then look at the picture - The picture of Win 7 shows that it does not have the menu even on by default. You assumed I was comparing ribbons to menus - Nothing I said was comparing menus to ribbons. It was comparing the default menu off
    set-up of Win 7 with Win 10.

    Yes, I completely agree that context is important - The context that is actually present, not the one you assume is present.
     
    IanRG, Sep 8, 2015
    #3
  4. dalchina New Member

    OpenWith context menu issues (changes compared to Win7)

    Hi, I'm reminded of Nirsoft's Openwithview. It may address part of your need under 'Question'
    However it is not specified for Win 10.... only to Win 7. So... hmm..

    "OpenWithView is a small utility that displays the list of all available applications in the 'Open With' dialog-box of Windows, and allows you to easily disable/enable the applications in the list. When application is disabled, it won't be displayed in the 'Other Programs' section of the 'Open With' dialog-box.
    This utility can be useful if your 'Open With' window displays too much (many) applications, and you want to remove the applications that you don't use frequently."
     
    dalchina, Sep 8, 2015
    #4
  5. dalchina New Member
  6. dalchina New Member
    Nirsoft's FiletypesMan
    - no neat answer.. maybe there is one?
     
    dalchina, Sep 8, 2015
    #6
  7. dalchina New Member
    dalchina, Sep 8, 2015
    #7
  8. drabelink Win User

    OpenWith context menu issues (changes compared to Win7)

    Yes, I already used that tool. Nice to see which apps can be in the list, but only for existing applications you can enable/disable/remove them.
    Not to create a completely new entry in the list.

    Maybe I should phrase the overall question to be more specific and discuss just one case which everyone can try to achieve in Windows 10:

    - We invent a new file extension for which no application is assigned for sure:

    .XYM

    - We create a list under "Open With" which contains 3 batch files to open this new file type:

    OpenA.bat
    OpenB.bat
    OpenC.bat

    - Preferably use the build in Windows tools/setup screens etc to create such .xym openwith menu
    - When not possible, what are all the steps to take in registry to get this working


    I started this myself now and I'm not able to get any bat file under the OpenWith.
     
    drabelink, Sep 8, 2015
    #8
  9. dalchina New Member
    dalchina, Sep 8, 2015
    #9
  10. drabelink Win User
    Yes, this comes close.
    But problem is:
    - can not add a new filetype
    - can not add an application (only select from existing list)

    So my quest to create the .XYM having 3 openwith entries is impossible using the tool.

    I really wonder why MS decided to make this so darn hard to do.
     
    drabelink, Sep 8, 2015
    #10
  11. dalchina New Member
    Hi, you may not be able to do it in one neat series of steps - or spend more time looking for a way than doing it.

    Adding extensions: Try Gunners File Type Editor (don't have a URL to hand); Nirsoft's FileTypesMan (amongst others).

    Have a look at Dopus- Directory Opus - that has some features for manipulating Open With. How far they go I don't know. But it supports scripting, so maybe it may be of interest.
     
    dalchina, Sep 8, 2015
    #11
  12. Orerockon Win User
    Is there a way to change the default program in the explorer context menu for specific choices? For example I want to set the for image files (.jpg, .png etc.) to Paint Shop for the "Edit" choice, but leave Win picture viewer as the choice for "Preview". Paint Shop is already listed under "Open with Corel Paint Shop Pro, and appears under the "Open with" flyout.
     
    Orerockon, Sep 13, 2015
    #12
  13. dalchina New Member

    OpenWith context menu issues (changes compared to Win7)

    Have a close look at Gunners File Type editor.. it has interesting options for Open With.

    Launch it, right click on an extension in its GUI, Tools, Open With Editor.
     
    dalchina, Sep 13, 2015
    #13
  14. dalchina New Member
    A program like Context Menu Manager by Fahmy should let you do what you want, if you can cope with its astonishingly comprehensive GUI. 'Overwhelming' - Softpedia. Current version is not free, but a recent version was.
    Context Menu Manager Download - Softpedia
    ($10)
    This download says its a free version (not checked)
    Download free Context Menu Manager 2015.3
    If you have a look around you may find the last free version. (I think it was 2015.3- current is 2015.9)
     
    dalchina, Sep 13, 2015
    #14
  15. Orerockon Win User
    Thanks! 2015.3 is actually a "22 day trial", but it doesn't resize and I can't see a lot of the window. I wound up using Default Programs Editor which does what I needed it to.
     
    Orerockon, Sep 13, 2015
    #15
Thema:

OpenWith context menu issues (changes compared to Win7)

Loading...
  1. OpenWith context menu issues (changes compared to Win7) - Similar Threads - OpenWith context menu

  2. Comparing Win10 installation to Win7?

    in Windows 10 Installation and Upgrade
    Comparing Win10 installation to Win7?: Getting ready to clean install Win10 Pro 64-bit on a newly built desktop PC (with external USB DVD) using the downloaded ISO for the newest build. (I also have a purchased install disk and license, but not sure which build it is.) I've installed Win7 numerous times (on other...
  3. Changing the Color of the Context Menu & it's Font

    in Windows 10 Customization
    Changing the Color of the Context Menu & it's Font: I would like to change the background color of the general context menus & also their font, but I can't find a way to do it in Windows 10. In Windows XP (I know...long, long ago*Smile), you could right click the desktop, go to Properties > Appearance > Advanced & make all...
  4. change order in context menu

    in Windows 10 Customization
    change order in context menu: Greetings How can I change the order of options in a context menu? OS: Windows 10 Pro ver.1809 b.17763.503 I couldn't find the option I'd like to move higher in the registry so it must hide as binary but the question is general for context menus thank you 133164
  5. Nividia Context Menu Issue

    in Windows 10 Drivers and Hardware
    Nividia Context Menu Issue: I am running Windows 10 1809 with latest updates installed with latest Nividia drivers 418 version on a Dell G3 now my issue is the following : As attached when i click on the option to "Change default graphics processor" nothing happens it does not open nividia control...
  6. Change "Modern" context menu

    in Windows 10 Customization
    Change "Modern" context menu: Hi, as you might have noticed, windows 10 has 2 different looks for the context menu, the usual one you see rightclicking on files and most applications, and a new terribly horrifying and pointlessly spacetaking modern one which appears rightclicking on the taskbar, on edge...
  7. 1803 Update & Context Menu Changes

    in Windows 10 Support
    1803 Update & Context Menu Changes: Quite a few of the Context Menu Additions from the Tutorials have disappeared from my File Explorer Rt Click Menu and From the Desktop Rt Click menu following the 1803 Update. Easy enough to put them back in, but has anyone else noticed this? 109547
  8. How to change of context menu ?

    in Windows 10 Customization
    How to change of context menu ?: Hi, Is there any way to change the right click menu from white to black ? As you can see in the picture the right click menu is white and i cannot find the reg key to change the color to black *cry Or if anyone has some thing i can install to change the color then i...
  9. Issues with Context Menu

    in Windows 10 Support
    Issues with Context Menu: Hello, I've recently started experiencing an issue with my context menu. It hasn't gone away completely in file explorer, but numerous options have disappeared from it including copy and paste, so I haven't been able to copy files all morning. In addition to that I can't...
  10. Slow boot on Win10 compared to Win7

    in Windows 10 Performance & Maintenance
    Slow boot on Win10 compared to Win7: Hello, Compared to my Win7 installation, my Win10 boots up way slower than Win7 ever did. Relevant hardware: 2600K@4.8, 8GB 1600/CL7 RAM, Samsung 840 SSD. Fresh installation has been done after the initial upgrade, all drivers seem to be OK. What I did was check the...