Hey everyone ![]()
I’ve put together an experimental, hardware-aware Windows driver auto-installer that detects what’s actually present on your system and installs only the relevant third-party drivers.
Important: this is currently UNTESTED on a wide range of real hardware. It builds, it runs, and detection logic works — but consider this an early release / power-user tool. ![]()
Links
-
Repository:
https://github.com/vibecoder2001/3rdparty-autoinstall -
Initial release (v1.0 – untested):
https://github.com/vibecoder2001/3rdparty-autoinstall/releases/tag/1.0
What it does
-
Uses Windows PnP APIs (Get-PnpDevice -PresentOnly) to detect hardware -
Automatically enables only the relevant installer sections -
Installs drivers from CAB files via expand.exe+pnputil -
Cleans up all temp files after install (no junk left behind)
Currently supported
Intel Chipsets
-
CML

-
JSL



-
TGL

-
ADL / RPL

-
ADL-N / TWL

-
MTL

WLAN
-
Intel

-
MediaTek

-
Realtek

SD Card Readers
-
Genesis Logic

-
Bayhub

-
Realtek

Current status
-
Not regression-tested -
Not validated across many systems -
No guarantees -
Detection logic works -
Installer sections auto-select correctly -
CAB-based driver install paths are sane
Who this is for
-
Power users

-
VM testers

-
Imaging / deployment nerds

-
Anyone who hates vendor “install everything” bundles
Disclaimer
This project is provided as-is:
-
No warranty

-
No promises

-
No responsibility for explosions

Please test carefully, preferably on non-production systems.
Issues, feedback, and PRs are welcome ![]()