Hi!! all,

I am developing a multimedia player. I wanted to add an context menu option, it will be displayed when user right-clicks on any multimedia file and when someone clicks that option it will load my player along with the selected file playing on it. I've done this. I've created this in win registry and its looks like this :-

HKEY_CLASSES_ROOT\*\shell\Play in Ex-MediaPlayer\command

after command, the default value contains the fullpath to my player's exe file. Now I want to remove the entire key chain from shell to command and the default value from registry. Can it be possible? If yes, then please help me. Its very urgent for me as I'm developing an uninstaller for my apps.