Microsoft has shipped PowerToys 0.93, a release that leans heavily on ahead-of-time (AOT) compilation to make the Command Palette feel dramatically faster while also introducing a modern card-based settings dashboard, a new spotlight mode for the mouse highlighter, and Peek preview support for 3D-printing files. The update, available now via GitHub and the Microsoft Store, addresses over 99 issues in the Command Palette alone and delivers measurable performance gains that power users will notice the moment they invoke the Win+Alt+Space launcher.

A cleaner, card-based Settings dashboard replaces the old list

The previous PowerToys Settings page presented a flat, text-heavy list of modules that could be hard to scan quickly. The 0.93 redesign scraps that in favor of a card-based layout that separates shortcuts, enabled status, and quick-launch buttons into distinct, visually bounded areas. The result mirrors the Windows 11 Settings app’s own evolution toward less density and greater accessibility.

The new dashboard immediately shows which utilities are active, lets you launch select tools directly from the homepage, and groups related information in cards that are easier to parse at a glance. For IT admins and support teams, the cleaner text and adherence to Windows writing style guidance lower the learning curve for new users and reduce the chance of configuration mistakes. Deep-link support for specific settings pages has also been repaired—a boon for enterprise environments that script PowerToys configuration across fleets.

No functionality has been removed. The old, detailed settings panes still exist behind each card; the change simply improves initial discoverability and reduces the clicks needed for common checks. Administrators should still verify that Group Policy Objects and deployment scripts that reference legacy UI paths continue to function as expected after upgrading.

Command Palette: the real star gets AOT-fueled speed and feature restoration

Command Palette (CmdPal), activated by default with Win+Alt+Space, is Microsoft’s successor to PowerToys Run. It unifies app launching, shell commands, file search, calculations, and WinGet operations in a single, extensible overlay. In version 0.93, the team resolved over 99 issues, restored several fan-favorite features, and—most critically—applied AOT compilation to CmdPal and its first-party extensions to cut load times dramatically.

Return of clipboard history, pinning, and keyboard shortcuts

Power users who missed clipboard history in CmdPal will find it fully restored alongside command history for Run, the ability to pin and unpin favorite apps, and keyboard shortcuts now visible in right-click context menus. These changes make daily keyboard-driven workflows more fluid and closer to what PowerToys Run veterans expect.

Accessibility improvements also landed: screen reader notifications, keyboard handling, and visual refinements that ensure inclusive operation across assistive technologies. Extension loading has been hardened with parallelized startup and timeouts so that a single misbehaving extension cannot block the entire palette.

How AOT compilation cuts load times, memory, and installer size

The most consequential engineering change in PowerToys 0.93 is the porting of Command Palette and its built-in extensions to be AOT-compatible with the Windows App SDK. Instead of relying on just-in-time (JIT) compilation each time you summon the palette, the code is compiled ahead of time, eliminating runtime compilation jitter, reducing memory overhead, and accelerating cold starts.

According to the PowerToys team’s official benchmarks, the payoffs are tangible:

  • Installer footprint reduced by approximately 55%.
  • Startup memory lowered by roughly 15%.
  • First load time of the Command Palette down by about 40%.
  • Built-in extension load times dropped by around 70%.

These numbers mean Cold-launching CmdPal after a reboot now feels near-instantaneous, even on lower-end hardware or virtual machines. The memory gains also make PowerToys a lighter always-on resident, which matters for users who keep dozens of utilities running simultaneously.

Real-world impact will vary by hardware, but the direction is clear. Users can verify the claims locally: compare installer sizes from GitHub, measure resident memory via Task Manager after a cold boot, and time CmdPal’s first activation over multiple trials. For enterprise imaging, validating these metrics on representative hardware is recommended before broad rollout.

Mouse Utilities gain a Spotlight mode for presentations

Mouse Highlighter now includes a Spotlight option that dims the entire screen while leaving a bright circle around the cursor. The effect is analogous to a camera following the pointer, making it ideal for screen sharing, remote demos, and recorded tutorials where you need to direct viewer attention without overlaying bulky annotations.

Configurable color and opacity let presenters adapt the effect to corporate themes or personal preference. For video producers, Spotlight can reduce the need for post-production cursor highlighting. Users with visual impairments may also find the contrast aid helpful.

Caveats exist: full-screen games, hardware-accelerated overlays, and DRM-protected video players may interact poorly with screen-dimming techniques. Test Spotlight in your conferencing apps (Teams, Zoom, etc.) before depending on it for critical meetings.

Peek previews BGCode and Quick Accent adds Vietnamese

Peek, the quick file preview tool, can now display instant previews and embedded thumbnails for Binary G-code (.bgcode) 3D-printing files. Designers, makers, and engineers can inspect sliced models without opening a full slicer, saving time in workflows that involve frequent file triage.

Quick Accent expands its language coverage with Vietnamese vowel and letter mappings. Vietnamese-speaking users and anyone who writes in the language occasionally can now insert accents with the same keystroke shortcuts used for other supported languages.

These updates, while modest individually, extend PowerToys into specialized use cases that further justify the suite’s always-running presence on power users’ machines.

Under the hood: 600+ new tests, faster CI, and telemetry changes

Quality assurance received a significant investment. Over 600 new unit tests were added—many aimed at Command Palette stability—and UI automation coverage doubled for several modules. Continuous integration pipelines were accelerated, and test timeouts reduced, which should shorten the release cycle for future patches.

On the privacy front, version 0.93 introduces a telemetry opt-in for diagnostic data. Organizations must review and configure this setting to align with internal policies; the opt-in nature means telemetry is off by default unless a user or admin explicitly enables it. Microsoft provides Group Policy and registry controls for managed environments.

Risks, compatibility, and deployment advice

While 0.93 is a net improvement, the shift to AOT and the refactoring of extension startup may expose compatibility gaps with third-party Command Palette extensions. Plugins that relied on specific timing or JIT-side effects could break; developers should revalidate their extensions against the new runtime. The addition of parallel loading and timeouts helps overall resilience, but custom workflows deserve a test pass before wholesale adoption.

Other known edge cases include:
- Screen overlay conflicts with full-screen apps or legacy graphics pipelines (Spotlight mode, Peek previews).
- Service path changes carried over from earlier installer optimizations (e.g., Mouse Without Borders may need a service restart after upgrade).
- Telemetry and Group Policy interplay that could affect diagnostics in regulated industries.

Practical upgrade checklist for IT admins:
1. Read the full release notes, paying special attention to Command Palette and Settings changes.
2. Test on a representative machine: confirm installer size, memory footprint, CmdPal load time, and extension functionality.
3. Verify automated deployment scripts, deep links, and GPOs still work.
4. Audit telemetry settings post-install and configure as needed.
5. Communicate the new dashboard layout to end users to avoid help-desk tickets about “missing” settings.

What reviewers and the community are saying

Early coverage from The Verge, Windows Latest, and How-To Geek paints this as a developer-centric, engineering-first release. The Command Palette’s AOT work is being held up as a model for how Microsoft can harden its experimental tools without inflating feature lists. Reviewers note that while the card-based dashboard is a clear UX win, the headlining story is the performance lift—something that benefits every PowerToys user multiple times a day.

Community discussion reinforces the need to test third-party extensions post-upgrade, but overall sentiment is positive. The restoration of clipboard history and keyboard shortcuts in CmdPal, in particular, closes feature parity gaps that had kept some users on older PowerToys Run workflows.

Verdict: a practical, performance-focused release

PowerToys 0.93 isn’t about flashy new additions; it’s about making the tools you already use faster, clearer, and more dependable. The AOT-driven speed gains in Command Palette alone justify the upgrade. Combined with a vastly improved settings dashboard, a genuinely useful Spotlight mode for presenters, and thoughtful niche enhancements like .bgcode previews, this release strengthens PowerToys’ position as the essential Windows power-user toolkit.

For anyone who launches apps via keyboard, manages windows with FancyZones, or relies on the suite’s small utilities dozens of times a day, version 0.93 feels like a promised optimization that finally delivers. IT administrators should approach the update with the usual validation rigor, but the underlying engineering signals a more disciplined, quality-oriented future for the project.

PowerToys 0.93 is available now from the official GitHub Releases page (with SHA-256 hashes for all installer variants) and the Microsoft Store. For managed deployments, the signed MSI/MSIX packages remain the recommended path.