How-To

How to Add Any Program to the Windows Right Click Context Menu

The right-click desktop context menu provides a quick way to navigate your way through Windows. Here’s a registry hack that lets you add any program to it.

The right-click desktop context menu provides a quick way to navigate your way through Windows, so why not make the programs you use easier to get to. This registry hack will allow you to add any program to the context menu for faster access.

Note: Before making any changes to the Windows registry, make sure to read our article on how to back it up. Here, I’m adding a program to the context menu in Windows 8, but this works with Windows 7 and Vista too.

Add Any Program to the Context Menu

Open the registry and navigate to the following path: HKEY_CLASSES_ROOT\Directory\Background\shell then right-click on shell and select New > Key.

Background Shell New Key

Give the new key the name of the program you’re adding to the context menu. I’m going to add Internet Explorer for this example.

Add IE

After you’ve created the new program key, you need to add another key for it. So right-click on the program key you added and select New > Key.

New Key for Program

For the name of this key, you have to name it and command it all in lowercase. At this point, your registry should look as follows:

command

Next you need to get the path of the location of the program you’re adding. If you don’t want to hunt through various directories, I find the freeware app Everything from Voidtools is extremely helpful – especially for programs that are buried deep in the OS. Once you’ve found the program you want to add, copy the path to the clipboard by holding down the Shift key, right-click the file, and select Copy as path.

Copy as Path

Back in the registry editor, double-click the (Default) string in the right pane and paste the path you just copied into the Value data field.

Value Data

Close out of the registry and right-click on the desktop to bring up the context menu and you’ll see the program you added listed – no log off or restart required. Then just click the program name to launch it.

Internet_Explorer_Context_Menu

Just repeat the steps above to add any other programs you need. This is a good way to get to your most used programs quickly in Windows.

6 Comments

6 Comments

  1. Ziggy

    September 3, 2013 at 8:09 pm

    • Brian Burgess

      September 3, 2013 at 8:13 pm

      Yup. That is an easy way to do it all through a GUI interface. Much better solution for beginners who aren’t comfortable in the Registry.

      Thanks Ziggy!

  2. Muhammad Farooqi

    February 2, 2014 at 10:27 pm

    But some bugs like me love to know.. how actual things work :P
    thanks for the tool too.. but somebody must know before use of any tool that.. will it be fine to use such tool or they are themselves some spys…

    thanks

  3. Jaqi

    May 16, 2020 at 11:09 am

    Lol. Please do not publish my prior comment. I thought I saw it on the Context Menu, but can’t find it – so it did not even work on this laptop. :(
    Thanks.

  4. Ramon Alejano

    August 1, 2022 at 2:55 pm

    This is the best guide I’ve found on this subject. Thanks!

  5. Kid Guitardust

    January 27, 2023 at 5:19 pm

    This is good. I never realized it was that easy. But, what if we want to do open a particular file type?
    AND if you want to pass parameters to the command we set in the registry.

    Specifically, I want to have a context menu entry to send PHP files to a custom URL i have which will transform the system path to that file, into a viable “localhost” HTTP URL, which I do with E.g. the following:
    https://statecollegeguitarlessons.com/adb/p2u2.phtml?path2url=C:\xampp\htdocs\index.php
    (that’s just to demo what i’m doing, to better illustrate. i have it on my dev server of course)

    My added command works, as you demonstrate in the screenshot above, but it doesn’t show e.g. if i right-click a php file. I set my key to
    VALUE = “C:\Portable\Waterfox\waterfox.exe” http://localhost/p2u2.phtml?path2url=%f
    and right clicking on the desktop does lauch the browser w/ that URL. but, it’s not passing any file of course.

Leave a Reply

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

 

To Top