Quick answer because I don't have time for a slow
one right now :). Do something like this:

<code>
import wmi

reg = wmi.WMI (
   "other-box",
   user="tim", password="secret",
   namespace="root/default"
).StdRegProv

</code>

TJG
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to