Question USB 3.0 physical ports are not working as SuperSpeed

Nov 2, 2024
7
0
10
PC: HP Compaq Elite 8300 Small Form Factor PC
Operating System: Microsoft Windows 10 (64-bit)

Hello,

I am using my old PC's blue USB ports to plug in a USB WI-FI adapter. I would like to benefit from the USB 3.0 speed, but I get the message, "Device can perform faster when connected to USB 3.0."

I've already updated to the latest USB drivers and BIOS version.

On USB Device Viewer, I can see 4 USB SS ports available (below), but no matter which physical port I plug my devices into, they are never one of these 4 ports.

Are these USB 3.0 really available? How can I activate or access them?

I appreciate any help. Thanks!
Jordineslon_0-1730551776740.png
 
PC: HP Compaq Elite 8300 Small Form Factor PC
Operating System: Microsoft Windows 10 (64-bit)

Hello,

I am using my old PC's blue USB ports to plug in a USB WI-FI adapter. I would like to benefit from the USB 3.0 speed, but I get the message, "Device can perform faster when connected to USB 3.0."

I've already updated to the latest USB drivers and BIOS version.

On USB Device Viewer, I can see 4 USB SS ports available (below), but no matter which physical port I plug my devices into, they are never one of these 4 ports.

Are these USB 3.0 really available? How can I activate or access them?

I appreciate any help. Thanks!
Jordineslon_0-1730551776740.png
Are u using a seperate plug-in usb hub with a number of ports?
No, only the computer standard ports. Physically there are only 10 ports (4 USB 3.0 and 6 USB 2.0).
 
USB3 connectors basically include USB2 on a few pins. So check with different cables; if you used the same cable for every port, and the cable is broken, the outcome will be exactly what you see. Also test with different USB3 devices, as the connector on the USB3 device may also be broken.
outdated or incorrectly installed USB drivers, locked or write-protected devices, and virus or malware infections on your computer or the USB device
 
USB3 connectors basically include USB2 on a few pins. So check with different cables; if you used the same cable for every port, and the cable is broken, the outcome will be exactly what you see. Also test with different USB3 devices, as the connector on the USB3 device may also be broken.
outdated or incorrectly installed USB drivers, locked or write-protected devices, and virus or malware infections on your computer or the USB device
Hi, thanks for the suggestion. I connected an external SDD drive (USD 3.0) in different blue ports, and it keeps not connecting using USB3. I uninstalled and reinstalled all USB controller drivers, but there were no changes.
 
Does the following Powershell cmdlet list connected USB devices/drives ?

Get-PNPDevice -Class "USB"
Results from my computer:

PS C:\WINDOWS\system32> Get-PNPDevice -Class "USB"

Status Class FriendlyName InstanceId
------ ----- ------------ ----------
OK USB Logitech USB Camera (Pro 9000) USB\VID_046D...
OK USB Intel(R) USB 3.1 eXtensible Host Controller - 1.10 (Microsoft) PCI\VEN_8086...
OK USB USB Root Hub (USB 3.0) USB\ROOT_HUB...
OK USB Realtek USB 2.0 Card Reader USB\VID_0BDA...
Unknown USB USB Mass Storage Device USB\VID_174C...
OK USB USB Composite Device USB\VID_046D...


PS C:\WINDOWS\system32>


And you can alter the format further by using:

PS C:\WINDOWS\system32> Get-PnpDevice -Class USB | Format-List Name,DeviceID,Driver


Name : Logitech USB Camera (Pro 9000)
DeviceID : USB\VID_046D&PID_0990\7CEA4228

Name : Intel(R) USB 3.1 eXtensible Host Controller - 1.10 (Microsoft)
DeviceID : PCI\VEN_8086&DEV_A36D&SUBSYS_08681028&REV_10\3&11583659&0&A0

Name : USB Root Hub (USB 3.0)
DeviceID : USB\ROOT_HUB30\4&3798F3CA&0&0

Name : Realtek USB 2.0 Card Reader
DeviceID : USB\VID_0BDA&PID_0129\20100201396000000

Name : USB Mass Storage Device
DeviceID : USB\VID_174C&PID_55AA\1234567891DF

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C52B\5&16E922E4&0&9


Objective being to use Powershell as another way to see things from a "Windows" viewpoint.

Note: You can easily copy and paste Powershell cmdlets into Powershell.
 
Does the following Powershell cmdlet list connected USB devices/drives ?

Get-PNPDevice -Class "USB"
Results from my computer:

PS C:\WINDOWS\system32> Get-PNPDevice -Class "USB"

Status Class FriendlyName InstanceId
------ ----- ------------ ----------
OK USB Logitech USB Camera (Pro 9000) USB\VID_046D...
OK USB Intel(R) USB 3.1 eXtensible Host Controller - 1.10 (Microsoft) PCI\VEN_8086...
OK USB USB Root Hub (USB 3.0) USB\ROOT_HUB...
OK USB Realtek USB 2.0 Card Reader USB\VID_0BDA...
Unknown USB USB Mass Storage Device USB\VID_174C...
OK USB USB Composite Device USB\VID_046D...


PS C:\WINDOWS\system32>


And you can alter the format further by using:

PS C:\WINDOWS\system32> Get-PnpDevice -Class USB | Format-List Name,DeviceID,Driver


Name : Logitech USB Camera (Pro 9000)
DeviceID : USB\VID_046D&PID_0990\7CEA4228

Name : Intel(R) USB 3.1 eXtensible Host Controller - 1.10 (Microsoft)
DeviceID : PCI\VEN_8086&DEV_A36D&SUBSYS_08681028&REV_10\3&11583659&0&A0

Name : USB Root Hub (USB 3.0)
DeviceID : USB\ROOT_HUB30\4&3798F3CA&0&0

Name : Realtek USB 2.0 Card Reader
DeviceID : USB\VID_0BDA&PID_0129\20100201396000000

Name : USB Mass Storage Device
DeviceID : USB\VID_174C&PID_55AA\1234567891DF

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C52B\5&16E922E4&0&9


Objective being to use Powershell as another way to see things from a "Windows" viewpoint.

Note: You can easily copy and paste Powershell cmdlets into Powershell.
Not sure what this is doing, but here are the results:
PS C:\Users\Fernando> Get-PnpDevice -Class USB | Format-List Name,DeviceID,Driver

Name : USB Mass Storage Device
DeviceID : USB\VID_1058&PID_0820\575842314538343355544157

Name : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
DeviceID : PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C&REV_04\3&11583659&0&A0

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\5&5E31287&0&1

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\5&5E31287&0&3

Name : USB Root Hub
DeviceID : USB\ROOT_HUB20\4&FF39A27&0

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&1

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&2

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&3

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&4

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&6

Name : Generic USB Hub
DeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&3

Name : Generic USB Hub
DeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&4

Name : USB Mass Storage Device
DeviceID : USB\VID_0781&PID_5406\087703163E429EDE

Name : USB Composite Device
DeviceID : USB\VID_0B0E&PID_24C7\50C27543FE60

Name : USB Composite Device
DeviceID : USB\VID_04B8&PID_1135\583539443138383074

Name : USB Mass Storage Device
DeviceID : USB\VID_2237&PID_4235\N5063AC445285

Name : USB Printing Support
DeviceID : USB\VID_04B8&PID_1135&MI_01\7&E875931&3&0001

Name : USB Composite Device
DeviceID : USB\VID_0B0E&PID_245E\70BF92887CD2015700

Name : Generic USB Hub
DeviceID : USB\VID_8087&PID_0024\5&304BFEFD&0&1

Name : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
DeviceID : PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C&REV_04\3&11583659&0&D0

Name : Generic USB Hub
DeviceID : USB\VID_8087&PID_0024\5&C7AD17E&0&1

Name : USB Mass Storage Device
DeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&2

Name : USB Mass Storage Device
DeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&4

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_0821\6B03C9A0

Name : USB Composite Device
DeviceID : USB\VID_0B0E&PID_245E\6&332E6DD3&0&1

Name : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
DeviceID : PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C&REV_04\3&11583659&0&E8

Name : USB Root Hub
DeviceID : USB\ROOT_HUB20\4&382F8A7E&0

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&1

Name : USB Composite Device
DeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&3

Name : USB Mass Storage Device
DeviceID : USB\VID_8644&PID_800B\0000000000000612

Name : USB Root Hub (USB 3.0)
DeviceID : USB\ROOT_HUB30\4&323AE9E0&1&0
 
Had this on a friend's old Phenom 955 motherboard. No matter what I tried, I could not get the two USB 3.0 ports to run faster than USB 2.0 speeds.

In the end, I installed a cheap PCIe x1 USB 3 card which worked perfectly.
I'm considering that as well.
See if they have the driver package for chipset. HP wants model/serial number input to provide the correct drivers...
Thanks. I ran their automatic check, and all drives are updated. However, their support only goes up to Win8.1, and I'm using Win10. Maybe this is the problem.
 
The objective of the Get-PNPDevice cmdlet is to help identify USB ports, speeds, and devices.

One real possibility being that the "blue color" does not truly represent the presence of an actual Superspeed port.

Therefore, Windows does not recognize the port in question as being Superspeed.

I noted, for example, two USB 3.0 entries among 31 entries.

Actually, looking back, it may be of additional help to present more information regarding conected USB devices.

Get-PNPDevice -Class "USB" | Format-List

Look for USB Speed related content. E.g., "USB 3.0" , "2.0" etc...
 
  • Like
Reactions: KingLoki
The objective of the Get-PNPDevice cmdlet is to help identify USB ports, speeds, and devices.

One real possibility being that the "blue color" does not truly represent the presence of an actual Superspeed port.

Therefore, Windows does not recognize the port in question as being Superspeed.

I noted, for example, two USB 3.0 entries among 31 entries.

Actually, looking back, it may be of additional help to present more information regarding conected USB devices.

Get-PNPDevice -Class "USB" | Format-List

Look for USB Speed related content. E.g., "USB 3.0" , "2.0" etc...
Here it is, but I don't see the speed mentioned, except in the descriptions that we already had.


Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_1058&PID_0820\575842314538343355544157
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_1058&PID_0820\575842314538343355544157
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_1058&PID_0820&REV_1012, USB\VID_1058&PID_0820}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_1058&PID_0820\575842314538343355544157
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Description : USB xHCI Compliant Host Controller
InstallDate :
Name : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C&REV_04\3&11583659&0&A0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C&REV_04\3&11583659&0&A0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {PCI\VEN_8086&DEV_1E31&REV_04, PCI\VEN_8086&DEV_1E31, PCI\VEN_8086&CC_0C0330,
PCI\VEN_8086&CC_0C03…}
HardwareID : {PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C&REV_04, PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C,
PCI\VEN_8086&DEV_1E31&CC_0C0330, PCI\VEN_8086&DEV_1E31&CC_0C03}
Manufacturer : Generic USB xHCI Host Controller
PNPClass : USB
Present : True
Service : USBXHCI
PSComputerName :
Class : USB
FriendlyName : Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
InstanceId : PCI\VEN_8086&DEV_1E31&SUBSYS_3397103C&REV_04\3&11583659&0&A0
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\5&5E31287&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\5&5E31287&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\5&5E31287&0&1
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\5&5E31287&0&3
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\5&5E31287&0&3
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\5&5E31287&0&3
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Root Hub
Description : USB Root Hub
InstallDate :
Name : USB Root Hub
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\ROOT_HUB20\4&FF39A27&0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\ROOT_HUB20\4&FF39A27&0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID :
HardwareID : {USB\ROOT_HUB20&VID8086&PID1E2D&REV0004, USB\ROOT_HUB20&VID8086&PID1E2D, USB\ROOT_HUB20}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : USB Root Hub
InstanceId : USB\ROOT_HUB20\4&FF39A27&0
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&3A34E632&0&1
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&2
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&2
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&3A34E632&0&2
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&3
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&3
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&3A34E632&0&3
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&4
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&4
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&3A34E632&0&4
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&6
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&3A34E632&0&6
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&3A34E632&0&6
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : Generic USB Hub
Description : Generic USB Hub
InstallDate :
Name : Generic USB Hub
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&3
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&3
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_09&SubClass_00&Prot_00, USB\Class_09&SubClass_00, USB\Class_09}
HardwareID : {USB\VID_0A12&PID_4010&REV_1680, USB\VID_0A12&PID_4010}
Manufacturer : (Generic USB Hub)
PNPClass : USB
Present : False
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : Generic USB Hub
InstanceId : USB\VID_0A12&PID_4010\6&3A34E632&0&3
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : Generic USB Hub
Description : Generic USB Hub
InstallDate :
Name : Generic USB Hub
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&4
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0A12&PID_4010\6&3A34E632&0&4
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_09&SubClass_00&Prot_00, USB\Class_09&SubClass_00, USB\Class_09}
HardwareID : {USB\VID_0A12&PID_4010&REV_1680, USB\VID_0A12&PID_4010}
Manufacturer : (Generic USB Hub)
PNPClass : USB
Present : False
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : Generic USB Hub
InstanceId : USB\VID_0A12&PID_4010\6&3A34E632&0&4
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0781&PID_5406\087703163E429EDE
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0781&PID_5406\087703163E429EDE
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_0781&PID_5406&REV_0200, USB\VID_0781&PID_5406}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_0781&PID_5406\087703163E429EDE
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0B0E&PID_24C7\50C27543FE60
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0B0E&PID_24C7\50C27543FE60
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_0B0E&PID_24C7&REV_0116, USB\VID_0B0E&PID_24C7}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_0B0E&PID_24C7\50C27543FE60
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_04B8&PID_1135\583539443138383074
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_04B8&PID_1135\583539443138383074
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_04B8&PID_1135&REV_0100, USB\VID_04B8&PID_1135}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_04B8&PID_1135\583539443138383074
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_2237&PID_4235\N5063AC445285
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_2237&PID_4235\N5063AC445285
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_2237&PID_4235&REV_0401, USB\VID_2237&PID_4235}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_2237&PID_4235\N5063AC445285
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Printing Support
Description : USB Printing Support
InstallDate :
Name : USB Printing Support
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_04B8&PID_1135&MI_01\7&E875931&3&0001
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_04B8&PID_1135&MI_01\7&E875931&3&0001
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_07&SubClass_01&Prot_02, USB\Class_07&SubClass_01, USB\Class_07}
HardwareID : {USB\VID_04B8&PID_1135&REV_0100&MI_01, USB\VID_04B8&PID_1135&MI_01}
Manufacturer : Microsoft
PNPClass : USB
Present : True
Service : usbprint
PSComputerName :
Class : USB
FriendlyName : USB Printing Support
InstanceId : USB\VID_04B8&PID_1135&MI_01\7&E875931&3&0001
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0B0E&PID_245E\70BF92887CD2015700
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0B0E&PID_245E\70BF92887CD2015700
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_0B0E&PID_245E&REV_0187, USB\VID_0B0E&PID_245E}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_0B0E&PID_245E\70BF92887CD2015700
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : Generic USB Hub
Description : Generic USB Hub
InstallDate :
Name : Generic USB Hub
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_8087&PID_0024\5&304BFEFD&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_8087&PID_0024\5&304BFEFD&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_09&SubClass_00&Prot_00, USB\Class_09&SubClass_00, USB\Class_09}
HardwareID : {USB\VID_8087&PID_0024&REV_0000, USB\VID_8087&PID_0024}
Manufacturer : (Generic USB Hub)
PNPClass : USB
Present : True
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : Generic USB Hub
InstanceId : USB\VID_8087&PID_0024\5&304BFEFD&0&1
Problem : CM_PROB_NONE
ProblemDescription :

Caption : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Description : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
InstallDate :
Name : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C&REV_04\3&11583659&0&D0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C&REV_04\3&11583659&0&D0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {PCI\VEN_8086&DEV_1E2D&REV_04, PCI\VEN_8086&DEV_1E2D, PCI\VEN_8086&CC_0C0320,
PCI\VEN_8086&CC_0C03…}
HardwareID : {PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C&REV_04, PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C,
PCI\VEN_8086&DEV_1E2D&CC_0C0320, PCI\VEN_8086&DEV_1E2D&CC_0C03}
Manufacturer : Intel
PNPClass : USB
Present : True
Service : usbehci
PSComputerName :
Class : USB
FriendlyName : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
InstanceId : PCI\VEN_8086&DEV_1E2D&SUBSYS_3397103C&REV_04\3&11583659&0&D0
Problem : CM_PROB_NONE
ProblemDescription :

Caption : Generic USB Hub
Description : Generic USB Hub
InstallDate :
Name : Generic USB Hub
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_8087&PID_0024\5&C7AD17E&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_8087&PID_0024\5&C7AD17E&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_09&SubClass_00&Prot_00, USB\Class_09&SubClass_00, USB\Class_09}
HardwareID : {USB\VID_8087&PID_0024&REV_0000, USB\VID_8087&PID_0024}
Manufacturer : (Generic USB Hub)
PNPClass : USB
Present : True
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : Generic USB Hub
InstanceId : USB\VID_8087&PID_0024\5&C7AD17E&0&1
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&2
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&2
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_1D6B&PID_0106&REV_0401, USB\VID_1D6B&PID_0106}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_1D6B&PID_0106\6&3A34E632&0&2
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&4
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_1D6B&PID_0106\6&3A34E632&0&4
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_1D6B&PID_0106&REV_0401, USB\VID_1D6B&PID_0106}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_1D6B&PID_0106\6&3A34E632&0&4
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_0821\6B03C9A0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_0821\6B03C9A0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_0821&REV_0010, USB\VID_046D&PID_0821}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_0821\6B03C9A0
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_0B0E&PID_245E\6&332E6DD3&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_0B0E&PID_245E\6&332E6DD3&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_0B0E&PID_245E&REV_0187, USB\VID_0B0E&PID_245E}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_0B0E&PID_245E\6&332E6DD3&0&1
Problem : CM_PROB_NONE
ProblemDescription :

Caption : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Description : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
InstallDate :
Name : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C&REV_04\3&11583659&0&E8
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C&REV_04\3&11583659&0&E8
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {PCI\VEN_8086&DEV_1E26&REV_04, PCI\VEN_8086&DEV_1E26, PCI\VEN_8086&CC_0C0320,
PCI\VEN_8086&CC_0C03…}
HardwareID : {PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C&REV_04, PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C,
PCI\VEN_8086&DEV_1E26&CC_0C0320, PCI\VEN_8086&DEV_1E26&CC_0C03}
Manufacturer : Intel
PNPClass : USB
Present : True
Service : usbehci
PSComputerName :
Class : USB
FriendlyName : Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
InstanceId : PCI\VEN_8086&DEV_1E26&SUBSYS_3397103C&REV_04\3&11583659&0&E8
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Root Hub
Description : USB Root Hub
InstallDate :
Name : USB Root Hub
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\ROOT_HUB20\4&382F8A7E&0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\ROOT_HUB20\4&382F8A7E&0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID :
HardwareID : {USB\ROOT_HUB20&VID8086&PID1E26&REV0004, USB\ROOT_HUB20&VID8086&PID1E26, USB\ROOT_HUB20}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbhub
PSComputerName :
Class : USB
FriendlyName : USB Root Hub
InstanceId : USB\ROOT_HUB20\4&382F8A7E&0
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&1
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&1
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : False
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&332E6DD3&0&1
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Composite Device
Description : USB Composite Device
InstallDate :
Name : USB Composite Device
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&3
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_046D&PID_C534\6&332E6DD3&0&3
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\DevClass_00&SubClass_00&Prot_00, USB\DevClass_00&SubClass_00, USB\DevClass_00,
USB\COMPOSITE}
HardwareID : {USB\VID_046D&PID_C534&REV_2901, USB\VID_046D&PID_C534}
Manufacturer : (Standard USB Host Controller)
PNPClass : USB
Present : True
Service : usbccgp
PSComputerName :
Class : USB
FriendlyName : USB Composite Device
InstanceId : USB\VID_046D&PID_C534\6&332E6DD3&0&3
Problem : CM_PROB_NONE
ProblemDescription :

Caption : USB Mass Storage Device
Description : USB Mass Storage Device
InstallDate :
Name : USB Mass Storage Device
Status : Unknown
Availability :
ConfigManagerErrorCode : CM_PROB_PHANTOM
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\VID_8644&PID_800B\0000000000000612
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\VID_8644&PID_800B\0000000000000612
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID : {USB\Class_08&SubClass_06&Prot_50, USB\Class_08&SubClass_06, USB\Class_08}
HardwareID : {USB\VID_8644&PID_800B&REV_0100, USB\VID_8644&PID_800B}
Manufacturer : Compatible USB storage device
PNPClass : USB
Present : False
Service : USBSTOR
PSComputerName :
Class : USB
FriendlyName : USB Mass Storage Device
InstanceId : USB\VID_8644&PID_800B\0000000000000612
Problem : CM_PROB_PHANTOM
ProblemDescription :

Caption : USB Root Hub (USB 3.0)
Description : USB Root Hub (USB 3.0)
InstallDate :
Name : USB Root Hub (USB 3.0)
Status : OK
Availability :
ConfigManagerErrorCode : CM_PROB_NONE
ConfigManagerUserConfig : False
CreationClassName : Win32_PnPEntity
DeviceID : USB\ROOT_HUB30\4&323AE9E0&1&0
ErrorCleared :
ErrorDescription :
LastErrorCode :
PNPDeviceID : USB\ROOT_HUB30\4&323AE9E0&1&0
PowerManagementCapabilities :
PowerManagementSupported :
StatusInfo :
SystemCreationClassName : Win32_ComputerSystem
SystemName : DESKTOP-5JSAQD6
ClassGuid : {36fc9e60-c465-11cf-8056-444553540000}
CompatibleID :
HardwareID : {USB\ROOT_HUB30&VID8086&PID1E31&REV0004, USB\ROOT_HUB30&VID8086&PID1E31, USB\ROOT_HUB30}
Manufacturer : (Standard USB HUBs)
PNPClass : USB
Present : True
Service : USBHUB3
PSComputerName :
Class : USB
FriendlyName : USB Root Hub (USB 3.0)
InstanceId : USB\ROOT_HUB30\4&323AE9E0&1&0
Problem : CM_PROB_NONE
ProblemDescription :

[Moderator note: Do not post dumps without using the spoiler tags around it]
 
Last edited by a moderator: