Right click context menu using python?

I am wondering how to proceed to adding a menu item to the context menu of the context menu of researchers. For example, when I right-click on a file, I get things like winrars "Add to archive". I want something like this, and I am wondering how to do this with python.

+4
source share
2 answers

To add additional items to the Explorer context menu, you just need to add some registry keys.

For example, look at this site, there are several examples and some tools.

http://windowsxp.mvps.org/context_folders.htm

+5
source

Source: https://habr.com/ru/post/1299068/


All Articles