pywin32 icon indicating copy to clipboard operation
pywin32 copied to clipboard

expand COM registration to HKCU (instead HKLM only)

Open dornech opened this issue 3 years ago • 0 comments

For environments where user do not have admin access it is beneficial to be able to register Python COM Servers for the current user only. I think this is specially a benefit for portable Python environments using great WinPython distribution.

I think of an additional switch: --system: register for HKLM --systempref: register for HKLM, if no authorization register for HKCU --user: register for HKCU default mode is system (as today)

dornech avatar Apr 06 '21 10:04 dornech