Possible Duplicate:
Edit right-click context menus in Windows 7

I want to customize the right-click menu in Windows for specific file types, such as when I right click on image files (PNGs, GIFs, BMPs....) then there would be an option to open the files in a specified program with additional parameters. Can anybody tell me how do it please?

link|improve this question

56% accept rate
feedback

closed as exact duplicate by Mehper C. Palavuzlar, Gareth, techie007, ChrisF, studiohack Jan 8 at 0:11

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

I'm not sure if you could exactly what you want, but you can do some customization by changing the registry settings. See the Customizing a Shortcut Menu Using Static Verbs section in this MSDN article: Creating Shortcut Menu Handlers

If that doesn't allow you to do what you want, you might need to create your own context menu handler, but that would involve programming and if you'd need any information about that I'd suggest looking on Stackoverflow.com.

link|improve this answer
That's exactly what I want. Thanks so much for your help! – user433531 Dec 22 '11 at 8:49
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.