Power Toys: v0.100.1 Release

Release date:
June 22, 2026
Previous version:
v0.100.0 (released June 9, 2026)
Magnitude:
332 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v0.100.1

brycewc
niels9001
moooyo
MarioHewardt
crutkas
daverayment
zadjii-msft

Directory Browser for v0.100.1

All files are compared to previous version, v0.100.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Installer Hashes

| Description | Filename | sha256 hash | |----------------|----------|----------| | Per user - x64 | PowerToysUserSetup-0.100.1-x64.exe | AA6D47950061A856F2A6C5FB12B331658FED930A05A739DDB4FEB95BFAC06187 | | Per user - ARM64 | PowerToysUserSetup-0.100.1-arm64.exe | 0BE062A7B74F18B54C34F78F0DA4FD5BAEBAE896A484A1B0DD41D882848967CD | | Machine wide - x64 | PowerToysSetup-0.100.1-x64.exe | 4ADEC909794AE1489CA5D48BC318E9BE6DA6F9817195AE1B8ADBB52B99C4D179 | | Machine wide - ARM64 | PowerToysSetup-0.100.1-arm64.exe | 4E537C7C7FA31DE6D5FA4DA6DC7479CF33E52EC28F0E2C574032BAE987A4F49B |

Highlights

This patch release fixes several important stability and behavior issues identified in v0.100.0 based on incoming reports. Check out the v0.100.0 notes for the full list of changes.

Color Picker

  • Fixed a bug where the main Color Picker window could appear inside the zoomed-in picker view in #48762 by @daverayment

Command Palette

  • Fixed Run history initialization in AOT builds in #48463
  • Fixed a bug where the Performance Monitor dock item could show ??? after restart in #48682 by @giruuuuj
  • Fixed the Hibernate command using the Sleep icon in #48689 by @MrBisquit
  • Limited the "pin to dock" dialog to displays where the dock is enabled in #48723

Keyboard Manager

  • Fixed modifier keys remapped to non-modifier keys being delivered as system-key events, which caused unexpected behavior in apps such as Alt-to-Backspace deleting whole words in #47192 by @oMatheusmol

Power Display

  • Fixed a bug where selecting On in the monitor power-state control did not wake a monitor from standby in #48628
  • Fixed built-in display detection and brightness control on dual-GPU laptops where the internal panel is driven by the discrete GPU in #48637

PowerToys Run

  • Fixed VS Code Workspaces discovery after VS Code moved recently opened workspace data to shared storage in #47505

Quick Access

  • Fixed Quick Access flyout crashes caused by unhandled XAML exceptions during launch or page navigation in #48457

Shortcut Guide

  • Fixed a crash when navigating between Shortcut Guide sidebar sections in #48481
  • Fixed number-key rendering in shortcut manifests and added a Postman shortcut manifest in #48461 by @brycewc
  • Updated bundled shortcut manifests to use the literal number-key token so number keys render correctly across apps in #48757 by @brycewc

ZoomIt

  • Fixed a race condition in audio initialization for ZoomIt video recording in #48685 by @MarioHewardt