Драйверы Windows

Содержание
Пример
Вывод в файл
Похожие статьи

Пример

WIN + R → cmd

driverquery

Module Name Display Name Driver Type Link Date ============ ====================== ============= ====================== 1394ohci 1394 OHCI Compliant Ho Kernel 3ware 3ware Kernel 19-May-15 1:28:03 AM ACPI Microsoft ACPI Driver Kernel AcpiDev ACPI Devices driver Kernel acpiex Microsoft ACPIEx Drive Kernel acpipagr ACPI Processor Aggrega Kernel AcpiPmi ACPI Power Meter Drive Kernel acpitime ACPI Wake Alarm Driver Kernel …

Более подробно

driverquery /V

Module Name Display Name Description Driver Type Start Mode State Status Accept Stop Accept Pause Paged Pool(bytes) Code(bytes) BSS(bytes) Link Date Path Init(bytes) ============ ====================== ====================== ============= ========== ========== ========== =========== ============ ================= =========== ========== ====================== ================================================ =========== 1394ohci 1394 OHCI Compliant Ho 1394 OHCI Compliant Ho Kernel Manual Stopped OK FALSE FALSE 4,096 229,376 0 C:\Windows\system32\drivers\1394ohci.sys 4,096 3ware 3ware 3ware Kernel Manual Stopped OK FALSE FALSE 0 81,920 0 19-May-15 1:28:03 AM C:\Windows\system32\drivers\3ware.sys 4,096 ACPI Microsoft ACPI Driver Microsoft ACPI Driver Kernel Boot Running OK TRUE FALSE 176,128 442,368 0 C:\Windows\system32\drivers\ACPI.sys 24,576 AcpiDev ACPI Devices driver ACPI Devices driver Kernel Manual Stopped OK FALSE FALSE 8,192 8,192 0 C:\Windows\system32\drivers\AcpiDev.sys 4,096 acpiex Microsoft ACPIEx Drive Microsoft ACPIEx Drive Kernel Boot Running OK TRUE FALSE 40,960 65,536 0 C:\Windows\system32\Drivers\acpiex.sys 4,096 acpipagr ACPI Processor Aggrega ACPI Processor Aggrega Kernel Manual Running OK TRUE FALSE 4,096 4,096 0 C:\Windows\system32\drivers\acpipagr.sys 4,096 AcpiPmi ACPI Power Meter Drive ACPI Power Meter Drive Kernel Manual Stopped OK FALSE FALSE 8,192 4,096 0 C:\Windows\system32\drivers\acpipmi.sys 4,096 acpitime ACPI Wake Alarm Driver ACPI Wake Alarm Driver Kernel Manual Running OK TRUE FALSE 8,192 4,096 0 C:\Windows\system32\drivers\acpitime.sys 4,096 …

Вывод в файл

Вывести результат в файл

driverquery /V > driverquery.txt

Вывести результат в таблицу

driverquery /V /fo csv > driverquery.csv

Подробнее о команде здесь.