Friday 9 May 2014

Add or Remove Entries from Context Menus in Windows?

how to add new entries in context menus (right-click menu) and remove existing entries from context menus in Windows.
Here is how

Type regedit in RUN dialog box or Start Menu searchbox and press Enter. It'll open Registry Editor, now go to following keys:

HKEY_CLASSES_ROOT\* (for adding an option in All files context menu)
HKEY_CLASSES_ROOT\Directory (for adding an option in folders context menu only)
HKEY_CLASSES_ROOT\Drive (for adding an option in Drives context menu only)
HKEY_CLASSES_ROOT\Unknown (for adding an option in unknown files context menu)

B. Now under the above mentioned keys, you'll find "Shell" and "Shellex" keys. Both keys contain various entries, which are displayed when you right-click on a file, folder or drive. We'll use "Shell" key in this tutorial:
Right-click on the "Shell" key and select "New -> Key".


Give it any name. Suppose we gave it name "v".
Now in right-side pane, double-click on "Default" String value and set its value to the Label which you want to display in context menu. Like if you want to add "Winamp" in context menu, then you can give it name "Open with Winamp" or similar.

Now create another key under this newly created key "v" with the name "command" and in right-side pane set value of "Default" to the path of application. For ex, for winamp you can set its value "%programfiles%\Winamp\winamp.exe".


A few Important points:

1. If you add just the path in "Command", then it'll open the application but if you append "%1" (without quotes) in the path, then it'll open the selected file with the application. So in case of setting the value to "%programfiles%\Winamp\winamp.exe", set it "%programfiles%\Winamp\winamp.exe %1" and now it'll open the file in winamp.

2. Step 3 can be omitted and you can assign the application name directly to the new key. i.e., either set "Default" String value to the name of application or directly set the key name to application name. e.g. instead of setting the key name to "v", you can directly set its name to "Winamp", in this case leave the "Default" as it is.

3. With the help of this tutorial, you can add application shortcuts in any filetype context menu. e.g., if you like to play with "*.txt" file context menu, then go to
:


HKEY_CLASSES_ROOT\txtfile

so you can follow this tutorial for any filetype.


-----------------------------------------------------------------------------

Techvedic has raced past its peers in providing excellent tech support, cloud based and CRM solutions at highly competitive price. If you need excellent service then you can rely on us. Call us on 855-859-0057 (toll free) for support.

About Techvedic: http://en.wikipedia.org/wiki/Techvedic

Get in touch with Techvedic on Social Media:

Techvedic Facebook Page: https://www.facebook.com/techvedic
Techvedic Twitter: https://twitter.com/techvedic
Techvedic Google Plus Page:  https://plus.google.com/+TechvedicInc/posts
Techvedic YouTube: https://www.youtube.com/user/Techvedic
Techvedic LinkedIn Profile: https://www.linkedin.com/company/techvedic


Visit: Techvedic – Ecommerce Solutions | http://www.techvedic.com/ | 1-855-859-0057 (USA) | support@techvedic.com

0 comments:

Post a Comment