I've been looking around, and found the _winreg
module, but that seems like a risky method (fooling around with the registry, that is). Is there any other way?
I've skimmed this so far: http://blogs.msdn.com/b/codefx/archive/2010/09/14/writing-windows-shell-extension-with-net-framework-4-c-vb-net-part-1.aspx and it looks like I'd need to add a key here: HKEY_CLASSES_ROOT\<File Type>\shellex\ContextMenuHandlers
.
I just want to play it safe before I actually make any changes.
Windows 7, 64-bit.