PnPUtil.exe cannot enumerate devices with Extension class

guliteb 41 Reputation points
2021-04-04T06:48:18.333+00:00

PnPUtil.exe cannot enumerate devices of Extension class.

PnPUtil.exe /enum-devices /class Extension or pnputil.exe /enum-interfaces /class {e2f84ce7-8efa-411c-aa69-97454ca4cb57} returned 'No devices were found on the system.'
84301-pnputil-extension.png

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Zac Lockard 116 Reputation points Microsoft Employee
    2021-04-06T19:50:27.827+00:00

    Extension is not a device class, no devices can have that class. INFs can be the class 'extension', which specifically means it is not the device class or main driver for the device, but instead contains supplemental operations for the main driver.

    1 person found this answer helpful.

  2. Castorix31 90,686 Reputation points
    2021-04-04T07:18:11.9+00:00

    Did you check if you get them with PowerShell, like :

    Get-PnpDevice -Class 'Extension'
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.