Universal Intel Chipset Drivers Updater
- rvail
-
- Online
- poster 5
-

Enregistré
- Príspevky: 23
- Thanks: 21
Re: Universal Intel Chipset Drivers Updater
pred 20 hodinami 56 minútami - pred 20 hodinami 42 minútami
The free version of Driver Genius detects 3 Intel Chipset driver updates, while your utility is showing that everything is fully updated.
So: how to decide whether the driver date is more important, or that the driver version is more important?
Note: this is for an Intel Z270 desktop ATX motherboard system running Windows 10 22H2, build 19045.7548.
So: how to decide whether the driver date is more important, or that the driver version is more important?
Note: this is for an Intel Z270 desktop ATX motherboard system running Windows 10 22H2, build 19045.7548.
Posledný krát upravené:pred 20 hodinami 42 minútami rvail
Nasledujúci užívateľ(ia) povedali ďakujem: duttyend
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
- FirstEver
-
Autor témy
- Offline
- Big Poster
-

Enregistré
- Príspevky: 88
- Thanks: 158
Re: Universal Intel Chipset Drivers Updater
pred 12 hodinami 36 minútami - pred 3 hodinami 57 minútamiThe free version of Driver Genius detects 3 Intel Chipset driver updates, while your utility is showing that everything is fully updated.
So: how to decide whether the driver date is more important, or that the driver version is more important?
Note: this is for an Intel Z270 desktop ATX motherboard system running Windows 10 22H2, build 19045.7548.
Thank you for reporting this.
I have created a copy of this report as an issue in my GitHub repository, where I've documented the full technical investigation and analysis of the discrepancy.
github.com/FirstEverTech/Universal-Intel...et-Updater/issues/26
My tool enumerates only live Plug and Play devices (Get-PnpDevice) with Status = OK, then matches the detected Hardware IDs against Intel's INF database before launching Intel's official SetupChipset installer. Driver Genius reports three additional Skylake-related devices (1901, 1911 and Host Bridge), but I currently have no evidence that these devices actually exist in the live PnP tree. During my analysis I also corrected one of my earlier assumptions: the A29x hardware IDs detected by my updater identify Intel 200 Series PCH devices, not the CPU generation itself. Therefore, the remaining question is no longer why my updater did not install those INF files, but why Driver Genius reports three Skylake CPU-integrated devices that are absent from live Plug and Play enumeration.
At this point I cannot conclude which tool is correct without additional evidence.
Could you please provide:
- CPU-Z (CPU tab)
- Device Manager → View → Show hidden devices → System devices
- the output of:
PowerShell:
Get-PnpDevice -PresentOnly:$false | Where-Object InstanceId -like 'PCI\VEN_8086*'
- or
PowerShell:
pnputil /enum-devices /class System
This will allow us to determine whether Driver Genius is reporting non-present devices, cached entries, or whether my live enumeration is missing something.
Posledný krát upravené:pred 3 hodinami 57 minútami FirstEver
Nasledujúci užívateľ(ia) povedali ďakujem: duttyend
Prosím Prihlásiť alebo Registrácia pre zdieľanie konverzácie.
Čas vytvorenia stránky: 0.081 sekúnd

