Hi,
i cant see the non-plug and play drivers on windows 8 and 10 using the device manager? is there a reason for it why ms hide that from the device installation functions? can someone please explain the purpose of this? is there any way to bring them back to the device manager?
thanks in advance
K.
Device manager never showed non pnp drivers
d
Bent from my phone
From: xxxxx@arcor.demailto:xxxxx
Sent: ?10/?20/?2014 6:30 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] Windows 8/10 non-plug and play drivers not visible
Hi,
i cant see the non-plug and play drivers on windows 8 and 10 using the device manager? is there a reason for it why ms hide that from the device installation functions? can someone please explain the purpose of this? is there any way to bring them back to the device manager?
thanks in advance
K.
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>
Hi Doron,
Device manager never showed non pnp drivers
afik it did not show them unless you set the environment varibale named “DEVMGR_SHOW_NONPRESENT_DEVICES” to “1” and hit “Show hidden devices” in the view main menu.
http://support.microsoft.com/kb/315539/en-us
K.
>Device manager never showed non pnp drivers
“Show hidden devices” shows non-PNP kernel drivers as a separate branch n the tree.
Why do you need this? this was a hack of a very doubtful practical value.
Non-PnP driver is nothing more than a kernel plugin (loaded kmode binary), and, to list them all, there are WDK command-line tools.
–
Maxim S. Shatskih
Microsoft MVP on File System And Storage
xxxxx@storagecraft.com
http://www.storagecraft.com
wrote in message news:xxxxx@ntdev…
> Hi,
>
> i cant see the non-plug and play drivers on windows 8 and 10 using the device manager? is there a reason for it why ms hide that from the device installation functions? can someone please explain the purpose of this? is there any way to bring them back to the device manager?
>
> thanks in advance
>
> K.
>
Hi Maxim,
to list them all, there are WDK command-line tools
ok, thats good to know. What tool do you mean and whats the command line to list the non-pnp drivers.
K.