Not that it isn't a useful answer, but the original question
was posed back in April 2008!
http://mail.python.org/pipermail/python-win32/2008-April/007327.html
TJG
On 22/09/2011 12:54, kirancnair wrote:
You can do something like this:
import _winreg
import wmi
c = wmi.WMI(computer="XXX.XX
You can do something like this:
import _winreg
import wmi
c = wmi.WMI(computer="XXX.XXX.XXX.XXX", user="devuser",
password="devpass1!",namespace="root/default").StdRegProv
result, names = c.EnumKey (
hDefKey=_winreg.HKEY_LOCAL_MACHINE,
sSubKeyName="SYSTEM\ControlSet001\Services\MRxDAV"
)
Much obliged. Worked like a champ, but you already knew that! ;-)
Tom
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Much obliged. Worked like a champ, but you already knew that! ;-)
Tom
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32
Quick answer because I don't have time for a slow
one right now :). Do something like this:
import wmi
reg = wmi.WMI (
"other-box",
user="tim", password="secret",
namespace="root/default"
).StdRegProv
TJG
___
python-win32 mailing list
pytho
I have found many references to accessing a registry remotely; however, none
that work for me. Admittedly, I am a bit green on understanding Windows
security permissions and the like. I have tried a number of solutions (i.e.,
wmi, win32api, _winreg), but to no avail. I am trying to update reg