Eng | Rus
 
Education -> Solutions -> Add item to file
 
 
 
Simple Seo Solutions
SEO and Promotion
sites
VoiceNotebook.com
Speech to text for AndroidAndroid speech to text

Add item to file open context menu

To add new item to windows context menu (it appear when we right click mouse on the file in Explorer):
simply add these registry keys below key [HKEY_CLASSES_ROOT\*\Shell](or create this key first if it does not exist):

subkey = [HKEY_CLASSES_ROOT\*\Shell\somename]
value ="open myprogram"
subkey = [HKEY_CLASSES_ROOT\*\Shell\somename\Command]
value ="C:\mydir\myprogram.exe %1"
You can add more then one item with this method.
Download sample that add notepad to file open context menu
Go to "Add items to context menu" utility
© prjsoft.ru