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
OEM Drivers
to properly find out how many Drivers were written specifically for my SUBSYS is to search in the Dell Model Pack for my laptop for my
SUBSYS
which is
08321028
1
Get-ChildItem 'D:\OSDDrivers\Expand\DellModel\DellModel X9 Precision 7730 10.0 A07' -Recurse -Include *.inf -File | `
2
Select-String '08321028' | Select Path
Copied!
The results are not so spectacular.
Out 178 INF files in this Dell Model Pack, only 7 matches (3%)
Realtek SD Card Reader
Intel Ethernet
AMD Video
Intel Video
Nvidia Video
Conclusion
In this particular case, this example should demonstrate that the number of
OEM Customizations
is not significant.
And finally, wasn't the OEM Customized Drivers by Realtek, Intel, and Nvidia, also found in Microsoft Update Catalog?
​
Previous
Microsoft Update Catalog
Next
Generic Drivers
Last modified
2yr ago
Copy link
Contents
Conclusion