
Enhancements and Updates to Microsoft PowerToys: Version 0.91.1
Microsoft PowerToys is a collection of open-source utilities tailored for power users, developed specifically for the Windows operating system. These tools are designed to enhance productivity and offer greater customization options. PowerToys is compatible with both Windows 10 and Windows 11, and it is freely available under the MIT License, with its codebase hosted on GitHub.
Recent Update: Version 0.91.1
In a recent update, Microsoft has rolled out patch release v0.91.1 aimed at addressing critical stability issues identified in the earlier v0.91. While this update does not introduce new features, it brings important improvements to existing functionalities, particularly focusing on the Command Palette. The update also includes several installer modifications, an enhanced user interface for the Keyboard Manager, along with various bug fixes.
Key Fixes in Version 0.91.1
The following issues have been resolved in the latest release:
- #39494 – **Command Palette**: Resolved a bug causing the Command Palette to run with elevated privileges, which in turn led to extension launch failures when PowerToys was set to admin.
- #39433 – **Workspaces**: Fixed a regression preventing the expected command-line options support for traditional Win32 applications like Edge and Chrome.
- #39563 – **Quick Accent**: Adjusted the behavior related to accent selection, allowing users to hold the activation key only after it is triggered, as opposed to simultaneously during an “Input delays” phase.
How to Download and Update PowerToys
You can acquire the latest version of PowerToys from the Microsoft Store’s PowerToys page, which hosts versions for both Windows 10 and Windows 11. Additionally, PowerToys can be obtained from its GitHub repository or via WinGet.
Update Commands for WinGet
To install or update PowerToys using WinGet, utilize the following command lines:
User scope installer (default): winget install Microsoft. PowerToys -s winget
Machine-wide scope installer: winget install --scope machine Microsoft. PowerToys -s winget
If you already have PowerToys installed, you can check for updates by navigating to Settings > General and clicking on “Check for updates.”
For those looking to directly download PowerToys 0.91.1, it is available at this link on GitHub or through the Microsoft Store application.
For additional insights and details, visit the source article.
Leave a Reply ▼