How to add registry on remote machine

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Feb 12 12:13:09 EST 2008


En Tue, 12 Feb 2008 14:56:09 -0200, Praveena Boppudi (c)  
<pboppudi at vmware.com> escribi�:

> Hi,
> Can anyone please tell me how to add registry on remote windows machine
> programmatically

Using the RegConnectRegistry Windows API function
http://msdn2.microsoft.com/en-us/library/ms724840.aspx
 From Python, you can use the pywin32 package.

-- 
Gabriel Genellina




More information about the Python-list mailing list