Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31901
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mail@timgolden.me.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'path.': 0.09; 'cc:addr :python-list': 0.10; 'assume': 0.11; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'registry': 0.16; 'tjg': 0.16; 'wmi': 0.16; 'wrote:': 0.17; 'driver': 0.17; 'thanks,': 0.18; 'enabled,': 0.22; 'keys': 0.22; 'cc:2**0': 0.23; 'kevin': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'wrote': 0.26; 'values': 0.26; "doesn't": 0.28; 'description,': 0.29; "i'm": 0.29; 'that.': 0.30; 'query': 0.30; 'could': 0.32; 'info': 0.32; 'version': 0.34; 'needed': 0.35; 'received:192.168.0': 0.35; 'subject:?': 0.35; 'but': 0.36; 'subject:: ': 0.38; 'things': 0.38; 'sure': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; "you've": 0.61; 'gave': 0.65; 'date,': 0.65; 'subject:there': 0.65; 'from:addr:mail': 0.71; 'info,': 0.91; 'received:192.168.0.5': 0.91; 'to:none': 0.93 |
| Date | Mon, 22 Oct 2012 20:29:42 +0100 |
| From | Tim Golden <mail@timgolden.me.uk> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 |
| MIME-Version | 1.0 |
| CC | python-list@python.org |
| 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> <508560AC.2080307@timgolden.me.uk> <CAN4UfGxLZXuR8VdzpunASfqudJVyp=Zds36evud-3cAy9cD2xw@mail.gmail.com> |
| In-Reply-To | <CAN4UfGxLZXuR8VdzpunASfqudJVyp=Zds36evud-3cAy9cD2xw@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2634.1350934187.27098.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350934187 news.xs4all.nl 6907 [2001:888:2000:d::a6]:59638 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31901 |
Show key headers only | View raw
On 22/10/2012 16:38, Kevin Holleran wrote: > 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). I assume you've found things like the Win32_NetworkAdapter which doesn't include driver details. If you cared to come across with the registry keys / values you needed I'm sure I could rustle up a sample query to get you on the right path. TJG
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Is there a way to programmatically turn on remote registry? Tim Golden <mail@timgolden.me.uk> - 2012-10-22 20:29 +0100
csiph-web