0

There is a picture on the Microsoft site which represent a USB device driver stack (in other word, the list of all drivers which applys for the device work).

enter image description here

What software shall I use to get this list? Is such soft in the SysInternals? Some people told me that I can get this list via WinDbg or TraceView. Is this true? If yes, how can I do this?

Arseniy
  • 266
  • 2
  • 14
  • `!devstack` command in windbg; you wont get a graphical representation but it basically reads like a stack trace. [Similar question here](https://stackoverflow.com/questions/19890771/how-to-get-information-about-the-device-stack-from-windbg). Note: it's a **device** stack because a single driver might have multiple different devices, so a driver stack is not really meaningful. – Neitsa Jan 16 '23 at 08:18
  • You may post an answer and I will +1 it. – Arseniy Jan 16 '23 at 08:26

0 Answers0