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


Groups > comp.lang.python > #31892 > unrolled thread

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

Started byTim Golden <mail@timgolden.me.uk>
First post2012-10-22 16:05 +0100
Last post2012-10-22 16:05 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromTim Golden <mail@timgolden.me.uk>
Date2012-10-22 16:05 +0100
SubjectRe: Is there a way to programmatically turn on remote registry?
Message-ID<mailman.2626.1350918326.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web