Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31892

Re: Is there a way to programmatically turn on remote registry?

Date 2012-10-22 16:05 +0100
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Is there a way to programmatically turn on remote registry?
References <CAN4UfGy6dkdtKiQ+ghh7=CirS9Lca8DOrHvEiKRefgWUSwVFDA@mail.gmail.com> <5B80DD153D7D744689F57F4FB69AF4741671F47B@SCACMX008.exchad.jpmchase.net> <CAN4UfGx1JEzaTm_hKLH8Mf1N9qCB_d9qtNUTupFCkctUGaB2wQ@mail.gmail.com> <c1t3881ofvciftl2pjpkkm4cfjeacvftkj@invalid.netcom.com> <CAN4UfGzz81jvkzMByhQ3MAjpdFT_eNy9oRfcwa2j_PGFpoTePw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2626.1350918326.27098.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Is there a way to programmatically turn on remote registry? Tim Golden <mail@timgolden.me.uk> - 2012-10-22 16:05 +0100

csiph-web