Reputation: 6849
I have implemented context menu shell extension in Windows for files and folders.
However, I don't know how to make the menu appear on right clicking on phone storage (when plugging my Android phone or similar) such as Internal memory or SSD card.
Any ideas? Is this possible?
Upvotes: 0
Views: 71
Reputation: 14649
If you means that you want to customize the context menu for the drive such as "D:\" after you connect the devices via usb, you can register the shell extension handler under:
Computer\HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers
More detailed info about predefined shell objects, you can refer the link below:
Upvotes: 0