插入我的 USB 并检查设备管理器,选择General UDisk USB Device
:
我无法获取 usb 的 vid 和 pid 值。
以管理员权限进入cmd:
wmic path CIM_LogicalDevice where "Description like 'USB%'" get /value
Availability=
Caption=USB Mass Storage Device
ClassCode=
ConfigManagerErrorCode=0
ConfigManagerUserConfig=FALSE
CreationClassName=Win32_USBHub
CurrentAlternateSettings=
CurrentConfigValue=
Description=USB Mass Storage Device
DeviceID=USB\VID_ABCD&PID_1234\5&186144F5&0&4
ErrorCleared=
ErrorDescription=
GangSwitched=
InstallDate=
LastErrorCode=
Name=USB Mass Storage Device
NumberOfConfigs=
NumberOfPorts=
PNPDeviceID=USB\VID_ABCD&PID_1234\5&186144F5&0&4
PowerManagementCapabilities=
PowerManagementSupported=
ProtocolCode=
Status=OK
StatusInfo=
SubclassCode=
SystemCreationClassName=Win32_ComputerSystem
SystemName=DESKTOP-IM4RDOM
USBVersion=
我获取到了vid值--ABCD和pid值--1234.为什么在设备管理器中获取不到呢?在什么情况下在设备管理器中无法获取vid和pid值?