[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: How to add registry on remote machine

Gabriel Genellina

2/12/2008 5:13:00 PM

En Tue, 12 Feb 2008 14:56:09 -0200, Praveena Boppudi (c)
<pboppudi@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/ms7...
From Python, you can use the pywin32 package.

--
Gabriel Genellina