list_drivers
List installed drivers with versions and dates, newest first. Filter by name, device class, or only unsigned drivers to identify outdated or unsigned drivers that may cause system crashes.
Instructions
Installed drivers with versions and dates, newest first.
Args: name_filter: Substring matched against device name and provider. device_class: Substring matched against the device class, e.g. "Display", "Net", "System". third_party_only: Exclude drivers provided by Microsoft. unsigned_only: Only drivers without a valid signature. max_items: Maximum rows to return.
A driver dated years before the rest, or an unsigned one, next to a recent bug check is worth investigating first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | ||
| name_filter | No | ||
| device_class | No | ||
| unsigned_only | No | ||
| third_party_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |