• Thread Author
PowerToys’ latest release, version 0.93, reshapes the experience for power users with a cleaner settings dashboard, a markedly faster and more capable Command Palette, and small but high-value additions such as a spotlight mouse-highlighter mode and new preview support for 3D-printing files—changes that lean heavily on Ahead‑of‑Time (AOT) compilation to deliver measurable reductions in install size, startup memory and load times.

'PowerToys 0.93: Faster Command Palette, Card Settings, Spotlight & 3D BGCode Preview'
A Windows-like UI window with colorful app icons on a blue abstract wallpaper.Background / Overview​

PowerToys has evolved from a niche collection of enthusiast tools into Microsoft’s primary playground for experimental productivity features on Windows. Recent releases focused on modularity, test coverage, and modern Windows UI integration; the Command Palette (CmdPal) was introduced as the successor to PowerToys Run to unify quick launching, commands, and extensibility.
The 0.93 release continues that trajectory: it’s not about one flashy new app but about polishing the suite’s most central workflows (launching/searching and settings navigation) while delivering under‑the‑hood optimizations that reduce runtime friction for everyday use. The official release notes and community reporting underscore both UI improvements and a heavy engineering push to adopt AOT compilation for the Command Palette and related components. (github.com, theverge.com)

What’s new at a glance​

  • Modern, card‑based Settings dashboard for faster navigation and clearer visibility into which utilities are enabled.
  • Command Palette (CmdPal) improvements: over 99 issues resolved; return of Clipboard History; pin favorite apps; command history for Run; keyboard shortcuts in context menus; and significant performance gains from AOT.
  • Performance wins attributable to AOT: installer footprint reduced ~55%, startup memory ~15% lower, load time ~40% faster, and built‑in extension load times ~70% shorter. These are reported by the PowerToys team in the 0.93 release notes.
  • Mouse Utilities — Spotlight mode for Mouse Highlighter that dims the screen while keeping an area around the cursor bright (with configurable color and transparency).
  • Peek gains instant previews and embedded thumbnails for Binary G‑code (.bgcode) 3D printing files.
  • Quick Accent receives Vietnamese language vowel and letter support.
These changes aim to improve first‑use clarity (dashboard), daily performance (CmdPal AOT), and niche workflows (3D file previews, presentation highlighting).

Deep dive: The redesigned Settings dashboard​

From a long list to a glanceable dashboard​

The new PowerToys Settings dashboard adopts a card‑based layout that separates quick launches, shortcuts, and module toggles into discrete, visually distinct areas. The result mirrors Windows 11 Settings’ approach—less dense, more scannable, and faster to parse when you simply want to check what’s enabled or launch a tool. This is a welcome UX modernization for users who previously found the settings page harder to parse at a glance.

Practical benefits for users and admins​

  • Faster discovery of enabled modules and frequently used shortcuts.
  • Direct launch from the homepage for certain utilities, removing unnecessary clicks.
  • Cleaner text and concise descriptions align the app with Windows writing style guidance, which benefits support teams and newcomers.

Considerations and limitations​

The dashboard redesign improves clarity but does not remove deeper settings; enterprise or automated deployments that rely on legacy UI paths should verify deep links and GPO options after upgrading. The release notes explicitly added missing deep link support for specific pages, but administrators should test scripted provisioning and centralized deployments before broad rollout.

The Command Palette: functionality, performance, and why it matters​

What CmdPal is now—and what it replaces​

Command Palette is positioned as the successor to PowerToys Run: a fast, extensible launcher that handles apps, shell commands, file searches, calculations, WinGet actions and more. CmdPal’s extensible architecture, with built‑in providers and a template for third‑party extensions, makes it a hub for keyboard‑driven workflows on Windows. Microsoft documentation describes CmdPal as a single, fast launcher activated by Win+Alt+Space by default.

Key functional wins in 0.93​

  • Restored and enhanced features: Clipboard History returns; command history for Run; pin/unpin apps; right‑click context menus now include keyboard shortcuts. These changes increase discoverability and day‑to‑day utility for power workflows.
  • Accessibility and UX fixes: improved screen reader notifications, better keyboard handling, and refined visuals—useful for inclusive workflows.
  • Extension management and stability: lazy loading of settings, parallelized extension startup, and timeouts to prevent misbehaving extensions from blocking CmdPal. These engineering decisions both improve responsiveness and limit failures caused by third‑party components.

The AOT story and the performance numbers​

The team ported key areas of CmdPal and its first‑party extensions to be AOT‑compatible with the Windows App SDK, leveraging Ahead‑of‑Time compilation to reduce runtime JIT overhead. The release note quantifies the payoffs: an approximate 55% reduction in installation size, ~15% less startup memory, ~40% reduced load time, and ~70% faster extension loading. These are nontrivial gains for a UI that users summon dozens of times a day.
  • Why AOT helps: compiling ahead of time eliminates a lot of the dynamic runtime work JIT performs, which reduces startup jitter, improves initial memory layout, and makes cold‑start performance more predictable—especially important for launchers. (theverge.com, learn.microsoft.com)

Real‑world impact and what to verify​

  • The improvements should make CmdPal feel more instantaneous—particularly on low‑end hardware, VMs, or in constrained environments.
  • Users should measure local improvements (installer size on disk, resident memory for PowerToys processes, and CmdPal load time) to confirm behavior on their hardware profiles; reported percentages come from the PowerToys team’s benchmarks and CI data. Where absolute accuracy matters—e.g., enterprise imaging—validate on representative hardware.

Mouse Utilities: Spotlight mode for presentations and recordings​

What Spotlight mode does​

A new Spotlight option in Mouse Highlighter dims the entire screen and preserves a bright area around the cursor. The effect resembles a camera spotlight and is ideal for screen sharing, remote demos, or recorded tutorials where guiding viewer attention is crucial. The release notes emphasize configurable color and transparency, making it adaptable to theme and branding needs.

Why this matters​

  • Professional demos: Presenters can keep audience focus without overlaying large distracting pointers or annotations.
  • Recording workflows: Video producers can reduce post‑production highlighting and rely on in‑recording cues.
  • Accessibility: Users with visual difficulties may also prefer a bright cursor neighborhood to the default pointer.

Caveats​

Spotlight mode is a visual overlay; certain full‑screen apps (games, hardware accelerated overlays, or DRM video players) might interact oddly with any screen‑dimming approach. Test Spotlight in the specific apps and conferencing tools you use before depending on it for mission‑critical presentations.

Peek, Quick Accent and other focused updates​

Peek: .bgcode previews and instant thumbnails​

Peek now supports instant previews and embedded thumbnails for Binary G‑code (.bgcode) 3D printing files. This addition benefits hobbyists, designers, and engineers who frequently inspect 3D model files without launching dedicated preview tools. The feature places PowerToys further into the “quick inspection” territory of modern developer and maker toolsets.

Quick Accent: Vietnamese support​

Quick Accent expands language support by adding Vietnamese vowel and letter mappings, improving input workflows for Vietnamese speakers or those who frequently type Vietnamese text. This is a small but meaningful localization improvement.

Test coverage and CI improvements​

The team added over 600 unit tests (with many focused on CmdPal) and doubled UI automation coverage for several modules. They also sped up CI pipelines and reduced test timeouts—investments that should reduce regressions and accelerate future delivery. For open‑source maintainers and enterprise adopters, this results in higher confidence in stability and faster turnaround for hotfixes.

Engineering tradeoffs, risks, and operational guidance​

Strengths and notable wins​

  • Tangible performance gains from AOT: smaller installer, lower memory usage, and faster startup make PowerToys less “heavy” for always‑on scenarios.
  • Functionality regained and improved: Clipboard History returning to CmdPal, keyboard shortcuts in context menus, pinning and history features improve daily usability.
  • Better testing and automation: more unit/UI tests and faster pipelines mean issues should be caught earlier, improving long‑term quality.

Risks and caveats​

  • Compatibility with custom extensions: the move to AOT and refactors aimed at stability may expose compatibility issues with third‑party CmdPal extensions. The release specifically parallelizes extension startup and adds timeouts to prevent blocking—but bespoke plugins that relied on prior timing or dynamic behaviors might break. Test critical custom extensions before widespread adoption.
  • Telemetry and opt‑in: 0.93 adds a telemetry opt‑in for diagnostic data. Organizations should confirm telemetry and privacy settings—by default, opt‑in/opt‑out behavior can affect diagnostics and support workflows. Confirm settings and policy controls in managed environments.
  • Edge cases in visual overlays: features such as Spotlight mode and certain Peek previews rely on overlay and preview hosts that can conflict with full‑screen applications or legacy graphics pipelines. Validate on the exact app mix you run.
  • Installer and path changes: prior PowerToys updates reduced install footprints by sharing runtimes and using hardlinks. Those changes can affect services (e.g., Mouse Without Borders service path expectations). After major refactors, rebooting or validating service modes may still be necessary in edge cases. Historical GitHub issues and prior release notes highlight such quirks—keep them in mind. (github.com, onmsft.com)

Deployment and upgrade recommendations​

  • Read the release notes—especially the Command Palette and Settings sections—and identify any modules you rely upon.
  • Test on a representative machine (one per major hardware class you support): confirm installer size, memory footprint, CmdPal responsiveness and all critical plugins/extensions.
  • Verify automated workflows (GPOs, deployment scripts, MSIX/MSI flows) to ensure deep links and policies still behave as expected.
  • Audit and document telemetry and privacy settings in the 0.93 Settings to comply with organizational policy.
  • Communicate UI changes to end users—especially the new dashboard—so they aren’t surprised by the layout changes that prioritize cards and quick launches.

Measuring the claims: how to validate the performance numbers yourself​

The PowerToys team publishes approximate percentage improvements in their release notes; organizations and users who need to rely on those claims should validate locally:
  • Check installer package sizes (x64, ARM64 user and machine installers) and compare to your previous version before install. The GitHub release artifacts include sha256 hashes for all installers.
  • Measure resident memory for PowerToys processes after a cold boot and after starting CmdPal. Use Task Manager or resource monitoring tools to compare baseline vs. 0.93.
  • Time CmdPal cold launch (from activation key to responsive UI) over multiple trials; calculate averages before/after upgrade to quantify load time reduction.
  • If you rely on built‑in extensions, time each extension’s first load; the release claims a ~70% decrease for built‑ins thanks to parallel startup and AOT readiness. Verify critical extensions you use.
These checks let teams confirm the effect size on their hardware mix rather than relying solely on the project’s internal benchmarks.

What reviewers and the press are saying​

Early coverage framed the release as a practical, developer‑centric improvement rather than a consumer spectacle: the Command Palette’s architecture and AOT work make it a flagship example of how Microsoft is infusing PowerToys with more robust engineering practices. Coverage emphasizes CmdPal’s extensibility and the team’s focus on performance and accessibility—points echoed in the official release notes and in hands‑on reviews. (theverge.com, windowslatest.com)
Independent reporting and community discussion also stress the UX of the new dashboard and note that while Command Palette is feature‑rich, some third‑party extensions may need tweaks to maintain compatibility after these refactors—another reason to validate extensions before wide deployment. (theverge.com, windowslatest.com)

Verdict: A practical, developer‑grade update​

PowerToys 0.93 is an incremental but meaningful step: the dashboard redesign improves usability for everyday users; the Command Palette AOT work materially reduces friction around a frequently invoked tool; the Mouse Utilities Spotlight and Peek .bgcode support broaden the suite’s utility for presenters and makers. The release demonstrates pragmatic engineering priorities—invest in test coverage, reduce runtime overhead, and refine discoverability.
For power users who already rely on PowerToys for quick launching, window management and workflow automation, this update should feel like a net win: faster, cleaner, and more dependable. For IT administrators the caveats are familiar: validate extensions and deployment pipelines before mass rollout, pay attention to telemetry opt‑in, and test visual overlay behaviors with the conferencing and recording tools used in your environment. (github.com, learn.microsoft.com)

How to get it​

PowerToys 0.93 is available via the project’s official GitHub Releases page and the Microsoft Store. The GitHub release includes installer artifacts (x64/ARM64, per‑user and machine‑wide) with sha256 hashes for verification. If you don’t already run PowerToys, the Store or GitHub are both valid sources; enterprise deployments should prefer signed installers and MSIX/MSI packaging for manageability. (github.com, learn.microsoft.com)

PowerToys 0.93 demonstrates an important lesson in modern Windows tooling: targeted engineering (AOT, parallelized startup, and better tests) can deliver sharp UX outcomes—faster launchers, smaller installers, and fewer regressions—without exotic new features. That practical discipline will be what keeps PowerToys indispensable to the community of Windows power users and IT pros who depend on predictable, fast tools every day. (github.com, theverge.com)

Source: How-To Geek The New PowerToys Update Is a Lot Easier to Navigate
 

Last edited:
Back
Top