Universal Intel Chipset Drivers Updater​

  • FirstEver
  • Avatar de FirstEver Autor del tema
  • Fuera de línea
  • Big Poster
  • Big Poster
    Enregistré
  • Mensajes: 54
  • Thanks: 109

Re: Universal Intel Chipset Drivers Updater​

2 meses 1 semana antes - 2 meses 1 semana antes
#
Hi everyone!

Just a quick update on the Universal Intel Chipset Updater.

The tool has been running absolutely flawlessly for quite some time now — no new bug reports, no issues, despite being used by thousands of people.
Most questions I get turn out to be related to the users' own systems, not the updater itself.

Error 1603 during MSI installation​
Since everything has been stable, I recently took some time to help a user who was struggling with a corrupted previous installation of the Intel Chipset Device Software.
Because of that corruption, they couldn't install any newer versions — even those offered by my updater — and kept running into Error 1603.

I helped them clean up the broken installation manually, and in the end, they were finally able to use the updater successfully. 

This issue isn't limited to Intel Chipset Device Software — Error 1603 can affect any MSI package when the old installation is damaged.
So I documented the entire solution, hoping it might help others in the future.

Full case and solution here:
github.com/FirstEverTech/Universal-Intel-Chipset-Updater/issues/14#issuecomment-4010882232

Hope this helps someone!
Última Edición: 2 meses 1 semana antes por FirstEver.
El siguiente usuario dijo gracias: duttyend, fikotr74

Por favor, Conectar o Crear cuenta para unirse a la conversación.

  • FirstEver
  • Avatar de FirstEver Autor del tema
  • Fuera de línea
  • Big Poster
  • Big Poster
    Enregistré
  • Mensajes: 54
  • Thanks: 109

Re: Universal Intel Chipset Drivers Updater​

2 meses 5 días antes - 2 meses 5 días antes
#
Heads-up for Admins: Upcoming Update with Admin-Friendly Features
I'm happy to announce that tomorrow I'll be releasing a new version of the Universal Intel Chipset Device Updater
with several enhancements specifically designed for administrators and automated deployments. 

What's new?
The script will now include dedicated command-line options. These allow for fully unattended execution, silent operation,
and fine-grained control – perfect for integrating into MDM solutions like Microsoft Intune, SCCM, Workspace ONE, or PDQ Deploy.

Key improvement:
The PowerShell script (.ps1) can now be used completely independently – no more need for the batch wrapper (Run.bat).
Of course, if you're already using the .bat file, it will continue to work without any issues; the script is fully backward compatible.

Why this matters for admins:
By using the .ps1 directly, you avoid the common pitfalls associated with self-extracting executables (SFX) – no more concerns
about unsigned code, local certificate warnings, or antivirus false positives. The script is just plain text, easily reviewable,
and can be executed with your preferred execution policy settings.

Once the new version is live, you'll be able to grab it from the usual place (GitHub) and soon also from the PowerShell Gallery.
Stay tuned!

 
Última Edición: 2 meses 5 días antes por FirstEver.
El siguiente usuario dijo gracias: duttyend, fikotr74, virgolicidaniel

Por favor, Conectar o Crear cuenta para unirse a la conversación.

  • FirstEver
  • Avatar de FirstEver Autor del tema
  • Fuera de línea
  • Big Poster
  • Big Poster
    Enregistré
  • Mensajes: 54
  • Thanks: 109

Re: Universal Intel Chipset Drivers Updater​

1 mes 4 semanas antes - 1 mes 4 semanas antes
#
New versions = lots of improvements!
Bonus - completely rebuilt  Universal Intel Wi-Fi and Bluetooth Drivers Updater

Now you can install this updater from  PowerShell Gallery .

Installation
Run PowerShell as Administrator:
Install-Script universal-intel-chipset-device-updater
Manual update (for v2026.03.0012 or older)
Run PowerShell as Administrator:
Update-Script -Name universal-intel-chipset-device-updater
Launch the updater
Run PowerShell as Administrator:
universal-intel-chipset-device-updater
Options:
-help, -? | Display help and exit.
-version, -v | Display the tool version and exit.
-auto, -a | Automatically answer all prompts with Yes — no user interaction required.
-quiet, -q | Run in completely silent mode (no console window). Implies `-auto` and hides the PowerShell window.
-beta | Use beta database for new hardware testing (available from version 2026.03.0013).
-debug, -d | Enable debug output.
-skipverify, -s | Skip the script self-hash verification. Use only for testing!

Changelog:

v2026.03.0013

Improvements
  • Added multi-database support with -beta and -developer flags for early testing of new Intel hardware platforms
  • Implemented automatic script update via PowerShell Gallery when new version is detected
  • Improved console exit behavior: screen clears after credits, showing clean thank you message before returning to prompt
  • Removed unnecessary 5-second wait at the end of -auto / -quiet runs for faster execution
Technical
  • Added warning banner when running in non-default database modes
  • Updated update detection logic to leverage native PowerShell Gallery commands
  • Console output refinements for better user experience in different launch modes
  • Internal cleanup of auto-mode exit routine
v2026.03.0012

Improvements
  • Improved internal version handling and update detection logic
  • Minor refinements in console output formatting
  • General stability improvements
Technical
  • Internal script cleanup
  • Minor workflow optimizations
v2026.03.0011

Improvements
  • Improved platform detection reliability
  • Refined progress and status messages
Technical
  • Code refactoring for maintainability
  • Minor performance improvements in detection routines
v2026.03.0010

Improvements
  • Improved INF database processing reliability
  • Better handling of edge cases during chipset platform detection
Technical
  • Script logic refinements for chipset platform mapping
  • Minor logging improvements
Última Edición: 1 mes 4 semanas antes por FirstEver.
El siguiente usuario dijo gracias: duttyend, Ataemonus, fikotr74, virgolicidaniel, Hagifix

Por favor, Conectar o Crear cuenta para unirse a la conversación.

  • FirstEver
  • Avatar de FirstEver Autor del tema
  • Fuera de línea
  • Big Poster
  • Big Poster
    Enregistré
  • Mensajes: 54
  • Thanks: 109

Re: Universal Intel Chipset Drivers Updater​

3 semanas 3 días antes - 3 semanas 2 días antes
#
Update: 21/04/2026
  • Added new Intel Chipset Device Software installer 10.1.20490.8818 (06/02/2026)
  • Reduced EXE installer size from 107MB to 11MB - MSI file (or 5MB - ZIP version used by the updater)
  • Updated Intel Chipset INF Files database:  intel-chipset-infs-latest.md
  • No need to change the updater code
Última Edición: 3 semanas 2 días antes por FirstEver.
El siguiente usuario dijo gracias: duttyend, fikotr74

Por favor, Conectar o Crear cuenta para unirse a la conversación.

  • FirstEver
  • Avatar de FirstEver Autor del tema
  • Fuera de línea
  • Big Poster
  • Big Poster
    Enregistré
  • Mensajes: 54
  • Thanks: 109

Re: Universal Intel Chipset Drivers Updater​

5 horas 53 minutos antes - 5 horas 38 minutos antes
#
Release: v2026.05.0014

🆕 What's New

Intel Platform Scanner 7.1 (Database Generation)
The scanner script (Intel-Platform-Scanner.ps1) has been significantly improved to produce a cleaner, more accurate intel-chipset-infs-latest.md database:
  • Fixed ArrowLake generation – now correctly shows 15th Gen Core/Core Ultra 200 (was 14th Gen)
  • Added missing generic platforms – ArrowLake, RaptorLake, AlderLake, TigerLake, CometLake, IceLake, Lakefield, CoffeeLake, KabyLake, Skylake, Crystalwell now have proper Order values and appear in correct chronological order
  • PCH Family sorting – all PCH entries (including LynxPoint, PantherPoint, CougarPoint, Wellsburg, Patsburg, Lewisburg, Emmitsburg, etc.) now follow a consistent newest-to-oldest order
  • MeteorLake PCH moved – MeteorLake PCH-N/H/S relocated from CLIENT - Core to PCH Family (correct logical category)
  • DmaSec extensions – six *_Extension-Dmasec entries moved to PCH Family with proper generation descriptions
  • IceLakeX reclassified – moved from XEON / SERVER to WORKSTATION / HEDT
  • Legend cleanup – platforms without dedicated INF files (e.g., Emerald Rapids, Ice Lake-SP, Cascade Lake-X) now have a * and an explanatory note in the footer
  • New notes in MD footer:
    • Wildcat Lake shares HWIDs with Panther Lake
    • Panther Lake H/U are merged into a single entry (same INF)
    • 16th generation (Lunar Lake) is classified under ATOM / LOW POWER
    • Platforms marked with * have no dedicated INF (handled by adjacent INF or inbox drivers)
  • Fixed duplicate type suffix – Generation field no longer ends with redundant - Desktop/Mobile
Universal Intel Chipset Device Updater (Display Improvements)
The console output in [SCREEN 2/4] is now much cleaner and more readable:
  • Grouped HWID display – instead of one line per device, platforms are shown with their HWID list (e.g., - IvyTown (HWID: 0E02, 0E04, 0E08))
  • Compact platform information – each platform uses only 3 lines:
    • Platform name (white)
    • Generation text (gray) – without the word Generation: (prevents long names from wrapping)
    • Latest Intel Chipset INF Utility (gray)
  • Detected → Latest → Status (colored: green/yellow/magenta)
  • Parsing hint – Parsing INF information - it may take up to 30 seconds! (replaces the old ambiguous ...)
  • Simplified header banner – removed redundant separator lines and the Visit: row; author line now includes GitHub link
  • Better Windows Inbox handling – inbox platforms are shown in a compact grouped list, not interleaved with regular updates
Extra blank lines removed – no more double empty lines before the platform information section

📋 Release Files
  • universal-intel-chipset-device-updater.ps1 – Main updater script (v2026.05.0014)
  • ChipsetUpdater-2026.05.0014-Win10-Win11.exe – Self-extracting package (includes updated script)

🔧 Full Changelog
  • Fixed ArrowLake generation in scanner (15th Gen Core/Core Ultra 200)
  • Added 12 generic platform entries to $platformMetadata with proper Order values
  • Reordered PCH Family: Emmitsburg (202), Lewisburg (203), AlderLake (210), CannonLake (240), etc.
  • Moved DmaSec extensions to PCH Family with proper generation names
  • Moved IceLakeX from Xeon to Workstation list
  • Added asterisk * for platforms without dedicated INF and note in footer
  • Removed duplicate - Desktop/Mobile suffix from Generation field
  • Updater: grouped HWID display, compact 3-line platform info, removed Generation: label
  • Updater: added parsing time hint, simplified banner, cleaned up blank lines
  • Version bump to 2026.05.0014
 
Última Edición: 5 horas 38 minutos antes por FirstEver.
El siguiente usuario dijo gracias: duttyend, fikotr74

Por favor, Conectar o Crear cuenta para unirse a la conversación.

Tiempo de carga de la página: 0.082 segundos
Gracias a Foro Kunena