Driver doesnt show up in hidden devices

Does a driver have to have certain registry entries or attributes in order
to show up in the “hidden devices” in Windows 2000? Some drivers show up
there, others do not.

Thanks.

Neil

PS, Happy Holidays to everyone in the group!


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> Does a driver have to have certain registry entries or attributes in order

to show up in the “hidden devices” in Windows 2000? Some drivers show up
there, others do not.

Try:
IRP_MN_QUERY_PNP_DEVICE_STATE
PNP_DEVICE_STATE
PNP_DEVICE_DONT_DISPLAY_IN_UI

Looks like this is the thing which makes the device hidden.

Max


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com