• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Cascading list of programs in right click context menu in Windows 7

By Abhishek Ghosh May 19, 2011 9:04 pm Updated on May 19, 2011

Cascading list of programs in right click context menu in Windows 7

Advertisement

In the last tutorial, we added a custom named website’s cascading list with custom menus. In this tutorial, we will create a right click custom named menu and cascading list of sub menu of third party or default Windows programs with icons of your choice too. Like this screenshot:

Cascading list of programs in right click context menu in Windows 7

Practically, you will rarely need to click the Start Button. It is less complicated than the previous tutorial. Only registry entries are enough to do this; you will not need any batch file this time. Features of this right click context menu:

  • All the names in right click menu can be changed
  • You can add as many as third party or Windows default programs you want, though it is better to keep within a limit
  • You can change the icon of them as well
  • You may create one menu named Favorites, one Graphics and so on
  • It works on Windows 7 Desktop, inside the folders (Explorer) also
  • There is no reason to think it will consume huge RAM, unless if you use huge sized icons

Understanding a basic difference between 32 bit and 64 bit version of Windows 7

  • For 32 bit of Windows 7, all programs are installed in C:Program Files
  • For 64 bit of Windows 7, some programs which supports 64 bit, are installed in C:Program Files (like Adobe Photoshop CS4 upwards); but mostly get installed in C:Program Files (x86)

So, you need to change the path in the registry accordingly. Please, do not ask what kind of program is that gedit, XAMPP, iTunes or ColorPic; there is a nice button with a blank field beside named Search to search this website; use it. All are written.

Advertisement

---

Creating the registry file

This will add the functionality to get working from right click context menu. Open Notepad, copy paste the following and modify as per your need :

 

Windows Registry Editor Version 5.00

 

[HKEY_CLASSES_ROOTDirectoryBackgroundshellMy Programs]

“Icon”=”C:websitesfavicon4.ico”

“MUIVerb”=”My Programs”

“SubCommands”=”Opera;gedit;Abobe Photoshop;ColorPic;XAMPP;iTunes”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellOpera]

@=”Opera” “Icon”=”C:Program Files (x86)Operaopera.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellOperacommand]

@=”C:Program Files (x86)Operaopera.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellgedit]

@=”gedit” “Icon”=”C:Program Files (x86)geditbingedit.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellgeditcommand]

@=”C:Program Files (x86)geditbingedit.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellAbobe Photoshop]

@=”Abobe Photoshop” “Icon”=”C:Program FilesAdobeAdobe Photoshop CS4 (64 Bit)Photoshop.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellAbobe Photoshopcommand]

@=”C:Program FilesAdobeAdobe Photoshop CS4 (64 Bit)Photoshop.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColorPic]

@=”ColorPic” “Icon”=”C:Program Files (x86)ColorPic 4ColorPic.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellColorPiccommand]

@=”C:Program Files (x86)ColorPic 4ColorPic.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellXAMPP]

@=”XAMPP” “Icon”=”C:xamppxampp-control.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellXAMPPcommand]

@=”C:xamppxampp-control.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelliTunes]

@=”iTunes” “Icon”=”C:Program Files (x86)iTunesiTunes.exe”

 

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshelliTunescommand]

@=”C:Program Files (x86)iTunesiTunes.exe”

 

We have highlighted only one set. That is for the main menu named My Programs and Opera sub menu. The address in red text is the path of the icon. It must be of *.ico format and better if of 16 x 16 pixels size. If you place it in C: ; then the address will be C:favicon4.ico; if you place it in C:UsersAbhishekMusic ; then it will be C:UsersAbhishekMusicfavicon.ico.

The blue text is semicolon separated names of the Programs.

The greenish text is the path of the icon of that Program as well as the path of the executable.

 

Save the file as Add Programs.reg and do not forget to change the file type from text to All files from drop down menu in Notepad before saving it. Name does not matter here at all. You can save with your pet dog’s name for example.

 

Now, double click the reg file and accept the security warnings and you will see the option in right click context menu when clicked on a folder or any empty place inside folder or Windows 7 desktop.

Changing or updating the list

Easy, find out the Program’s path and replace it; do not forget to change the names. Otherwise Clicking Adobe Photoshop will open your added Internet Explorer (if you have added only the path and saved). Save it and run it.

Removal

Add a minus sign before the H starts after the third bracket; like [-HKEY_CLASSES…. to all where there is HKEY and save it (with some good name) as reg file and run it. It will break the association; so the option will disappear from right click context menu. Obviously, you might delete the bat files manually too.

Downloads:

As usually all the required files are here for your download. The rar file is password protected, type thecustomizewindows.com as the password.

Signature Tagged With how to make a right click cascade context menu in windows 7 , registry right click list of programs

This Article Has Been Shared 497 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Cascading list of programs in right click context menu in Windows 7

  • Cascading list of websites in right click context menu in Windows 7

    After reading this tutorial, you will be able to add a right click custom named menu and cascading list of submenu of websites of your choice with icons of your choice in Windows 7.

  • Cascading list of folders in right click context menu in Windows 7

    After reading this tutorial, you will be able to add a right click custom named menu and cascading list of submenu of folders of your choice with custom icons in Windows 7.

  • Guide to Create a 3rd Party Theme

    How to create excellent looking third party theme also known as “Visual Style”

  • Manual of Windows registry

    Here is the full detailed manual of Microsoft Windows Operating system.

  • Eject CD DVD from right click context menu in Windows 7

    Eject CD DVD CD DVD or blue ray disk from right click context menu or just by a shortcut in Windows 7. No software installation is required.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarRoberto says

    May 20, 2011 at 1:49 pm

    Hello, I love your site, follow daily
    I wonder if it is possible to Cascading list of folders in right click context menu in Windows 7 ?
    Tanks
    (Used google translator, Pt to En)

  2. AbhishekAbhishek says

    May 20, 2011 at 2:00 pm

    Possible. I will post today or tomorrow.
    It is great to know you have used Google translator to read the posts. Thank you very much.

  3. AvatarTad says

    July 4, 2012 at 3:59 pm

    Great tutorial! There appears to be a limitation with cascading menus when used from the registry. That limitation appears to be 17. Any clue on how to raise this?

  4. AbhishekAbhishek says

    July 5, 2012 at 3:04 pm

    Thanks. Can you explain “That limitation appears to be 17”.

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Basics on Python Tornado (web server) March 8, 2021
  • What You Need to Know About Hybrid Mobile App Development March 6, 2021
  • Why Not to Use Your Host for Email Marketing March 5, 2021
  • What You Need to Know About the Microservices March 4, 2021
  • Fix Missing/Bad FileProvider for Freshchat (Android error code 354) March 3, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Cascading list of programs in right click context menu in Windows 7," in The Customize Windows, May 19, 2011, March 8, 2021, https://thecustomizewindows.com/2011/05/cascading-list-of-programs-in-right-click-context-menu-in-windows-7/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy