Tuesday, October 30, 2012

Add your own key to right click menu

Open regedit .... start > search "regedit"
open HKEY_CLASSES_ROOT\*\shell
rightclick on shell new > key ...... rename new key as you want which will be displayed on menu
then right click on renamed key new > key rename it as "command" and open it... on the right side
you will see "default" file.... open it, paste following code,

"C:\Program Files\nameofsoft.exe" "%1"



note : format should in the same format..... replace nameofsoft with your own application name...
it can be easily found out... right click on app which you want to add... click properties...




copy the Target.... paste it in default file.... you are done.... check it in any file.... :)



No comments:

Post a Comment