I am currently working on a file browser in java. The native Windows Explorer displays further options in the context menu if you have installed programs like Kaspersky. You can scan a file for viruses using the context menu. Now I want to have the same option in my program.
How do I get possible file options from other programs? Is there a way to make this platform independent?