[python-win32] _winreg.SaveKey question

2006-10-26 Thread Roger Upole
Rodney McBride wrote: >I am getting an access denied error when calling _winreg.SaveKey and I > believe that the error is being caused by not having the SeBackupPrivilege > set when calling the _winreg.SaveKey method for a remote host (I am > attempting to export a registry key from a remote host t

[python-win32] _winreg.SaveKey question

2006-10-26 Thread Rodney McBride
I am getting an access denied error when calling _winreg.SaveKey and I believe that the error is being caused by not having the SeBackupPrivilege set when calling the _winreg.SaveKey method for a remote host (I am attempting to export a registry key from a remote host to a file for backup purposes)