In this tutorial, we'll tell you how to add your own customized entries in context menus and how to remove unwanted entries from context menu:
A. Type regedit in RUN dialog box and press Enter. Now go to:
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:
1. Right-click on the "Shell" key and select "New -> Key".
2. Give it any name. Suppose we gave it name "vishal".
3. 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.
4. Now create another key under this newly created key "vishal" 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".
That's it. Now you'll get in the context menu.

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 "vishal", 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.
C. Same methods apply for removing entries from context menu. Just go to "Shell" or "Shellex\ContextMenuHandlers" and delete the unwanted key under these keys.
This article was posted by VG in following section: Windows 7, Windows Vista, Windows XP.
If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.
Andy
hi VG :)
how to delete window switcher (flip 3D) from desktop context menu
thanks before
regard,... Andy
VG
^^ Open regedit and goto:
HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\
Now delete "{3080F90E-D7AD-11D9-BD98-0000947B0257}" key.
Andy
@VG
thank you so much :D
sachin
Its found working.. great...
Rush
Looking for information and found it at this great site...
Alex
Thanks so very much for taking your time to create this very useful and informative site. I have learned a lot from your site. Thanks!!:
vadcool
how to remove groove folder sync in desktop context menus?
VG
^^ Try following tutorial:
http://www.askvg.com/how-to-remove-save-schemes-other-entries-from-desktop-context-menu/
Awadhesh
Yaar Vishal, I need ur much help, please yaar HELP ME....... I am Posting a comment first time in my life, and it's to you.........
My Problem : Yaar, I've disabled all the (Cut,Copy,Paste,Rename,Send to,Delete) Operations in my PC. But, one can easily format my drives if his not able to delete any item. So, Please tell me, how to delete the entry of "FORMAT" option from the context menu.
Please bhai, Help me.......!!!!!!!!!!!
VG
^^ I'm not sure but you can do as following:
Open "Shell32.dll" file in Resource Hacker and goto:
Menu -> 247
In this menu, you'll get an entry for "Format". Simply delete the line and compile script. Save the file, restart your system and now the Format option should be removed.