Script Guru question

  • Thread starter Thread starter JP Breton
  • Start date Start date
J

JP Breton

Not even sure that this cab be done.

Can I use a WMI script that will return the HAL on the computer?

Thanks

JP
 
You can read it from the registry
[HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\Hardware Abstraction Layer]


Regards
Mark Dormer
 
That stands for "Hardware Access List" correct?

WMI breaks hardware into separate classes most of which exist under the
cim_logicalDevice superclass.
 
Back
Top