Universal Intel Chipset Drivers Updater
- FirstEver
-
Författare till inlägg
- Offline
- Big Poster
-

Enregistré
- Inlägg: 54
- Thanks: 108
Re: Universal Intel Chipset Drivers Updater
2 månader 1 vecka sedan - 2 månader 1 vecka sedan
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!
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!
Last edit: 2 månader 1 vecka sedan by FirstEver.
Följande användare sa tack: duttyend, fikotr74
Please Logga in eller Skapa ett konto to join the conversation.
- FirstEver
-
Författare till inlägg
- Offline
- Big Poster
-

Enregistré
- Inlägg: 54
- Thanks: 108
Re: Universal Intel Chipset Drivers Updater
2 månader 5 dagar sedan - 2 månader 5 dagar sedan
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!
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!
Last edit: 2 månader 5 dagar sedan by FirstEver.
Följande användare sa tack: duttyend, fikotr74, virgolicidaniel
Please Logga in eller Skapa ett konto to join the conversation.
- FirstEver
-
Författare till inlägg
- Offline
- Big Poster
-

Enregistré
- Inlägg: 54
- Thanks: 108
Re: Universal Intel Chipset Drivers Updater
1 månad 4 veckor sedan - 1 månad 3 veckor sedan
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:
Run PowerShell as Administrator:
Run PowerShell as Administrator:
Changelog:
v2026.03.0013
Improvements
Improvements
Improvements
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:
Manual update (for v2026.03.0012 or older)Install-Script universal-intel-chipset-device-updater
Run PowerShell as Administrator:
Launch the updaterUpdate-Script -Name universal-intel-chipset-device-updater
Run PowerShell as Administrator:
Options:universal-intel-chipset-device-updater
-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
- 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
Improvements
- Improved internal version handling and update detection logic
- Minor refinements in console output formatting
- General stability improvements
- Internal script cleanup
- Minor workflow optimizations
Improvements
- Improved platform detection reliability
- Refined progress and status messages
- Code refactoring for maintainability
- Minor performance improvements in detection routines
Improvements
- Improved INF database processing reliability
- Better handling of edge cases during chipset platform detection
- Script logic refinements for chipset platform mapping
- Minor logging improvements
Last edit: 1 månad 3 veckor sedan by FirstEver.
Följande användare sa tack: duttyend, Ataemonus, fikotr74, virgolicidaniel, Hagifix
Please Logga in eller Skapa ett konto to join the conversation.
- FirstEver
-
Författare till inlägg
- Offline
- Big Poster
-

Enregistré
- Inlägg: 54
- Thanks: 108
Re: Universal Intel Chipset Drivers Updater
3 veckor 3 dagar sedan - 3 veckor 2 dagar sedan
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
Last edit: 3 veckor 2 dagar sedan by FirstEver.
Följande användare sa tack: duttyend, fikotr74
Please Logga in eller Skapa ett konto to join the conversation.
- FirstEver
-
Författare till inlägg
- Offline
- Big Poster
-

Enregistré
- Inlägg: 54
- Thanks: 108
Re: Universal Intel Chipset Drivers Updater
3 timmar 15 minuter sedan - 3 timmar sedan
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:
The console output in [SCREEN 2/4] is now much cleaner and more readable:
📋 Release Files
🔧 Full Changelog
🆕 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
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
📋 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
Last edit: 3 timmar sedan by FirstEver.
Följande användare sa tack: fikotr74
Please Logga in eller Skapa ett konto to join the conversation.
Sidan laddades på: 0.084 sekunder

