Device Driver
From HowToGeek
Device drivers are a piece of software that tell Windows how to talk to the hardware.
Contents |
Overview
Drivers are used to communicate with hardware devices. For instance, the video card driver handles writing to the screen.
Device Examples
- Video cards
- Network cards
- Sound cards
- Storage devices
- Printers
Driver Updates
todo: add info on updating a driver
Troubleshooting Driver Issues
todo: add troubleshooting info
