How to get all list in HKEY_CLASSES_ROOT\CLSID?

Thanks,
-Andrew

Re: HKEY_CLASSES_ROOT\CLSID by mr_unreliable

mr_unreliable
Tue Dec 04 13:24:30 PST 2007

Andrew, you can "enum" the subkeys, using the wmi "StdRegProv"
object and the "EnumKeys" method. See Hichael Harris' "FYI -
Using WMI's StdRegProv to access the Registry", found here:

http://groups.google.com/group/microsoft.public.scripting.vbscript/browse_thread/thread/95da630f140d796e/1e8150ce8e9e1cc5?lnk=st&q=#1e8150ce8e9e1cc5

cheers, jw
____________________________________________________________

You got questions? WE GOT ANSWERS!!! ..(but,
no guarantee the answers will be applicable to the questions)




Andrew HUANG wrote:
> How to get all list in HKEY_CLASSES_ROOT\CLSID?
>
> Thanks,
> -Andrew