Class Installer registry keys.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to find the specific registry keys contained in the "Class
Installer - PCMCIA and Flash memory devices" component. Can anyone suggest a
straightforward method for going about this?
 
Is the below what you're looking for?

[HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E970-E325-11CE-BFC1-08002BE10318}]
@="PCMCIA and Flash memory devices"
"Class"="MTD"
"Icon"="-11"

For all the driver classes on XP please check it out here:
http://msdn2.microsoft.com/en-us/library/ms791134.aspx

Or take a look at the XP/XPe's flash.inf and memcard.inf. Those INF files will have the MTD class registry entries listed.
 
Thank you KM; I think you have pointed me in the right direction.

KM said:
Is the below what you're looking for?

[HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E970-E325-11CE-BFC1-08002BE10318}]
@="PCMCIA and Flash memory devices"
"Class"="MTD"
"Icon"="-11"

For all the driver classes on XP please check it out here:
http://msdn2.microsoft.com/en-us/library/ms791134.aspx

Or take a look at the XP/XPe's flash.inf and memcard.inf. Those INF files will have the MTD class registry entries listed.

--
=========
Regards,
KM
I am trying to find the specific registry keys contained in the "Class
Installer - PCMCIA and Flash memory devices" component. Can anyone suggest a
straightforward method for going about this?
 
Back
Top