没有 WMI 信息的外部硬盘

没有 WMI 信息的外部硬盘

某个用户的某些软件崩溃了,因为它期望 WMI 中的 TotalSectors 对所有 都存在Win32_DiskDrive。它的 powershell 输出如下。

我询问用户该设备是否有问题,他回答说“我到处使用它都很好,但我知道有时候 Windows 会要求‘修复’其中的某些东西,并且总是单击‘否’。”

我很好奇它可能出了什么问题,这样我就可以在补丁发布之前为其他可能遇到类似问题的用户提供建议。此外,我如何才能强制设备像这样显示以进行测试。

PSComputerName              : censored-PC
ConfigManagerErrorCode      : 0
LastErrorCode               :
NeedsCleaning               :
Status                      : OK
DeviceID                    : \\.\PHYSICALDRIVE1
StatusInfo                  :
Partitions                  : 0
BytesPerSector              :
ConfigManagerUserConfig     : False
DefaultBlockSize            :
Index                       : 1
InstallDate                 :
InterfaceType               : USB
MaxBlockSize                :
MaxMediaSize                :
MinBlockSize                :
NumberOfMediaSupported      :
SectorsPerTrack             :
Size                        :
TotalCylinders              :
TotalHeads                  :
TotalSectors                :
TotalTracks                 :
TracksPerCylinder           :
__GENUS                     : 2
__CLASS                     : Win32_DiskDrive
__SUPERCLASS                : CIM_DiskDrive
__DYNASTY                   : CIM_ManagedSystemElement
__RELPATH                   : Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE1"
__PROPERTY_COUNT            : 51
__DERIVATION                : {CIM_DiskDrive, CIM_MediaAccessDevice, CIM_LogicalDevice, CIM_LogicalElement...}
__SERVER                    : censored-PC
__NAMESPACE                 : root\cimv2
__PATH                      : \\censored-PC\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE1"
Availability                :
Capabilities                :
CapabilityDescriptions      :
Caption                     : Generic- Multi-Card USB Device
CompressionMethod           :
CreationClassName           : Win32_DiskDrive
Description                 : Unidad de disco
ErrorCleared                :
ErrorDescription            :
ErrorMethodology            :
FirmwareRevision            : 1.00
Manufacturer                : (Unidades de disco estándar)
MediaLoaded                 : True
MediaType                   :
Model                       : Generic- Multi-Card USB Device
Name                        : \\.\PHYSICALDRIVE1
PNPDeviceID                 : USBSTOR\DISK&VEN_GENERIC-&PROD_MULTI-CARD&REV_1.00\20090516388200000&0
PowerManagementCapabilities :
PowerManagementSupported    :
SCSIBus                     : 0
SCSILogicalUnit             : 0
SCSIPort                    : 0
SCSITargetId                : 0
SerialNumber                : 20090516388200000
Signature                   : 0
SystemCreationClassName     : Win32_ComputerSystem
SystemName                  : censored-PC
Scope                       : System.Management.ManagementScope
Path                        : \\censored-PC\root\cimv2:Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE1"
Options                     : System.Management.ObjectGetOptions
ClassPath                   : \\censored-PC\root\cimv2:Win32_DiskDrive
Properties                  : {Availability, BytesPerSector, Capabilities, CapabilityDescriptions...}
SystemProperties            : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers                  : {dynamic, Locale, provider, UUID}
Site                        :
Container                   :

相关内容