Gautam Jain
Gautam Jain

Reputation: 6849

IContextMenu Shell Extension for Phone Storage

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

Answers (1)

Fei Xue
Fei Xue

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:

Predefined Shell Objects

Upvotes: 0

Related Questions