# PowerToys v0.101.2222.0 — Preview v0.101.2222.0 - Product: PowerToys (https://whatsnew.fyi/product/powertoys) - Vendor: Microsoft - Date: 2026-08-11 - Version: v0.101.2222.0 - Original notes: https://github.com/microsoft/PowerToys/releases/tag/v0.101.2222.0 - Permalink: https://whatsnew.fyi/product/powertoys/releases/v0.101.2222.0 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Restored the PowerToys Settings General page by correcting the incompatible text-control style - **fixed** — Prevented stale or blank Quick Accent frames by keeping the accent bar invisibly rendered until its composition update is ready - **changed** — Made PowerToys modules resolve their install folder from the running executable first, while retaining registry lookup for external packaged callers - **added** — 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 #### 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][ptUserX64] | F74FF2A89EA37D582F7E18E34EA6E40554C842FA0405725F68969805E6DA0DA9 | | Per user - ARM64 | [PowerToysUserSetup-0.101.2222.0-arm64.exe][ptUserArm64] | 3BE52C8F47F66F2CA007E6150E89102E30A7E7DFA50846DE769F2227DFBCE6F3 | | Machine wide - x64 | [PowerToysSetup-0.101.2222.0-x64.exe][ptMachineX64] | 1E4B3179C01257DFE9E7A6AF59E00573ECF72C759E64D2028B6C44914BCA684D | | Machine wide - ARM64 | [PowerToysSetup-0.101.2222.0-arm64.exe][ptMachineArm64] | 93FE0CFA65C7072ADFDCCD895E88EBBC6C9D82F9FCF615DD4C568600BA6F6DCD | [ptUserX64]: https://github.com/microsoft/PowerToys/releases/download/v0.101.2222.0/PowerToysUserSetup-0.101.2222.0-x64.exe [ptUserArm64]: https://github.com/microsoft/PowerToys/releases/download/v0.101.2222.0/PowerToysUserSetup-0.101.2222.0-arm64.exe [ptMachineX64]: https://github.com/microsoft/PowerToys/releases/download/v0.101.2222.0/PowerToysSetup-0.101.2222.0-x64.exe [ptMachineArm64]: https://github.com/microsoft/PowerToys/releases/download/v0.101.2222.0/PowerToysSetup-0.101.2222.0-arm64.exe ##### 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](https://github.com/microsoft/PowerToys/pull/49655) - Restored the PowerToys Settings General page by correcting the incompatible text-control style in [#49801](https://github.com/microsoft/PowerToys/pull/49801) by [@LegendaryBlair](https://github.com/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](https://github.com/microsoft/PowerToys/pull/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](https://github.com/microsoft/PowerToys/pull/49671)