[python-win32] Walking the registry and creating reg files

Tim Roberts timr at probo.com
Fri Dec 5 19:43:11 CET 2008


Dahlstrom, Roger wrote:
> Well, like I said, I've never done it in Python, and this is going back a bit, so some things might be different, but I'm not talking about RegSaveKey or RegRestoreKey, I'm talking about using EnumKey and CreateKey.  As far as I can remember, I didn't have any special permissions for that.
>   

You are quite correct.  It's only those two specific functions
(RegSaveKey and RegRestoreKey) that need special privileges.  It just so
happens that's what Tim G was talking about.

So, we're all in violent agreement...

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list