How to display a custom button in the context menu for OneDrive Documents only and retrieve paths of multiple documents in a single go?

B

Blakelist7

Environmet Details:OS: Windows 11 ProI have configured a custom button in the Windows context menu by adding an entry in the registry at `\HKEY_CLASSES_ROOT\*\shell\demo\command` with the command value set to `"D:\path_to_batFile\Run.bat" "%1"`. I am facing couple of problems that require your expertise: 1. I want to show this button in the context menu only for OneDrive documents, currently, it is being displayed for all documents. 2. When I select multiple documents and click on this button, I am unable to store the paths of all the documents in a single go.

Continue reading...
 
Back
Top Bottom