Is there a way to programmatically turn on remote registry?

Kevin Holleran kdawg44 at gmail.com
Mon Oct 22 11:38:37 EDT 2012


Thanks, I will look into that.  WMI is enabled, but everything WMI query I
wrote (& I am NOT a WMI expert.... or even close) gave me a bunch of NIC
info, but not the info I am after in the registry (driver description,
driver date, driver version for the NICs).

Thanks for your help.

Kevin


On Mon, Oct 22, 2012 at 11:05 AM, Tim Golden <mail at timgolden.me.uk> wrote:

> On 22/10/2012 15:51, Kevin Holleran wrote:
> > Back at it this morning.  The RPC was due to needing to run it under
> > another account (or so I think now...). However, the RemoteRegistry
> > service is not just STOPPED but DISABLED.
> >
> > I am trying to see if there is a call to actually set the state to
> > MANUAL.  Then I can star the registry, grab what I need, stop the
> > service, then set it back to disabled....
> >
> > Does anyone know if there is a way to do this?
>
> Can you connect to the remote machine via WMI? (If the remote registry
> service is stopped, WMI might be also). If so, you can access the
> registry remotely via WMI:
>
>
>   http://timgolden.me.uk/python/wmi/cookbook.html#list-registry-keys
>
> Ultimately, you need *something* on the remote machine to be running
> which will accept incoming requests. If nothing is (because the machine
> & network are secured) then you're not going to be able to do what you
> want.
>
> TJG
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121022/ba140b9c/attachment.html>


More information about the Python-list mailing list