Is there a way to programmatically turn on remote registry?

Kevin Holleran kdawg44 at gmail.com
Fri Oct 19 17:19:56 EDT 2012


Thanks!  I think this is getting me on the right track.  Now when I attempt
to start the RemoteRegistry service I am getting an exception "The RPC
server is unavailable."  However, I am done with this for today so back at
it on Monday.

Thanks for your help.

Kevin


On Fri, Oct 19, 2012 at 4:18 PM, Prasad, Ramit <ramit.prasad at jpmorgan.com>wrote:

> Kevin Holleran wrote:
> > Hi,
> >
> > I have written a script to poll some registry values but remote registry
> is turned off through GPO on the
> > network I need to run it against.  The account running the script is an
> admin on these boxes.  Is there a way
> > for me to turn on remote registry for the duration of the script's
> runtime?
> >
> > Thanks for your help.
> >
> > Kevin
>
> No personal experience but the web says you need to enable the remote
> registry service[1]. You can start and stop services in Python using
> win32serviceutil[2].
>
> [1] http://technet.microsoft.com/en-us/library/cc754820.aspx
> [2] http://fuzzytolerance.info/using-python-to-manage-windows-services/
>
> Ramit Prasad
>
>
> This email is confidential and subject to important disclaimers and
> conditions including on offers for the purchase or sale of
> securities, accuracy and completeness of information, viruses,
> confidentiality, legal privilege, and legal entity disclaimers,
> available at http://www.jpmorgan.com/pages/disclosures/email.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121019/f56f8767/attachment.html>


More information about the Python-list mailing list