Hiding a item in file right click menu through REGISTRY

Matri06

New Member
Messages
1
I am looking for some help
I have introduced a new drop down item called Encrypt at right click to all file types - therefore I had to add it in the registry as :
HKEY_CLASSES_ROOT\*\shell\Encrypt
Now this drop down would be visible to all type of files at their right click.
But I also have files of type .crypt
HKEY_CLASSES_ROOT\encryptedfile (encryptedfile is defined of type .crypt)
Now I do not want this drop down Encrypt to be visible when I right click files of type .crypt (or encryptedfile)
For the rest of the files the menu Encrypt should be visible (enabled).
How can that be achieved?
I wish this functionality to be achieved by command line Registry modification, not by some third party tool or through C# kind of code
Thank you very much
 

My Computer

System One

  • OS
    7
Back
Top