Commands · Utility
UtilityWindows
Device Manager
devmgmt.mscThe graphical console listing every piece of hardware Windows has detected, grouped by category, with driver status and update/rollback controls.
// EXAMPLE
A yellow warning triangle on a device in Device Manager is the classic first sign of a missing or failed driver.
// GOTCHA
"Uninstall device" has a checkbox to also delete the driver package — leaving it checked when you just meant to reset a flaky device means Windows won't auto-reinstall a working driver on reboot.
// RELATED COMMANDS