Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > RE: Is there a way to programmatically turn on remote registry?

Reply
Thread Tools

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

 
 
Prasad, Ramit
Guest
Posts: n/a
 
      10-19-2012
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 turnon 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/l.../cc754820.aspx
[2] http://fuzzytolerance.info/using-pyt...dows-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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Is there a way to programmatically turn on remote registry? Tim Golden Python 0 10-23-2012 08:07 AM
Re: Is there a way to programmatically turn on remote registry? Tim Golden Python 0 10-22-2012 07:29 PM
Re: Is there a way to programmatically turn on remote registry? Dennis Lee Bieber Python 0 10-22-2012 07:28 PM
Re: Is there a way to programmatically turn on remote registry? Tim Golden Python 0 10-22-2012 03:05 PM
Re: Is there a way to programmatically turn on remote registry? Dennis Lee Bieber Python 0 10-20-2012 12:56 AM



Advertisments