2017-07-07 162 views

回答

0

您可以使用

SELECT * FROM Win32_PnPSignedDriver where DeviceName = 'Disk drive' 

如果我沒看錯,你正在尋找位置

輸出:

instance of Win32_PnPSignedDriver 
{ 
    ClassGuid = "{4d36e967-e325-11ce-bfc1-08002be10318}"; 
    CompatID = "SCSI\\Disk"; 
    Description = "Disk drive"; 
    DeviceClass = "DISKDRIVE"; 
    DeviceID = "SCSI\\DISK&VEN_EQLOGIC&PROD_100E-00\\1&1C121344&0&000000"; 
    DeviceName = "Disk drive"; 
    DevLoader = NULL; 
    DriverDate = "20060621000000.******+***"; 
    DriverName = NULL; 
    DriverProviderName = "Microsoft"; 
    DriverVersion = "6.1.7601.19133"; 
    FriendlyName = "EQLOGIC 100E-00 SCSI Disk Device"; 
    HardWareID = "SCSI\\DiskEQLOGIC_100E-00_________5.2_"; 
    InfName = "disk.inf"; 
    IsSigned = TRUE; 
    Location = "Bus Number 0, Target Id 0, LUN 0"; 
    Manufacturer = "(Standard disk drives)"; 
    PDO = "\\Device\\00000089"; 
    Signer = "Microsoft Windows"; 
}; 
相關問題