OSDeploy.com
Twitter
PowerShell Gallery
GitHub
Search…
Overview
Release Notes
OSDeploy Home
Module
Install and Update
Functions
PowerShell Gallery
GitHub
Docs
Driver Basics
SystemSKU
HardwareID
SUBSYS
Microsoft Update Catalog
OEM Drivers
Generic Drivers
Audio Drivers
Driver Family Packs
Security
Recommendation
AmdPack (AMD Video)
NvidiaPack (Nvidia Video)
OSDDriver Basics
How I Roll
Links
Dell
Intel
Nvidia
Development
Solutions
NvidiaPack
Examples
ConfigMgr
Deployment
Real World
HPMultiPack
Powered By
GitBook
HardwareID
I'll leave it to Microsoft to explain what a HardwareID is and how it relates to Drivers
Hardware ID - Windows drivers
docsmsft
When looking in my Device Manager at my Video Card (
Intel UHD Graphics 630
), the
HardwareID
of the device is
PCI\VEN_8086&DEV_3E9B
This translates to the following:
The Video Card is on my PCI Bus
The Manufacturer of the Video Card is VEN_8086, which is Intel
The unique Id of the Device is 3E9B
This means that every computer that has a
DeviceID
of
PCI\VEN_8086&DEV_3E9B
should have the same exact
Intel UHD Graphics 630
Video Card
Driver INF
Looking into the Driver INF, there is a match for
PCI\VEN_8086&DEV_3E9B
. This means that if I have this
DeviceID
, the Driver will install
Previous
SystemSKU
Next
SUBSYS
Last modified
2yr ago
Copy link
Contents
Driver INF