Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-25 Thread Tim Golden
On 23/06/2012 14:03, Radek Holý wrote: I was advised to look at the ``MappingStrings`` qualifier. So far it seems that the only way is to list ``MappingStrings`` qualifiers of all properties. Ahem. That was embarrassing. It appears that I already knew about the MappingStrings qualifier,

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-25 Thread Radek Holý
2012/6/25 Tim Golden m...@timgolden.me.uk: On 23/06/2012 14:03, Radek Holý wrote: I was advised to look at the ``MappingStrings`` qualifier. So far it seems that the only way is to list ``MappingStrings`` qualifiers of all properties. Ahem. That was embarrassing. It appears that I already

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-23 Thread Radek Holý
2012/6/18 Radek Holý radekholypub...@gmail.com: 2012/6/18 Tim Golden m...@timgolden.me.uk: On 18/06/2012 00:58, Radek Holý wrote: My question is probably poorly formulated. In fact -- as I discovered -- some WMI objects reflect their values in the Windows Registry keys (for example there is

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-23 Thread Tim Golden
On 23/06/2012 14:03, Radek Holý wrote: 2012/6/18 Radek Holý radekholypub...@gmail.com: 2012/6/18 Tim Golden m...@timgolden.me.uk: On 18/06/2012 00:58, Radek Holý wrote: My question is probably poorly formulated. In fact -- as I discovered -- some WMI objects reflect their values in the

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-18 Thread Radek Holý
2012/6/18 Tim Golden m...@timgolden.me.uk: On 18/06/2012 00:58, Radek Holý wrote: My question is probably poorly formulated. In fact -- as I discovered -- some WMI objects reflect their values in the Windows Registry keys (for example there is mapping

[python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-17 Thread Radek Holý
Hello, I'm playing with pywin32 and wmi modules last week. During my experiments I found some attribute/method of some object (COMObject/_wmi_object) or its property which listed the Windows Registry key path which is set by the object. Don’t you know which object/attribute it was? Don’t you

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-17 Thread Tim Golden
On 17/06/2012 20:34, Radek Holý wrote: Hello, I'm playing with pywin32 and wmi modules last week. During my experiments I found some attribute/method of some object (COMObject/_wmi_object) or its property which listed the Windows Registry key path which is set by the object. Don’t you know

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-17 Thread Radek Holý
2012/6/17 Tim Golden m...@timgolden.me.uk: On 17/06/2012 20:34, Radek Holý wrote: Hello, I'm playing with pywin32 and wmi modules last week. During my experiments I found some attribute/method of some object (COMObject/_wmi_object) or its property which listed the Windows Registry key path

Re: [python-win32] How to find corresponding WMI/COM object for given Windows Registry key?

2012-06-17 Thread Tim Golden
On 18/06/2012 00:58, Radek Holý wrote: My question is probably poorly formulated. In fact -- as I discovered -- some WMI objects reflect their values in the Windows Registry keys (for example there is mapping “root\cimv2:Win32_OSRecoveryConfiguration.AutoReboot” in