Preview v0.101.2222.0
Pre-release
Pre-release
Preview v0.101.2222.0
This preview includes the latest fixes and improvements for PowerToys v0.101.
Installer Hashes
| Description | Filename | sha256 hash |
|---|---|---|
| Per user - x64 | PowerToysUserSetup-0.101.2222.0-x64.exe | F74FF2A89EA37D582F7E18E34EA6E40554C842FA0405725F68969805E6DA0DA9 |
| Per user - ARM64 | PowerToysUserSetup-0.101.2222.0-arm64.exe | 3BE52C8F47F66F2CA007E6150E89102E30A7E7DFA50846DE769F2227DFBCE6F3 |
| Machine wide - x64 | PowerToysSetup-0.101.2222.0-x64.exe | 1E4B3179C01257DFE9E7A6AF59E00573ECF72C759E64D2028B6C44914BCA684D |
| Machine wide - ARM64 | PowerToysSetup-0.101.2222.0-arm64.exe | 93FE0CFA65C7072ADFDCCD895E88EBBC6C9D82F9FCF615DD4C568600BA6F6DCD |
Highlights
- Settings: Restored the General page after a WinUI style mismatch prevented it from loading.
- Quick Accent: Prevented stale or blank first frames by revealing the accent bar only after its composition update completes.
- Settings and Workspaces: Made module launches resolve the active PowerToys installation more reliably without depending first on protocol registration.
- Quality: Expanded modern UI automation across Image Resizer, Peek, File Explorer add-ons, and File Locksmith.
General
- Prevented stale or blank Quick Accent frames by keeping the accent bar invisibly rendered until its composition update is ready in #49655
- Restored the PowerToys Settings General page by correcting the incompatible text-control style in #49801 by @LegendaryBlair
Settings and Workspaces
- Made PowerToys modules resolve their install folder from the running executable first, while retaining registry lookup for external packaged callers in #48905
Development
- Added winappcli UI test coverage for Image Resizer, Peek, File Explorer add-ons, and File Locksmith, with shared automation helpers and Windows 11 context-menu CI support in #49671