Software-update: PowerToys 0.95.0

PowerToys logo (79 pix) Microsoft heeft versie 0.95.0 van PowerToys uitgebracht. De PowerToys zijn een verzameling kleine programma's voor powerusers. Er waren PowerToys voor Windows 95 en Windows XP, en sinds halverwege 2019 is Microsoft ook bezig met de ontwikkeling van een versie voor Windows 10 en hoger. De PowerToys bestaan onder meer uit Awake, Color Picker, FancyZones, File Explorer Add-ons, Image Resizer, Keyboard Manager, PowerRename, PowerToys Run en Shortcut Guide. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:

Highlights

For an in-depth look at the latest changes, visit the release blog.

  • NEW: The Light Switch utility in PowerToys allows you to automatically switch between light and dark themes in Windows based on the time of day.
  • Command Palette delivered major search performance gains (new fuzzy matcher + smarter fallbacks) improving relevance and speed.
  • Peek can now be used activated using the Space bar!
  • Find My Mouse added transparent spotlight with independent backdrop opacity, boosting focus and accessibility.
  • Settings now lets you delete shortcuts entirely and ignore conflicts.
  • Mouse Pointer Crosshairs gained orientation options (vertical / horizontal / both) for customizable accessibility.
  • PowerRename fixed enumeration counter skipping ensuring reliable batch renames.
  • ZoomIt restored legacy draw/snipping behaviors and fixed recording races improving reliability.
Command Palette
  • Reorganized core projects and introduced CoreLogger to reduce dependencies.
  • Applied conditional margin for icon-only tags to tighten layout.
  • Added setting to choose Clipboard History primary action (Paste vs Copy).
  • Prevented false "Unresponsive" flags for UWP apps in Window Walker.
  • Hardened activation flow for x-cmdpal:// links with synchronous handling + timeout.
  • Enabled AOT by default for performance while simplifying publish configs.
  • Cleaned and codified .editorconfig without behavior change.
  • Replaced service state color dots with play/pause/stop icons for accessibility.
  • Fixed filter dropdown sync and crash by binding SelectedValue and raising UI-thread notifications.
  • Ensured long links wrap correctly in details view.
  • Removed animation + enforced min width on filter dropdown for clarity.
  • Restored focus to More button after ESC closes context menu improving keyboard flow.
  • Marked main and toast windows as tool windows to keep them out of Alt+Tab while preserving style.
  • Fixed AOT template + theming issues for filter separators.
  • Introduced grid layouts (small/medium/gallery) for richer page presentation.
  • Materialized result lists to avoid rescoring overhead.
  • Disabled problematic selection TextToSuggest behind env flag.
  • Resolved AOT warning by making IconMarginConverter partial.
  • Major search performance improvements (new fuzzy matcher, smarter fallbacks, fewer exceptions).
  • Added context menu "Show Details" command when details pane hidden.
  • Reduced window flicker by avoiding unnecessary cloaking.
  • Restored EmptyContent rendering for blank states.
  • Saved new state even if prior app state file corrupt (better resilience).
  • Migrated settings window to WinUI TitleBar control.
  • Prevented crash on duplicate keybindings and simplified matching.
  • Centralized fullscreen ignore-hotkey logic for summon handling.
  • Hid search box on content pages; improved focus and a11y; added Home title.
  • Synced generated resource comment to eliminate noisy diffs.
  • Blocked Ctrl+I from inserting stray tab in search box.
  • Logged HRESULT codes in error logs for deeper diagnostics.
  • Advanced font/emoji icon classification & alignment improvements.
  • Preserved fallback item icons in Settings by storing initial icon.
  • Fixed breadcrumb margin misalignment (visual polish).
  • Truncated overly long command labels with ellipsis to prevent overflow.
Command Palette Extensions
  • Replaced localized WebSearch setting keys with stable literals and numeric history count.
  • Enabled advanced markdown tables and emphasis extensions.
  • Added actionable empty-state hints for File Search (search PC / open indexing settings).
  • Ensured all WinGet extension assets copy reliably to output.
  • Improved Run command line parsing for paths with spaces; sped up related tests.
  • Updated WebSearch extension icon set for clarity and contrast.
  • Added Terminal profile sort order setting including MRU tracking.
  • Added Uninstall Application command (UWP direct, Win32 via Settings).
  • Deferred WinGet details loading and added timing logs.
  • Removed LINQ from All Apps extension for performance.
  • Added standardized key chord system + shortcuts to File Search commands.
  • Added Terminal channel filter & remembered selection option.
  • Enabled loading local/data/app images in markdown with sizing hints.
  • Added external extension reload via x-cmdpal://reload (configurable).
  • Instant WebSearch history updates with in-memory store & events.
  • Added keep-after-paste option and safe delete with confirmation for Clipboard History.
Environment Variables
  • Replaced custom window chrome with WinUI TitleBar for cleaner, maintainable Environment Variables UI.
File Locksmith
  • Adopted WinUI TitleBar to simplify window chrome while preserving appearance.
Find My Mouse
  • Added transparent spotlight support with separate backdrop opacity; migrated to WASDK composition.
Hosts File Editor
  • Migrated to native WinUI TitleBar for cleaner, maintainable window chrome.
Light Switch
  • Introduced as a brand-new PowerToy module.
  • Automatically switches between light and dark themes.
  • Supports time-based scheduling or location-based sunrise/sunset switching.
  • Supports using a keyboard shortcut to force a change.
  • Supports filtering changes for Apps and/or System Theme.
Mouse Pointer Crosshairs
  • Added Esc key to cancel active gliding cursor sequence.
  • Added orientation option (vertical / horizontal / both) for crosshairs customization.
Mouse Without Borders
  • Continued Common class refactor (part 5/7) by extracting clipboard and init/cleanup logic into focused classes.
Peek
  • Added optional single Space key activation with context-aware eligibility and telemetry.
PowerRename
  • Fixed enumeration counter skipping when regex replacement equals original filename (counters now advance reliably).
Quick Accent
  • Expanded Welsh layout with acute, grave, and dieresis variants for vowels (consistent ordering).
Registry Preview
  • Migrated to native TitleBar and AppWindow APIs for cleaner window chrome.
Screen Ruler
  • Fixed ARM64 crash by aligning cursor position structure to 8-byte boundary.
Settings
  • Added ability to ignore specific hotkey conflicts to reduce noise.
  • Stopped creating backup directory during dry-run status checks (cleaner first-run).
  • Standardized casing and localization for ZoomIt and modules header.
  • Improved search results page accessibility and conditional module grouping.
ZoomIt
  • Updated resource file to reflect standalone v9.01 and current copyright year.
  • Restored legacy draw/snipping behaviors and fixed recording race conditions.
Documentation
  • New Microsoft Learn documentation for the Light Switch module.
  • New dev docs for the Light Switch module.
Development (Area-Build & Area-Tests)
  • Allowed debug launches to continue when modules fail to load, speeding developer iteration.
  • Fixed spell checker dictionary entry (advapi) to eliminate false error.
  • Added VS Code development guide and launch configs to streamline cross-editor workflows.
  • Upgraded Windows App SDK and related dependencies to 1.8 for newer platform features.
  • Rewrote YAML comment to resolve new spell checker forbidden pattern.
  • Corrected solution structure by returning misplaced Common project, reducing build confusion.
  • Modernized build scripts with shared helpers and VS environment autodetection for simpler CLI builds.
  • Standardized build scripts and platform detection to improve reliability and reuse.
  • Added missing Command Palette version bump to align module release cadence.
  • Added EXECUTEDEFAULT term to dictionary to prevent regression build failures.
  • Introduced nightly pre-warm pipeline and configurable MSBuild cache mode to improve CI performance.
  • Resolved CI forbidden pattern spelling complaint to keep pipelines green.
  • Added AI contributor instruction set to clarify code area expectations.
  • Added accessibility IDs to settings and FancyZones toggles, stabilizing UI tests.
  • Added automatic log collection on UI test failures to speed root cause analysis.
  • Stabilized Mouse Utils tests by switching to AccessibilityId selectors.
  • Added Screen Ruler UI test coverage to validate core measurement workflows.

PowerToys

Versienummer 0.95.0
Releasestatus Final
Besturingssystemen Windows 10, Windows 11
Website Microsoft
Download https://github.com/microsoft/PowerToys/releases/tag/v0.95.0
Licentietype GPL

Door Bart van Klaveren

Downloads en Best Buy Guide

16-10-2025 • 10:30

9

Submitter: danmark_ori

Bron: Microsoft

Reacties (9)

Sorteer op:

Weergave:

Als alternatief voor Light Switch kan je AutoNightMode gebruiken. Zelf zit ik namelijk op deze fork van PowerToys, omdat dat de laatste versie is die Video Conference Mute ondersteunt. Daarom weiger ik PowerToys te updaten, want VCM gebruik ik nog steeds elke dag. Helaas is daar geen goede vervanger voor, dus daarom maar AutoNightMode gebruiken...
Waarom zou je die fork gebruiken en niet iets zoeken wat de functionaliteit van VCM ook heeft als je dat zo nodig hebt? Dit lijkt me een beetje achterwaardse logica, zeker aangezien die fork al meer dan een half jaar niet meer is bijgewerkt geweest.
Nu doe je de aanname dat ik niet heb gezocht naar een alternatief voor VCM, anders had ik dit toch nooit gezegd?
Helaas is daar geen goede vervanger voor
En ja, die is meer dan een half jaar niet meer geüpdatet, maar ik kan geen goede vervanger vinden die doet wat PowerToys VCM doet.
Die gebruik ik nu ook, maar ben erg benieuwd of deze gelijke functionaliteit heeft! Vooral met verschillende achtergronden per scherm / thema is erg fijn,
Dat kan met AutoNightMode ook gewoon volgens mij, dus denk niet dat ik wat mis.
Klopt! net geupdate maar hij switcht gewoon naar de donkere modus, jammer dat daar voor nu nog niet zo veel customization in zit. Dus blijf lekker autonightmode gebruiken zelf :)
This branch is 683 commits behind microsoft/PowerToys:main.
Er zaten geen belangrijke bugfixes of security fixes in PowerToys sinds maart? Hou jij bij wat o.a. ene wang563681252 en ene Zhaopeng Wang zoal uitspoken in deze repo?
Je hebt het nu over de fork die potentieel malware bevat? Dat die branch van de fork 683 commits achterloopt is omdat er natuurlijk 6 grote releases tussen hebben gezeten. Natuurlijk loopt dat dan achter.
Leuk programmaatje. M'n CTRL werkte niet meer op mn mechanische keyboard door water erover te gooien. Dankzij de button remap feature in power tools kan ik mn keyboard tenminste nog gebruiken :)


Om te kunnen reageren moet je ingelogd zijn