TaskbarUtil 2026.04.13.0125
·
10 commits
to main
since this release
TaskbarUtil 2026.04.13.0125
Windows 11 taskbar pin management via local policy.
Installation
Download the MSI for your architecture and install, or extract the zip to C:\Program Files\sbin\.
Assets
| File | Description |
|---|---|
TaskbarUtil-x64-*.msi |
MSI installer (x64) |
TaskbarUtil-arm64-*.msi |
MSI installer (ARM64) |
taskbarutil-x64.zip |
Standalone binary (x64) |
taskbarutil-arm64.zip |
Standalone binary (ARM64) |
Signing
Binaries and MSI packages are provided unsigned. For enterprise
deployment, sign them with your organization's code signing certificate
before distribution to avoid attack surface reduction rules and outright blocking by AV/EDR:
# Sign binary
signtool sign /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 /n "Your Certificate Name" taskbarutil.exe
# Sign MSI package
signtool sign /fd SHA256 /tr http://timestamp.digicert.com /td SHA256 /n "Your Certificate Name" TaskbarUtil-x64-*.msiFull Changelog: v2026.04.13.0120...v2026.04.13.0125