1. Home
  2. Windows Tips
  3. Add open with to the top of the context menu in windows 10

How To Add ‘Open With’ To The Top Of The Context Menu In Windows 10

Windows lets you set a default app for a file type. If you like to open all PNG files in IrfanView, you have the option to set it as the default. Once you’ve done that, you can double-click a PNG file and it will always open in IrfanView. You can still open the file in other apps via the Open With option in the right-click context menu. Unfortunately. this option isn’t at the top of the options in the context menu, and it isn’t just below the Open option. It’s pushed far lower than it should be and often apps can add their own options above it. You can use a little Windows registry key to add Open With to the top of the context menu.

Add ‘Open With’ To The Top

This registry hack comes from Superuser JosefZ.

Open Notepad and paste the following. Save it with the name OpenWith, and the REG extension.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\.OpenWith]
"Position"="Top"

[HKEY_CLASSES_ROOT\*\shell\.OpenWith\command]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"

Run the file with admin rights, and accept the on-screen warning. Once it’s been added, right-click any file, and you will see Open With at the top. Select it, and you will see the default Windows app picker menu that lets you select an app to open the file with.

You can still double-click a file and open it in the default app assigned to it. This registry edit will not interfere with the default functionality for opening files. Apps add their own options to the context menu will not be able to push this option further down the menu.

If you decide you don’t need this option anymore, go to the following location, and delete the key you added.

HKEY_CLASSES_ROOT\*\shell\.OpenWith

This little hack isn’t for everyone. Perhaps you prefer the Open option to remain at the top or you prefer a different option appear at the top. This is hack is for anyone that needs to open the same file type in multiple apps and doesn’t want to be bothered going through a rather long list of options to find the right one.

You may have noticed that after adding this key to the registry, the default Open With option doesn’t go away. This key doesn’t do anything to it which is why it remains where it is regardless if you’ve added the key or not. Touching the default Windows Open With option is probably a bad idea anyway. This registry file adds a new option that you can delete any time without worrying about breaking anything.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.