I want to add a File Explorer Context Menu DLL Handler using Denis Anisimov answer in his Copying file details from Explorer as tabular text posting from 4 years ago. Specifically, from Denis’ zip file download, I want copy his 64-bit DLL somewhere and hook up my registry to it. Regrettably, Denis’ single Registry reference is to HKCR\AllFilesystemObjects which has stumped me.
Is HKCR\AllFilesystemObjects still true for Windows 10? I see entries for the * wildcard and for specific file extensions.
If so, to simplify usage, I’d like to restrict my Context menu item to Image files only, to “Copy Image Details”.
Does that mean I have to add to all image file extensions, to .jpg, .png, .gif and so on? Sure, choosing shell or shellex, adding keys, entering menu text and connecting to the DLL should be easy.
But I cannot find a complete answer. I find numerous incomplete some-but-not-all examples with significantly different keys. I do not want to hack them together.
*
instead. – Hans Passant