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: 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 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: <5B80DD153D7D744689F57F4FB69AF4741671F47B@SCACMX008.exchad.jpmchase.net> <508560AC.2080307@timgolden.me.uk> In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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