DevCon Classes

Note

PnPUtil ships with every release of Windows and makes use of the most reliable and secure APIs available. We recommend using PnPUtil instead of DevCon. See the Recommended replacement below and Replacing DevCon for more information.

Lists all device setup classes, including classes that devices on the system do not use.

devcon classes
pnputil /enum-classes

For more recommended replacements, see Replacing DevCon.

Comments

In the DevCon display, classes are listed in the order that they appear in the registry (alphanumeric order by GUID).

To find the devices in a setup class, use the DevCon ListClass operation. To find the setup class of a particular device, use the DevCon Stack operation.

Sample usage

devcon classes
devcon classes > setupclasses.txt

Examples