Universal Intel Chipset Device Updater – v2026.03.0012
📦 PowerShell Gallery Publication
- Published to PowerShell Gallery — the tool is now available via:
Install-Script universal-intel-chipset-device-updater
- PSScriptInfo block added to script header (required by PSGallery), including
.VERSION,.GUID,.AUTHOR,.TAGS,.LICENSEURI,.PROJECTURI, and.RELEASENOTES. - Script renamed from
universal-intel-chipset-updater.ps1touniversal-intel-chipset-device-updater.ps1to match the PSGallery package name.
🔧 Help System Overhaul
- Replaced the custom internal help screen with native PowerShell
Get-Help— both-helpand-?now show identical, consistent output. - Added full
.SYNOPSIS,.DESCRIPTION,.PARAMETER,.EXAMPLE, and.NOTESblocks to the script header — fully compatible withGet-Help -DetailedandGet-Help -Full. - Options list embedded directly in
.DESCRIPTION— visible in-?output without any additional flags. - Added
.LINKentry — project URL now appears in the RELATED LINKS section ofGet-Helpoutput. - Removed duplicate
Project:URL from.DESCRIPTION(now covered by.LINK). - Removed legacy script header comment block (
# Universal Intel Chipset Device Updater / # By Marcin Grygiel) — all metadata now lives in PSScriptInfo.
🔧 Code Quality
- Removed
Versionfield from.NOTES— version is already authoritative in PSScriptInfo.VERSIONand$ScriptVersion. - Updated
.COPYRIGHTfield — replacedAll rights reservedwithLicensed under the MIT Licensefor accuracy with the project's open-source license.
📋 Files Included
universal-intel-chipset-device-updater.ps1— Main updater scriptChipsetUpdater-2026.03.0012-Win10-Win11.exe— Self-extracting package (includes updated script)Intel-Platform-Scanner.ps1— Scanner script (unchanged)Generate-HardwareAccurateMD.ps1— Database generator (unchanged)
⚡ Important Notes
- No changes to core detection/installation logic — the INF update process, Windows Inbox detection, and all safety measures remain identical to v2026.03.0011.
- Version format: Tool version follows
YYYY.MM.REVISION(2026.03.0012).
Summary:
v2026.03.0012 is the PowerShell Gallery publication release. The script has been prepared for PSGallery with a full PSScriptInfo block and a complete Get-Help-compatible documentation header. The legacy custom help screen has been retired in favor of native PowerShell help, ensuring consistent behavior across all execution environments. No changes to core functionality.