github FirstEverTech/Universal-Intel-Chipset-Updater v2026.03.0012
v2026.03.0012 - Release Notes

9 hours ago

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.ps1 to universal-intel-chipset-device-updater.ps1 to match the PSGallery package name.

🔧 Help System Overhaul

  • Replaced the custom internal help screen with native PowerShell Get-Help — both -help and -? now show identical, consistent output.
  • Added full .SYNOPSIS, .DESCRIPTION, .PARAMETER, .EXAMPLE, and .NOTES blocks to the script header — fully compatible with Get-Help -Detailed and Get-Help -Full.
  • Options list embedded directly in .DESCRIPTION — visible in -? output without any additional flags.
  • Added .LINK entry — project URL now appears in the RELATED LINKS section of Get-Help output.
  • 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 Version field from .NOTES — version is already authoritative in PSScriptInfo .VERSION and $ScriptVersion.
  • Updated .COPYRIGHT field — replaced All rights reserved with Licensed under the MIT License for accuracy with the project's open-source license.

📋 Files Included

  • universal-intel-chipset-device-updater.ps1 — Main updater script
  • ChipsetUpdater-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.

Don't miss a new Universal-Intel-Chipset-Updater release

NewReleases is sending notifications on new releases.