Showing context menu option if extension is not .aent

1

I have made an application that can basically encrypt anything, I have added a registry entry in HKEY_CLASSES_ROOT/*/shell/ so that it's shown whenever one right clicks a file. but I don't want to show the option (encrypt in this case) if the file is already encrypted. The encrypted file has the extention '.aent'. how can I hide this option only for encrypted files?

aleks

Posted 2014-08-24T17:51:36.653

Reputation: 11

@STTR the link you provided doesn't really address my issue. – aleks – 2014-08-25T14:02:32.223

No answers