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"
)
Do you think most apps provide some interface in one way or another,
especially major apps (e.g. MS Office apps, Adobe apps)?
It's ok if we do this on an app-to-app basis, but for each app, how easy is
it do you think will it take to determine the interface for them?
Thanks for a very informative