Dahlstrom, Roger wrote:
> ...  Basically what I'm saying is not that you need *no* permissions, just 
> that you don't need any *special* permissions - if you have permission to 
> read it and enumerate the subkeys, that is (at least in my experience, maybe 
> I'm not doing exactly what the request is) sufficient.

Almost.  The RegSaveKey and RegRestoreKey functions, which export and
import entire subtrees, need the SE_BACKUP_NAME privilege.  The
administrator account can get that privilege, but you have to use APIs
to ask for it.

http://msdn.microsoft.com/en-us/library/ms724917.aspx

-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to