• Thread Author
Microsoft’s PowerToys team has quietly moved to fill a conspicuous gap in Windows’ personalization features: beginning with PowerToys v0.94 the project teased a scheduled automatic theme switching utility that will let Windows switch between light and dark modes on a timetable — a capability Windows 11 still lacks natively for everyday users. Microsoft’s announcement of the 0.94 release confirms the tease for v0.95, and community and GitHub activity make clear this feature has been a long-standing community request. (devblogs.microsoft.com, neowin.net)

Futuristic UI screen showing a Theme Scheduler with light/dark mode start times.Background​

Why automatic theme switching matters​

Dark mode has become a near-standard UI option across platforms because it reduces eye strain in low-light conditions, can lower battery use on OLED displays, and simply aligns system appearance with user preferences. Modern desktop platforms such as macOS and mobile OSes include timed or “auto” theme switching as a built‑in convenience; Windows, however, has historically required manual toggles or third‑party workarounds to change themes by schedule. Tech guides and community posts still point users to Task Scheduler scripts or apps like Auto Dark Mode to replicate this behavior. (howtogeek.com, makeuseof.com)

PowerToys as Windows’ experimental lab​

PowerToys began as a grab bag of power‑user utilities and reemerged in the open‑source era as a Microsoft‑maintained, community‑driven toolkit that fills many practical gaps in Windows. Over recent years PowerToys modules such as FancyZones, PowerRename, and Keyboard Manager have become indispensable productivity additions for many Windows users, and Microsoft has periodically folded successful PowerToys ideas into Windows proper. This historical pattern — features incubated in PowerToys before mainstream adoption — frames the significance of a scheduled theme switch landing in PowerToys.

What Microsoft shipped in PowerToys 0.94 — and what it promised next​

The 0.94 release: quality-of-life and accessibility improvements​

PowerToys v0.94 focused on usability: a search box in the Settings UI, shortcut conflict detection, and a new gliding cursor mode that improves accessibility for users with limited fine motor control. The release also included under‑the‑hood improvements such as an upgraded WiX installer and multiple Command Palette fixes. Microsoft’s team documented the release and explicitly teased the next update, v0.95, which is slated to include both a revamped Keyboard Manager UI and a new utility that can automatically switch between light and dark modes based on a schedule. (devblogs.microsoft.com, github.com)

Public signals and community momentum​

The automatic theme switching idea has been a recurring request on the PowerToys GitHub tracker for years; issues discussing scheduling by time, sunset/sunrise, or key bindings date back several releases, and maintainers have marked the idea as triaged or suggested multiple times. That thread history helps validate that the feature is not an offhand rumor but a community focal point with active interest from both users and maintainers. (github.com)

What the new PowerToys theme scheduler will (likely) do​

Expected capabilities​

Based on official messaging and the long-running GitHub requests, the scheduled theme switch utility in PowerToys v0.95 will likely offer:
  • A time-based scheduler to switch between Light and Dark modes on custom times.
  • Optional sunset-to-sunrise triggers that use location or coordinates to compute sunrise/sunset times.
  • A simple UI in PowerToys Settings to set times, offsets, and possibly triggers for both System and Apps theme values (the two registry values that control Windows appearance).
    Microsoft’s announcement language explicitly mentions schedule-based automatic switching as the new utility’s core purpose, and the community feature requests specify similar functionality. (devblogs.microsoft.com, github.com)

UI and integration expectations​

PowerToys’ Settings already supports fuzzy search and direct toggles in v0.94, so the theme scheduler will almost certainly integrate as a modular toggle with its own settings page. The team’s prior pattern (preview, community feedback, incremental updates) suggests the initial v0.95 offering will focus on a robust but conservative feature set, leaving advanced integrations (per-app themes, time-zone syncing across devices, or system-level deep hooks) to later iterations. This is consistent with how Microsoft has evolved other PowerToys modules. (devblogs.microsoft.com, github.com)

Why Windows still lacks native scheduled theme switching​

Design priorities vs. user expectations​

Windows exposes Light and Dark modes under Settings > Personalization, and it exposes Night Light for color temperature adjustments, but it intentionally leaves day/night theme switching to user intervention or third‑party tools. Multiple reputable guides and community tutorials still instruct users to use Task Scheduler or third‑party apps to automate theme changes, showing that Microsoft has not prioritized shipping a built‑in scheduler for system theme toggling — until now, via PowerToys. This disparity is likely due to platform priorities, compatibility concerns, and fragmentation across Win32 and UWP/WinUI surfaces. (howtogeek.com, makeuseof.com)

Technical friction: Win32 vs. WinUI theming​

One reason scheduling has been tricky is that not all parts of Windows and Win32 applications react immediately to theme changes; File Explorer and many classic Win32 surfaces may cache colors or require window re-creation to fully adopt a new theme. Community workarounds (registry edits and restarting Explorer) hint at edge cases that Microsoft would reasonably want to handle cleanly before baking auto-switching into the OS. PowerToys, operating at user level and with explicit scope, can provide the initial tooling while Microsoft evaluates how to integrate broader OS-level guarantees. (github.com, howtogeek.com)

How users currently automate theme switching (brief primer)​

For readers who want to automate theme switching today, the common methods are:
  • Task Scheduler + reg.exe or PowerShell:
  • Create scheduled tasks that change the registry keys:
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\SystemUsesLightTheme
  • Set tasks for your chosen times. This method is robust but manual and requires careful setup. (howtogeek.com, techbloat.com)
  • Third-party utilities like Auto Dark Mode:
  • Auto Dark Mode provides a friendly UI for scheduling and supports sunset/sunrise with location/offsets.
  • It’s the de facto app many users have relied on when built‑in scheduling was absent. (beebom.com)
  • Custom scripts or tools:
  • Some power users build scripts that alter theme registry keys and refresh specific UI elements. These are flexible but require technical knowledge and maintenance.
PowerToys’ arriving scheduler will obviate these workarounds for many users by packaging scheduling in a maintained, Microsoft‑backed tool.

Benefits of a PowerToys-based scheduler​

  • User-friendly: PowerToys ships with a polished Settings UI; exposing scheduling here lowers the barrier vs. Task Scheduler or PowerShell.
  • Accessible and maintained: PowerToys is Microsoft‑sponsored and open‑source, so updates, bug fixes, and community scrutiny are more likely than with small independent utilities.
  • Feature synergy: PowerToys already includes accessibility improvements (gliding cursor, text extractor) and productivity utilities; adding theme scheduling makes the suite a more complete personalization toolkit. (devblogs.microsoft.com)

Risks, limitations, and things Microsoft should watch for​

1. Partial theme adoption and UI inconsistency​

Not every app or shell surface respects theme changes immediately. File Explorer or legacy Win32 windows might need to be restarted to fully reflect the new theme. The PowerToys scheduler must either document this limitation clearly or provide safe UI-refresh mechanisms to avoid user confusion. Community threads already document these quirks for Task Scheduler‑based switches. (howtogeek.com)

2. Security and privilege considerations​

Changing registry values to flip themes is benign in principle, but running scheduled tasks or helper services that modify HKCU settings should be designed securely, transparently, and with minimal privileges. PowerToys is open source and audited by the community, but users should be cautious of enabling background services or granting elevated privileges without understanding the tradeoffs. (github.com)

3. Cross‑device and account syncing​

If users expect a machine‑level preference to sync across Microsoft accounts or across multiple devices, PowerToys’ local schedule may not satisfy that expectation. Native OS integration would be required for a true cross-device policy. Until then, per‑device schedules are the norm. This limitation should be communicated to avoid confusion.

4. Power and performance impacts​

Scheduled tasks that run at logon or change themes frequently are unlikely to be heavy, but PowerToys must ensure the scheduler is lightweight, does not spawn unnecessary processes, and plays well with battery‑saving modes on laptops. Task conditions and scheduling options should be explicit to avoid unexpected behavior on battery power. (github.com)

5. Update and maintenance surface area​

Adding scheduling logic increases PowerToys’ maintenance burden. Microsoft must preserve a clear update cadence and compatibility testing, especially since theme switching touches both the modern UI and legacy components.

How PowerToys’ approach could influence Windows’ roadmap​

There is precedent for PowerToys acting as a feature incubator that later moves into core Windows. Examples include features that initially gained traction in PowerToys and were later recognized or absorbed in some form by Windows settings. The arrival of automatic theme scheduling in PowerToys could accelerate Microsoft’s decision to integrate a native scheduling option into a future Windows Settings release — particularly if the feature proves stable and receives broad uptake. That said, any full OS-level integration would require addressing the Win32/WinUI surface friction noted earlier.

Practical guidance: what to expect and how to prepare​

If you're a PowerToys user​

  • Update to PowerToys v0.94 now to get the improved Settings search and shortcut conflict detection; that update also gives visibility into upcoming changes. The in-app release notes and GitHub release page enumerate fixes and the roadmap tease. (devblogs.microsoft.com, github.com)
  • When v0.95 arrives, look for a new “Theme Scheduler” module or a Settings page under Personalization in PowerToys. Expect options for manual times and a sunset/sunrise mode with optional geolocation or coordinate entry.

If you currently use Task Scheduler or Auto Dark Mode​

  • Continue using your existing setup until v0.95 arrives; PowerToys’ implementation may be simpler to configure and maintain, but migrate carefully. Test the behavior on your most-used apps to confirm theme transitions apply as you expect.

IT administrators and power users​

  • Evaluate the scheduler in a controlled environment before broad deployment. Document behavior for imaging, kiosk setups, and shared workstations, since the user‑HKCU focus may not suit all deployment models.
  • Consider automation layering and whether group policies should enforce a uniform theme instead of per-user schedules.

Quick comparison: Task Scheduler vs Auto Dark Mode vs PowerToys scheduler (anticipated)​

  • Task Scheduler
  • Pros: Complete control, no third‑party installs.
  • Cons: Manual setup, brittle for average users, may need Explorer restarts.
  • Auto Dark Mode
  • Pros: Designed specifically for theme automation, easy UI, sunrise/sunset support.
  • Cons: Third‑party dependency, varies in maintenance and trust model.
  • PowerToys scheduler (expected)
  • Pros: Microsoft‑maintained, integrated into a trusted toolkit, friendly UI, likely to get regular updates.
  • Cons: Initially limited to PowerToys’ local scope; may not address every legacy app refresh behavior immediately. (beebom.com, devblogs.microsoft.com)

Critical analysis: strength, opportunity, and caution​

Strengths​

  • Convenience and discoverability: Packing schedule controls into PowerToys removes a large UX barrier for users who don’t want to script or use Task Scheduler.
  • Microsoft stewardship: The PowerToys project enjoys Microsoft backing and an active GitHub community, reducing the risk of abandoned tooling compared with smaller third‑party utilities.
  • Accessibility and ergonomics: Theme scheduling improves comfort for users who work at night or across varied lighting conditions, complementing other accessibility features PowerToys already improves. (devblogs.microsoft.com)

Opportunity​

  • Incubation to OS: PowerToys is a natural proving ground; a well-executed scheduler could inform a future native Windows setting and help Microsoft understand compatibility and UX edge cases.
  • Feature richness over time: PowerToys can iterate faster than the OS; the scheduler may gain bells and whistles (offsets, per‑monitor heuristics, integration with Focus Assist) that the OS later standardizes.

Caution​

  • User expectations vs. reality: If the scheduler gives the impression of seamless, system‑wide changes but leaves Win32 surfaces inconsistent, users may judge the feature as broken. Clear documentation and an option to “refresh File Explorer” or explain limitations will be essential.
  • Dependence on PowerToys: Users who rely on a PowerToys feature may be disappointed if Microsoft discontinues or significantly pivots the project; however, the project’s current momentum argues against that risk in the near term. (github.com)

Final thoughts​

PowerToys’ planned addition of an automatic theme scheduler fills a practical, long‑requested gap in Windows personalization. The move makes sense strategically: PowerToys can ship real user‑facing improvements faster than the operating system and serve as a laboratory for Microsoft to refine design and compatibility before any possible OS‑level adoption. For users who have relied on Task Scheduler or Auto Dark Mode, PowerToys promises a first‑party, supported alternative that will likely be easier to configure and maintain. That said, technical caveats around theme propagation and legacy UI surfaces mean expectations should be tempered: the feature will improve convenience, but some edge cases will persist until a deeper OS integration is made.
PowerToys v0.94’s release and the public roadmap comment for v0.95 confirm Microsoft’s intent; community threads and long‑running GitHub issues document why this has been a priority for users for years. The arrival of scheduling in PowerToys will be a practical win for many Windows users, and an important step in the continuing relationship between PowerToys and the Windows platform. (devblogs.microsoft.com, neowin.net, github.com)


Source: Neowin Windows 11 is missing a key feature, and PowerToys is finally bringing it
 

Microsoft’s PowerToys just filled two of the most persistent usability gaps in Windows 11: a built‑in way to surface and resolve keyboard shortcut conflicts, and a promised scheduler that will automatically switch the system between light and dark themes—features that many power users have asked for for years. (devblogs.microsoft.com) (theverge.com)

Neon blue Windows-style UI panels show PowerToys settings over a blue wallpaper.Background​

PowerToys started as an experimental collection of utilities and has evolved into Microsoft’s public “incubator” for productivity features that often outpace the native OS. Over the past several years the project has grown from a handful of small tools into a broad suite—FancyZones for layouts, Command Palette (the modern successor to PowerToys Run), Text Extractor (on‑device OCR), Advanced Paste, and many more—that addresses daily friction points for power users, developers, and IT professionals. (theverge.com)
That growth has a predictable consequence: more modules means more configurable keyboard shortcuts, and more chances of collisions. The PowerToys team acknowledged those tensions in the v0.94 release and shipped several quality‑of‑life features intended to make the suite easier and safer to use, while signalling a planned v0.95 module to automatically switch between light and dark themes based on a schedule. (devblogs.microsoft.com) (windowscentral.com)

What landed in PowerToys v0.94​

PowerToys v0.94 is primarily a stability and UX refresh, but its additions matter because they reduce configuration friction and improve accessibility. Key highlights:
  • Settings search with fuzzy matching — a search box inside Settings that supports fuzzy matching and deep links to individual option pages, making navigation of the expanding suite far faster. (devblogs.microsoft.com)
  • Shortcut conflicts detection — a global view that flags hotkey collisions with Windows or other PowerToys modules and highlights conflicts in red so users can reassign them quickly. (devblogs.microsoft.com) (windowscentral.com)
  • Mouse Pointer Crosshairs: Gliding cursor — a new accessibility mode that lets the cursor be stepped into position via a single shortcut, reducing the need for precise, fast mouse motion. (devblogs.microsoft.com)
  • Installer upgrade to WiX 5, and a raft of Command Palette fixes and performance improvements. (devblogs.microsoft.com)
These are not flashy headline features, but they target the real headaches that accrue when dozens of modules and user remappings interact on the same machine. Multiple independent outlets and the official Microsoft blog confirm the same changelog items and the overall release focus. (devblogs.microsoft.com) (neowin.net)

Shortcut conflict detection: why it matters and how it works​

The problem​

Power users tend to map custom shortcuts to speed workflows. Over time, those custom mappings can collide with one another or with system defaults—resulting in two actions firing from a single keystroke, or an intended action silently failing because the same hotkey is handled elsewhere. Historically, diagnosing such collisions required manual inspection across multiple modules or resorting to trial and error.

What the new tool does​

The conflict detection tool in v0.94 centralizes this visibility. It:
  • Scans the active PowerToys modules and common Windows hotkeys.
  • Displays conflicts in a dedicated dashboard tile, with a count of current conflicts.
  • Highlights conflicting shortcuts in red and provides direct links to the settings page where a shortcut can be remapped. (devblogs.microsoft.com) (windowscentral.com)
This is a pragmatic UI-level fix: instead of hunting across menus, you get an at‑a‑glance inventory and a remediation path.

Practical implications​

  • Users who share profiles across machines or who import exported PowerToys settings will especially appreciate the overview, because it reduces the risk of unexpected behavior after a restore or migration.
  • Some default PowerToys shortcuts intentionally overlap with Windows defaults (the release notes flag that this is expected in some cases), so the tool is a diagnostic aid rather than a blanket “fix everything” automator. You still choose which mapping wins. (neowin.net)

Theme scheduling: a long‑requested capability (teased, not shipped)​

What's been promised​

Microsoft explicitly teased a new PowerToys utility planned for the next release (v0.95) that will automatically switch Windows between light and dark modes on a schedule—either according to fixed times or likely using sunrise/sunset triggers. The PowerToys team also indicated a forthcoming revamp of the Keyboard Manager UI in the same release window. These were called out in the official v0.94 announcement as “coming next month.” (devblogs.microsoft.com)

Why this is notable​

Most mobile OSes and macOS have offered automatic theme switching for years. On Windows, users have relied on Task Scheduler scripts, third‑party utilities (Auto Dark Mode and similar tools), or manual toggles to achieve the same effect. Adding a scheduler to PowerToys normalizes the capability within a Microsoft‑maintained project and reduces reliance on external scripts or apps. The change shows PowerToys’ role as a feature proving ground for the OS. (theverge.com)

What to expect (and what remains unverified)​

Based on the public discussion and long‑running GitHub requests, the scheduler will likely offer:
  • Time‑based switching (user sets light/dark switch times).
  • Optional sunrise/sunset mode that computes events from a saved location or coordinates.
  • A simple settings page inside PowerToys to toggle the utility and adjust offsets. (devblogs.microsoft.com)
These expectations are grounded in the project’s issue tracker history and the devblog tease, but the exact feature set, UI, and release date are not yet fully specified by Microsoft; consider those elements promised but subject to change until v0.95 ships and the changelog confirms specifics. (devblogs.microsoft.com)

PowerToys as a feature incubator for Windows​

PowerToys has a documented track record of incubating ideas that later influence native Windows features. Examples include OCR and other utilities that later appeared in inbox tools and various UI patterns that informed Windows updates. The PowerToys team’s open‑source cadence and public issue tracker make it easy to trace feature requests, community interest, and the pace at which experiments mature. This dynamic explains why PowerToys often contains the “missing” pieces that users expect from a modern OS but aren’t yet part of the default experience.
There are trade‑offs: PowerToys’ faster update cadence can surface regressions more quickly than Windows Update cycles would, and features that successfully prove themselves in PowerToys may later be folded into Windows and deprecated inside PowerToys, which can affect long‑term scripting and documentation. That lifecycle is part of the tool’s value proposition—fast iteration and visible user feedback—so organizations should monitor the PowerToys roadmap if they depend on specific modules.

Security, privacy, and enterprise considerations​

PowerToys is open‑source and Microsoft‑backed, but some modules require low‑level system hooks (keyboard listeners, clipboard access, file preview handlers) that can be flagged by security products or raise policy concerns in managed environments. Best practices include:
  • Installing from official channels: Microsoft Store or the GitHub releases page, and verifying installer checksums.
  • Enabling only the modules you need in enterprise machines and testing upgrades in a pilot before wide deployment.
  • Being mindful that rapid releases can introduce regressions; staged rollouts and change‑management protocols mitigate risk.
The v0.94 update included an upgrade from WiX 3 to WiX 5 for the installer, a change that Microsoft says improves security and reliability of installs—an indication that the team is taking deployment hygiene seriously. (devblogs.microsoft.com)

Risks and limitations​

  • Frequent updates → occasional regressions. PowerToys’ active development is a strength and a risk: new features and quick fixes are common, but so are short‑lived regressions. Organizations with strict stability requirements should validate releases before broad rollout.
  • Extension and plugin compatibility. Command Palette extensions and third‑party integrations may need updates after platform or runtime changes. Test critical extensions after an upgrade.
  • Feature drift and future deprecation. Successful PowerToys modules may migrate into Windows and be deprecated in PowerToys, requiring future migration for scripted or standardized workflows. Keep backups and export settings when you rely on a module long term.
  • Enterprise security posture. Some security teams block low‑level input hooks; coordinate with endpoint security teams and provide hashes for the official builds to reduce false positives.
Where claims remain unverifiable: the exact release date, UI design, and advanced capabilities of the promised theme scheduler remain tentative until Microsoft publishes the v0.95 changelog and release artifacts. Treat the “next month” tease as a near‑term plan, not a guaranteed ship date. (devblogs.microsoft.com)

How to adopt these changes safely (step‑by‑step)​

  • Install PowerToys from a trusted channel — prefer the Microsoft Store for automatic updates or the official GitHub release if you need per‑machine installers. Verify hashes when deploying at scale.
  • Open PowerToys Settings and use the new Ctrl+F search box to find modules and hotkeys. (devblogs.microsoft.com)
  • Check the Shortcut Conflicts tile on the dashboard. Click through to inspect each red‑flagged shortcut and decide which mapping to keep or reassign. (devblogs.microsoft.com)
  • If you depend on Command Palette extensions or third‑party plugins, test them immediately after upgrading; if you’re deploying in an organization, pilot with a small group first.
  • Back up PowerToys settings (export) before major updates so you can restore layouts, mappings, and Workspaces if needed.

The big picture: why Windows users should care​

PowerToys continues to blur the line between “extras” and core OS features. The addition of a conflict detector addresses a practical pain point that affects both casual and heavy keyboard users, while the scheduled theme switch—once released—will deliver a basic UX expected by modern platforms. For users who spend significant hours at their desktops, these changes reduce cognitive load, eliminate small but frequent interruptions, and restore trust in the keyboard‑first workflows many professionals depend upon. (windowscentral.com)
For IT teams, the message is mixed: PowerToys is more mature and better‑tested than it was in prior years, but it still requires standard deployment discipline—verification, pilot testing, and an update cadence that aligns with change‑management policies. The project’s move to harden the installer and add diagnostic UI features is a positive sign that Microsoft is aware of enterprise needs. (devblogs.microsoft.com)

Final analysis: strengths, caveats, and what to watch next​

Strengths
  • User‑centered fixes: The conflict detector and settings search are high‑impact, low‑friction improvements that materially improve day‑to‑day reliability. (devblogs.microsoft.com)
  • Accessibility improvements: The gliding cursor helps users with limited motor control, expanding PowerToys’ accessibility footprint. (devblogs.microsoft.com)
  • Clear incubation path: PowerToys continues to function as a proving ground for features Microsoft may later adopt natively, enabling faster iteration and community feedback.
Caveats
  • Planned features are not guaranteed: The theme scheduler and Keyboard Manager UI revamp were teased for the next release but must still be validated in a future changelog. Treat them as planned, not final. (devblogs.microsoft.com)
  • Operational considerations: Frequent updates, potential extension incompatibilities, and endpoint security flags are real operational barriers for conservative environments.
What to watch next
  • The v0.95 release notes and GitHub changelog for the exact feature list, UI screenshots, and installer artifacts. (devblogs.microsoft.com)
  • Community feedback and bug reports that will surface real‑world edge cases for the conflict detector and any scheduler implementation.

PowerToys v0.94 is not a dramatic reinvention, but it is an important step: the project is maturing from a grab‑bag of helpful tricks into a more disciplined, user‑focused augmentation layer for Windows. The new shortcut conflict detection is the kind of small infrastructure improvement that saves time every day, while the promised theme scheduler—if delivered with good UX and sunset/sunrise options—will remove an annoying manual step that has persisted on Windows far longer than it should have. PowerToys remains the best place to try new productivity features quickly; the current releases make it safer and more attractive to do so, but also underscore the need for disciplined adoption in professional environments. (devblogs.microsoft.com)

Source: The Verge Microsoft’s PowerToys are about to add two big missing Windows features
 

Microsoft’s PowerToys is poised to deliver one of the smallest but most requested conveniences missing from Windows 11: an official, supported way to automatically switch between light and dark themes on a schedule, and the change arrives as a PowerToys module that Microsoft has already teased for the next release cycle. (devblogs.microsoft.com)

A translucent floating window atop a blue abstract Windows 11 wallpaper.Background​

Windows has long offered Light and Dark system themes under Settings > Personalization > Colors, but unlike macOS or modern mobile OSes, Windows 11 has lacked a simple, built‑in scheduler to flip between them automatically. Power users have historically filled that gap with scripts, Task Scheduler tasks, or third‑party apps such as Auto Dark Mode. Microsoft’s PowerToys—an open‑source, Microsoft‑maintained toolkit for power users—has served as a practical incubator for features that later migrate into the operating system. The PowerToys team’s official release notes for v0.94 explicitly confirm quality‑of‑life improvements and tease an automatic theme‑switching utility slated for the next release. (devblogs.microsoft.com)
Why does this matter? Automatic theme switching is more than an aesthetic nicety. Dark mode can reduce eyestrain in low‑light conditions, offer better battery economics on OLED displays under certain workloads, and provide a consistent visual context for apps and workflows. On the flip side, abrupt or poorly implemented switches can create visual glitches, accessibility problems, and confusion—especially when legacy Win32 apps or shell components do not refresh immediately when theme values change.

Overview: What Microsoft has announced (and what remains unconfirmed)​

Microsoft’s official PowerToys v0.94 announcement introduces settings search and shortcut conflict detection and explicitly notes that the next release will include “a new utility that can automatically switch between light and dark mode based on your schedule.” This positions the feature as a PowerToys module rather than an immediate Windows Settings feature. (devblogs.microsoft.com)
Independent outlets covering the announcement describe the feature as “scheduled theme switching” and report it as coming in the next update cycle. One popular tech outlet framed the update as arriving “next month,” aligning with Microsoft’s stated cadence in the dev blog. At the same time, other coverage has suggested slightly different timelines; one article reports the module is in testing and projects a wider rollout a month later. Where there is discrepancy between outlets, Microsoft’s official release page and GitHub repository should be treated as authoritative until a public release is posted. (theverge.com)
Crucial points to keep in mind:
  • The feature is being delivered via PowerToys (not yet via the Settings app).
  • Microsoft has teased the capability; the exact UI, triggers, and options will be confirmed in the v0.95 changelog and release notes once published. (devblogs.microsoft.com)
  • Community demand for this behavior goes back years, tracked in the PowerToys issue tracker and user forums. (github.com)

What to expect from PowerToys’ theme scheduler​

Based on Microsoft’s announcement language, GitHub issue history and community requests, a practical feature set for a PowerToys theme scheduler will likely include the following capabilities:
  • A time‑based scheduler to set explicit switch times for Light and Dark modes (for example, Light at 07:00, Dark at 19:00).
  • An optional sunset/sunrise mode that computes local twilight times from geographic coordinates or a location service and switches themes accordingly.
  • Settings to toggle whether the scheduler changes both the System theme and Apps theme (the two registry values Windows uses: SystemUsesLightTheme and AppsUseLightTheme).
  • UI integration inside the PowerToys settings dashboard, with controls for enable/disable, offset minutes, and possibly a quick manual toggle in the tray. (thewindowsclub.blog)
These expectations are grounded in long‑standing community issues and Microsoft’s own language in PowerToys release notes; however, the final UX and exact trigger list remain subject to the release details and could expand or contract prior to shipping. (github.com, devblogs.microsoft.com)

How the scheduler will differ from existing workarounds​

Until now, Windows users who wanted scheduled theme switching typically chose one of three routes:
  • Task Scheduler + PowerShell / reg.exe: create scheduled tasks that flip the registry keys HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\SystemUsesLightTheme and AppsUseLightTheme between 1 and 0 at set times. This is robust but manual and brittle for non‑technical users. How‑To guides and community tutorials document this approach step by step. (howtogeek.com)
  • Third‑party apps: several well‑maintained utilities—Auto Dark Mode (also called Windows Auto Night Mode) and similar tools—already offer friendly UIs, sunrise/sunset triggers, wallpaper sync and process‑aware suppression (avoid switching during full-screen games). These apps are popular and available via GitHub or Microsoft Store. Expect PowerToys to aim for the same convenience but with first‑party maintenance and tighter integration. (majorgeeks.com, tenforums.com)
  • Custom scripts: power users write their own scripts and launchers to set themes and refresh affected UI elements. These offer maximum flexibility but require ongoing maintenance.
PowerToys’ approach should lower the barrier for non‑technical users while remaining flexible enough for power users who already rely on third‑party tools. Because PowerToys is open source and Microsoft‑backed, it will likely receive regular updates and community scrutiny.

Technical realities and caveats (what the scheduler must handle)​

Implementing an automatic theme switcher that “just works” on Windows requires attention to several platform realities:
  • Two registry flags drive the theme: Windows uses SystemUsesLightTheme and AppsUseLightTheme under HKCU to determine system and app theme preferences. Changing these keys flips theme preference but does not force every running app to immediately repaint. Some legacy Win32 apps, File Explorer views, or third‑party applications cache colors and may only update on restart or window recreation. Community guides have documented such quirks and workarounds (closing and re‑opening Explorer, for example). Any official scheduler should document these edge cases or provide safe UI refresh hooks. (howtogeek.com, github.com)
  • Privilege and security model: Because the registry keys live under HKCU, a user‑level service can manage changes without elevated privileges in most cases. However, installing PowerToys or configuring certain behaviors might require higher privileges or consent. Scheduled services should avoid unnecessary elevation and be clear about what runs in the background. PowerToys’ open‑source nature allows inspection, but enterprises must evaluate policies and group policy interactions.
  • Power and wake conditions: Scheduling should respect system power conditions (do not wake from sleep for cosmetic changes unless explicitly allowed) and should include options to skip changes when on battery or when battery saver is active.
  • Interference with other tools: Users often run third‑party theme managers in parallel. PowerToys should provide clear conflict messaging or a way to delegate control to avoid flip‑flopping between apps.
  • Cross‑device expectations: The scheduler will most likely be per device and not sync across Microsoft accounts unless Microsoft explicitly adds cloud sync. Users expecting a single account setting that propagates across machines may be disappointed. 

Strengths: Why shipping this in PowerToys is a smart move​

  • Lower barrier for mainstream users: PowerToys packages power‑user tools in a friendly UI the average user can install from the Microsoft Store or GitHub. A built‑in scheduler will make automatic theme switching accessible without Task Scheduler knowledge.
  • First‑party maintenance: Unlike small community tools, PowerToys benefits from Microsoft engineering attention, which means more frequent bug fixes, security reviews and a clear update channel.
  • Incubator model: PowerToys is already a successful incubator; features that prove valuable here have historically been integrated into the OS over time. Offering this feature in PowerToys allows Microsoft to test real‑world usage and refine behavior before any native integration.
  • Policy for feedback: The open GitHub development model and public issue tracker enable discoverability of bugs, feature requests and community‑contributed patches that accelerate improvement.

Risks and shortcomings to watch for​

  • Partial theme adoption: As noted, not every UI or app will repaint on change. Users who expect immediate, system‑wide cohesion may see misaligned windows or stale colors. PowerToys must document these cases and offer sensible workarounds (e.g., gracefully reloading the shell or offering an optional Explorer restart).
  • Enterprise and managed environments: Group Policies, MDM profiles, or managed theme settings could conflict with local schedulers. Organizations should be able to block or centrally configure PowerToys or the scheduler for compliance.
  • Battery and performance: Frequent theme flips or heavy post‑switch refresh logic could add CPU/GPU churn; the scheduler should be lightweight and include options to restrict activity while on battery.
  • User confusion and unexpected switches: Without conservative defaults, the scheduler could flip themes during meetings or presentations. A safe default might be “off” with an easy setup wizard that shows a preview and “do not switch while a full screen app is running” option.
  • Fragmentation and duplication: If Microsoft later integrates the feature into native Settings, there will be a migration path question: will PowerToys’ settings migrate, or will users have to reconfigure? Clear messaging will be needed to avoid user confusion.

How to get the same behavior today (practical steps)​

For readers who want scheduled theme switching immediately, there are two well‑tested options.
  • Use Task Scheduler + reg.exe (manual, robust)
  • Create two short commands or PowerShell scripts: one that sets SystemUsesLightTheme and AppsUseLightTheme to 1 (Light) and one that sets them to 0 (Dark).
  • Open Task Scheduler, create two tasks triggered at the desired times (Daily), and have them run reg.exe with arguments to write the appropriate values.
  • Configure tasks to run only when the user is logged in (or on system startup if preferred) and to not wake the machine unless explicitly allowed.
  • Test and, if needed, add an Explorer restart step for apps that do not refresh properly. Detailed step‑by‑step guides are available from reputable how‑to outlets. (howtogeek.com)
  • Use a third‑party app (user‑friendly)
  • Install a trusted app such as Auto Dark Mode (available via Microsoft Store and GitHub). These apps typically provide:
  • Time and sunrise/sunset triggers.
  • Wallpaper synchronization.
  • Settings to avoid switching during full‑screen apps or when specified processes are running.
  • Additional actions to run scripts at switch time.
  • Third‑party apps are easiest for non‑technical users and have matured over years of community testing. Major download sites and community forums list and review these tools. (majorgeeks.com, tenforums.com)
Important safety tip: when using third‑party apps or scripts on managed machines, verify policy constraints and ensure you install software from reputable repositories. Open‑source tools let you audit code; packaged store apps provide a simpler trust model for many users.

Testing expectations and rollout signals​

The PowerToys team has a clear release cadence and publishes release notes and changelogs on GitHub and their dev blog. Monitor these places for:
  • The v0.95 release notes and changelog entry confirming the scheduler module.
  • The GitHub releases page for an installer artifact and a tagged release.
  • The PowerToys Settings UI in a local update (the app auto‑updates if enabled) after v0.95 ships.
Because early reports and news outlets used slightly different language about timing, treat third‑party reporting on an exact month with caution and rely on the PowerToys GitHub release as the authoritative indicator. (github.com, theverge.com)

Practical recommendations for users and IT admins​

  • Users: If you want scheduled theme switching now, install a well‑regarded third‑party app or use Task Scheduler scripts. When PowerToys ships the scheduler, test it on a secondary machine first to ensure it interacts well with your key apps and workflows.
  • IT admins: Evaluate PowerToys in your environment before broad deployment. Confirm whether the scheduler can be centrally managed or disabled via Group Policy or MDM profiles. If you manage large fleets, consider a staged rollout and communicate the change to avoid help‑desk churn.
  • Developers and extension authors: Be prepared for change events that toggle theme values—ensure your apps listen for theme change notifications and repaint appropriately to avoid inconsistent UI states.

The bigger picture: PowerToys as an incubator for Windows features​

PowerToys has proven to be fertile ground for features that later influence Windows proper. The project’s open‑source model, public issue tracker and Microsoft backing provide a fast feedback loop between developers and users. When successful features graduate from PowerToys to native Windows, they benefit from broader testing and wider distribution—but the incubation period inside PowerToys ensures the feature is thoroughly exercised first. The theme scheduler fits that pattern: an incrementally scoped, user‑demanded feature that makes sense to validate in PowerToys before a full native integration.

Summary and final verdict​

Microsoft’s PowerToys will soon include a scheduled theme switcher that addresses a long‑standing usability gap in Windows 11. The feature is teased in the official PowerToys release notes and corroborated by independent coverage; community demand and multiple GitHub threads show it has been a recurring request for years. Expect a PowerToys module that supports time scheduling and likely sunset/sunrise triggers, and anticipate typical platform caveats such as partial repaint of legacy apps, power and permission considerations, and interactions with third‑party tools. (devblogs.microsoft.com, theverge.com, github.com)
The overall direction is positive: Microsoft shipping this in PowerToys brings a first‑party, maintained solution that reduces reliance on ad‑hoc scripts and third‑party utilities. However, the initial release will likely be conservative in scope—prioritizing reliability and clarity over sweeping automation that could create confusion in managed or unusual setups. Users and administrators should plan conservatively, test behavior in their environments, and expect Microsoft to refine the feature after real‑world feedback.

Quick checklist: When v0.95 (or equivalent) appears​

  • Read the PowerToys v0.95 release notes and changelog for exact feature details and known limitations. (devblogs.microsoft.com)
  • Install on a non‑critical machine and enable the scheduler to evaluate interactions with key apps (e.g., Office, your browser, legacy Win32 tools).
  • Verify whether theme changes require explorer restart for your workflows and whether the scheduler offers a “don’t switch while full‑screen” option.
  • For managed devices, test policy behavior and confirm that Group Policy/MDM settings are honored or override the scheduler.
  • If you rely on cross‑device sync, expect per‑device behavior; plan accordingly.
PowerToys’ theme scheduler will not be a revolutionary change to Windows’ architecture, but it fills a persistent usability gap with a pragmatic, user‑friendly solution. That incremental, practical improvement is exactly the sort of win PowerToys was built to deliver. (devblogs.microsoft.com, howtogeek.com)
Conclusion: the awaited convenience of automatic theme switching is finally on Microsoft’s roadmap via PowerToys—an overdue but welcome step that balances user demand with cautious engineering, and one that will likely set the stage for wider, more polished integration into Windows in future updates.

Source: windowslatest.com Windows 11 will finally let you switch themes based on schedule or time via PowerToys
 

Microsoft’s PowerToys is about to plug one of Windows 11’s most conspicuous gaps: an official, supported scheduler that automatically toggles between Light and Dark modes, coming as a new PowerToys module in the next release cycle. The feature was teased in the PowerToys v0.94 announcement and confirmed as planned for v0.95 by Niels Laute of Microsoft’s PowerToys team, with the team indicating a rollout in the month after the v0.94 blog post. (devblogs.microsoft.com)

PowerToys Theme Scheduler automatically toggles Windows between light and dark modes.Background / Overview​

Windows has long offered a system-level Light and Dark mode pair under Settings > Personalization > Colors, but it has lacked a simple built-in scheduler to flip between them automatically. Power users have historically filled that gap with scheduled scripts, Task Scheduler tasks that flip registry keys, or third‑party tools such as Auto Dark Mode. That makes PowerToys — Microsoft’s open-source, first‑party utility suite for power users — a logical home for a polished scheduler that can provide a safer, better-integrated alternative to brittle scripts. (stackoverflow.com)
The v0.94 release (published by the PowerToys team) focused on usability and accessibility improvements — a searchable Settings UI, a keyboard shortcut conflict detector, and a new gliding cursor mode for Mouse Pointer Crosshairs — and explicitly teased two items for the next release: a revamped Keyboard Manager UI and a theme scheduler that can automatically switch Light/Dark by schedule. That post is the canonical announcement for the timeline and the feature plan. (devblogs.microsoft.com)

Why this matters: practical benefits and user demand​

Automatic theme switching is more than cosmetic convenience. The ability to switch themes on a schedule or at sunset/sunrise provides three practical wins:
  • Reduced eye strain for evening or low-light work by switching to dark palettes when ambient light decreases.
  • Battery improvements on OLED panels in dark-mode-heavy workloads (dark pixels consume less power on OLED).
  • Consistency with cross-platform expectations — mobile OSes and macOS long offered timed or sunset/sunrise automatic switching, and many users expect the same on desktop.
Demand for scheduler functionality has been persistent in community forums and on the PowerToys GitHub tracker; it’s a frequent user request that’s now being handled in an official, maintained way. That matters because first‑party maintenance typically delivers better integration, security review, and lifecycle support than third‑party hacks. (theverge.com)

What shipped in PowerToys v0.94 (short summary)​

PowerToys v0.94 is a quality‑of‑life release, and it sets the stage for the theme scheduler by making PowerToys settings easier to navigate and less error-prone:
  • Settings search with fuzzy matching, quick suggestions, and a full results page for large queries. (devblogs.microsoft.com)
  • Shortcut conflict detection that highlights hotkey collisions (marked in red) and surfaces a dashboard showing conflicts so they can be reassigned. (windowscentral.com)
  • Mouse Pointer Crosshairs: Gliding cursor — accessibility-focused movement and click mode for users with limited fine motor control. (heise.de)
  • Under‑the‑hood improvements including an updated installer (WiX 5) and a string of Command Palette and Command‑line fixes that keep the suite robust. (devblogs.microsoft.com)
Those UX improvements make the broader PowerToys settings surface manageable enough that adding a scheduler module is a practical next step. The v0.94 announcement explicitly states a theme scheduler is planned for v0.95, which is the basis for the projected October 2025 availability referenced in recent coverage. (devblogs.microsoft.com) (theverge.com)

How PowerToys will likely implement scheduled theme switching (technical deep dive)​

Microsoft has not published a final technical spec for the v0.95 scheduler at time of writing, but the combination of release notes, community history, and existing Windows mechanics suggests a realistic implementation path. Several technical points are key to understand.

Registry keys and the practical mechanics​

Windows uses two per‑user registry values to control theme state:
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\AppsUseLightTheme
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize\SystemUsesLightTheme
Setting these DWORD values to 0 (dark) or 1 (light) is the long‑established way to change theme state programmatically. Many third‑party schedulers and scripts toggle these keys and then refresh Explorer to force UI repaint. Community documentation and scripting examples demonstrate this approach. (umatechnology.org, stackoverflow.com)
However, changing registry values alone is not always sufficient on modern Windows 11 builds. Since 22H2 and in some later updates, some UI surfaces no longer reliably refresh on registry changes alone; a restart of explorer.exe or additional refresh signals have been necessary for a complete visual transition. That quirk has driven the design for prior third‑party tools and will shape how PowerToys implements a reliable scheduler. Expect PowerToys to trigger a careful refresh sequence after toggling the keys to minimize glitches. (reddit.com, stackoverflow.com)

Expected feature set (based on dev blog wording and community requests)​

While the final UI and options will be confirmed in v0.95 release notes, the likely initial feature list includes:
  • Time‑based scheduling: set explicit times to switch to Light and Dark (for example, Light at 07:00, Dark at 19:30).
  • Sunset/sunrise mode: compute local sunrise/sunset from location (or a timezone-based approximation) and switch accordingly.
  • Choice of which Windows values to change (System and/or Apps theme).
  • Quick manual toggle (system tray or PowerToys tray menu).
  • Option to suppress switching while certain processes are running (e.g., full‑screen apps, presentations, or when a specified app is active), to avoid disruptive switches mid-task.
  • Logging and a small notification indication when theme switches occur (optionally with undo).
These expectations are grounded in long‑running GitHub issues and typical PowerToys module patterns. PowerToys’ maintainers typically start with a cautious, robust baseline and expand based on telemetry and community feedback. (github.com)

UX and accessibility considerations PowerToys must handle​

A seemingly trivial color switch can create several non‑trivial UX and accessibility problems if implemented without care:
  • Partial refresh and visual glitches: Legacy Win32 dialogs and some shell surfaces can lag or keep old colors, producing jarring mismatches. PowerToys will need to force appropriate refreshes and possibly stagger them to avoid abrupt “flash” effects. The Windows team has been gradually fixing these mismatches in OS updates, but a third‑party module still needs defensive handling.
  • Assistive technology compatibility: Screen readers and other assistive tools rely on stable UI patterns. Rapid or inconsistent theme changes can confuse AT tools; PowerToys should include an option to disable automatic switching for users relying on assistive tech. (devblogs.microsoft.com)
  • App exceptions and enterprise policies: Some enterprise-managed apps or in-house tools might not refresh correctly or might depend on a static theme for legibility; administrators need control to opt out via policy or a PowerToys configuration template.
  • User expectations vs. reality: Users may expect a seamless, instantaneous change like on mobile platforms. On Windows, full parity depends on OS-level support; PowerToys should communicate limitations in the UI to avoid confusion.
Because PowerToys is shipped and maintained publicly on GitHub, these edge cases will be visible quickly in issues and feedback; that’s both a risk (public regressions) and a benefit (fast community‑driven bug reports). (github.com)

Compatibility, security, and administrative considerations​

PowerToys runs as a user‑mode application, but the theme scheduler will operate on per‑user personalization settings (HKCU), which avoids the need for machine‑wide elevation — a simpler and safer approach. That said:
  • Managed desktops: Organizations that block PowerToys via endpoint management or restrict registry edits may prevent the scheduler from working. IT teams should validate the module against their security baselines before recommending it widely.
  • Installer and updates: v0.94 upgraded the installer to WiX 5 for improved security and reliability; future modules will benefit from the more modern installer chain. (devblogs.microsoft.com)
  • Telemetry and privacy: The scheduler may need to compute sunrise/sunset times or use a location service; Microsoft will need to make any location use explicit and local, or allow manual lat/long input to address privacy concerns.
Organizations should pilot the feature in controlled rings before broad deployment. The PowerToys team’s pattern of incremental releases and public issue tracking supports that approach.

Risks, limitations, and how to mitigate them​

The most important practical caveats users should keep in mind:
  • Visual inconsistencies: Some legacy dialogs and apps might not respect an automated change immediately; expect occasional “stale” UI until an app refresh or explorer restart occurs. Mitigation: PowerToys should include an option to automatically refresh explorer.exe and an explanatory note in the settings. (stackoverflow.com)
  • Accessibility regressions: Automatic switching could create confusion for some assistive workflows. Mitigation: default the feature to off and provide an explicit accessibility exception. (devblogs.microsoft.com)
  • Conflicts with custom scripts: If users have Task Scheduler scripts or third‑party apps (Auto Dark Mode) running, there can be races or flip‑flopping. Mitigation: provide a diagnostic tile or a “conflicting schedulers” warning in PowerToys Settings, similar to the shortcut conflict tile introduced in v0.94. (windowscentral.com)
  • Corporate policy and malware detection: Some AV or endpoint policy engines misclassify automated registry modifications. Mitigation: run PowerToys as an approved application via enterprise management, and audit logs to show benign intent.

Practical tips for power users (before and after v0.95 ships)​

  • If you’re currently using Task Scheduler + PowerShell to toggle theme registry keys, note that PowerToys’ scheduler may be a safer, supported replacement. Prior to switching, review and disable any custom scripts to prevent conflicts. (scriptkit.com, stackoverflow.com)
  • Test the scheduler in a controlled account first, especially if you use specialized apps that might not re-theme correctly; keep a quick way to revert (a one‑click manual toggle or a small PowerShell snippet).
  • Use the new Shortcut Conflict detection (v0.94) to ensure you aren’t assigning a hotkey that collides with other PowerToys modules or Windows defaults. That same attention to conflicts helps avoid accidental toggles. (windowscentral.com)
  • Keep PowerToys updated from the official GitHub releases page to get hotfixes and security patches as the scheduler rolls out. (github.com)

What to expect from v0.95 and beyond​

Based on the PowerToys team’s public roadmap and community signals, v0.95 will likely:
  • Deliver the theme scheduler module with time‑based and possibly sunset/sunrise triggers. The dev blog indicates the team aims for a release in the month following v0.94’s announcement. That positions the initial rollout for October 2025, but exact timing is subject to change based on testing and issue triage. Treat v0.95 as a staged rollout and watch the v0.95 changelog for exact capabilities and constraints. (devblogs.microsoft.com, theverge.com)
  • Ship a revamped Keyboard Manager UI to simplify remapping and reduce friction when assigning hotkeys — an important complement to the new shortcut conflict detection and settings search introduced in v0.94. (devblogs.microsoft.com)
  • Iterate on scheduler edge cases (refresh behavior, process-aware suppression, accessibility options) after community feedback and telemetry.

Critical analysis: strengths and potential pitfalls​

PowerToys is well-positioned to solve this specific user pain point. Strengths include:
  • First‑party stewardship: PowerToys is maintained by Microsoft engineers and shipped on GitHub; that’s preferable to third‑party alternatives when it comes to integration and long‑term maintenance. (github.com)
  • Community‑driven design: The feature answers years‑old GitHub requests and will benefit from transparent issue triage and public PRs.
  • Complementary upgrades: Improved settings search and conflict detection in v0.94 make it easier to manage a larger set of tools, which matters as PowerToys expands.
But the risks are real:
  • Surface coverage limitations: PowerToys can change per‑user personalization state, but it cannot magically convert apps or legacy shell surfaces to behave perfectly; some issues must be addressed in Windows itself. Expect a mixed visual experience until Windows component updates catch up.
  • Enterprise friction: IT policies that restrict registry edits or block unsigned utilities could prevent adoption in managed environments. PowerToys will need clear guidance for admins. (github.com)
  • Expectation management: Users expecting “phone‑level” instant switching everywhere may be disappointed; PowerToys should clearly document limitations in the UI.
On balance, the feature is a sensible, realistic incremental improvement with high utility and manageable risk — provided Microsoft documents behavior and includes options to disable/suppress the scheduler for edge cases.

Quick checklist for administrators and testers​

  • Validate that HKCU registry edits (Personalize keys) are permitted on test machines. (umatechnology.org)
  • Test scheduler behavior with common enterprise applications and assistive technologies to ensure no regressions occur. (devblogs.microsoft.com)
  • If deploying broadly, pilot v0.95 in a ring and gather telemetry on refresh artifacts and user feedback.

Final verdict​

PowerToys’ scheduled theme switching is a pragmatic, long‑overdue convenience that fits PowerToys’ role as a practical incubator for Windows features. The v0.94 groundwork — settings search, conflict detection, and accessibility improvements — reduces friction for adding an additional module. When v0.95 ships, expect the scheduler to provide time‑based and likely sunset/sunrise triggers, sensible refresh logic to minimize visual glitches, and conservative defaults that respect accessibility and enterprise constraints. The success of the feature will depend on clear documentation, robust refresh behavior, and rapid iteration on edge cases exposed by real‑world use. (devblogs.microsoft.com, github.com, theverge.com)
Power users and IT teams should watch the official PowerToys release notes and GitHub releases for the v0.95 changelog, test the feature in controlled rings, and be prepared to disable conflicting schedulers or scripts to avoid races. The arrival of an official, first‑party scheduler in PowerToys will reduce reliance on brittle hacks — an unmistakable win — but it is not a silver bullet for every theming quirk that remains inside the broader Windows ecosystem.

(Notes: The analysis above is based on the PowerToys v0.94 announcement by the PowerToys team and subsequent coverage; the v0.95 theme scheduler is planned and described in the dev blog as arriving “next month” following the v0.94 announcement. Release timing and exact capabilities are subject to the v0.95 changelog and GitHub release notes.) (devblogs.microsoft.com, github.com, theverge.com)

Source: PCWorld Windows 11 gets automatic light/dark modes in next PowerToys update
 

Microsoft’s community-driven PowerToys has quietly gained a small but meaningful accessibility weapon: a gliding cursor mode that uses the existing Mouse Pointer Crosshairs to let you lock and nudge the pointer along horizontal and vertical axes and then perform a click — all with a single repeated hotkey press. The feature landed as part of PowerToys v0.94, a release that focuses on usability and quality-of-life improvements such as settings search and shortcut conflict detection, and it positions PowerToys as a continuing incubator for Windows features that deserve broader exposure and polish. (devblogs.microsoft.com)

Three curved monitors form a wide blue Windows wallpaper setup.Background​

PowerToys began life as a grab-bag of power-user utilities and evolved into an official, open-source toolkit that often pilots ideas Microsoft later considers for the OS. The v0.94 update is not a headline-grabbing overhaul; instead, it’s a focused refinement release that fixes friction points for users who already rely on the suite daily. The release adds:
  • A fuzzy Settings search to help you find options quickly.
  • A shortcut conflict detector that surfaces overlapping hotkeys.
  • An updated installer (migrated to WiX 5) and a raft of bug fixes across modules. (devblogs.microsoft.com, github.com)
Most notably for input and accessibility workflows, the Mouse Pointer Crosshairs tool now includes a gliding cursor accessibility mode that enables single‑button cursor positioning and clicking — a small but important feature for users with motor-control constraints or anyone who benefits from staged pointer movement. (devblogs.microsoft.com, windowscentral.com)

What the Gliding Cursor Does​

A different model for pointer precision​

Instead of relying on precise, moment-to-moment mouse control, the gliding cursor introduces a two-axis locking sequence:
  • Trigger the gliding cursor with the assigned hotkey and the crosshairs start moving along the horizontal line.
  • Press the same hotkey again to lock the horizontal position and begin vertical movement from that point.
  • Press again to slow movement (if desired) or, on the next press, perform a click at the current coordinate.
This sequence mimics “single-switch” or “scanning” input systems seen in other accessibility platforms where one control cycles through options and a second action selects. The goal is to let users place the pointer without fine-grained motor control or rapid stopping reflexes. (devblogs.microsoft.com, neowin.net)

Why it matters​

  • It reduces dependence on micro-movements that are difficult for users with tremor or limited dexterity.
  • It allows for precise alignment when working across densely packed UIs, multi-monitor setups, or high-DPI displays where tiny pointer errors matter.
  • It integrates with an existing, well-known visual affordance — the crosshairs — reducing cognitive overhead for users who already use the Mouse Pointer Crosshairs tool. (windowscentral.com, learn.microsoft.com)

How It Works, Practically​

Activation and control​

PowerToys allows customization, so the activation hotkey, crosshair color, speed, and other parameters can be changed in Settings. By default, PowerToys exposes activation shortcuts for Mouse Pointer Crosshairs within the Input/Output section, and the gliding cursor is implemented as a mode inside that utility. The core behavior—cycling horizontal lock → vertical lock → click—comes from the PowerToys team’s change described in the official release notes. (learn.microsoft.com, devblogs.microsoft.com)
Note: community reporting and third‑party articles have demonstrated a specific key combination in demonstrations, but the default hotkey for the gliding cursor mode is not explicitly documented in the official release notes. Because PowerToys supports user-configurable shortcuts, demonstrations may show different defaults depending on environment and localization; treat specific hotkey captures from screenshots or videos as examples rather than universal defaults. This particular claim should be considered unverified until confirmed in your local PowerToys Settings. (devblogs.microsoft.com)

Customization options​

PowerToys’ Mouse Pointer Crosshairs already exposed several customization controls that apply to the gliding cursor mode:
  • Color and opacity of crosshair lines for contrast against different backgrounds.
  • Thickness and center radius to adjust visibility and focus.
  • Movement speed and step behavior for the gliding cursor to let users tune the pace at which the crosshair scans. (learn.microsoft.com, neowin.net)
These controls are essential because users will want to tailor the scanning speed and visual contrast to their particular screen, eyesight, and motor control.

Accessibility Impact: A Practical Assessment​

Strengths​

  • Single-switch friendliness: The gliding cursor is explicitly designed to approximate single-button control systems, meaning it can be used by people who operate input devices via a single accessible button or switch. That is a major win for inclusive design in a mainstream toolkit. (devblogs.microsoft.com)
  • Low learning curve: The visual crosshairs are already familiar to many users; adding staged movement and click reduces the need to learn an entirely new interface.
  • Immediate availability: Because PowerToys is distributed through GitHub and the Microsoft Store and maintained by Microsoft, the feature is available now rather than waiting for OS-level integration. Users who need it can start using it with minimal friction. (github.com, windowscentral.com)

Limitations and caveats​

  • Not a full assistive suite replacement: The gliding cursor is an effective technique for precise pointing, but it doesn’t replace broader assistive technologies such as on‑screen keyboards, speech input systems, or complex switch‑access frameworks. It’s a targeted solution for pointer positioning and clicking.
  • Potential application compatibility issues: Visual overlays and global input hooks can misbehave in applications that use exclusive fullscreen modes (games, some media apps) or custom rendering pipelines. PowerToys typically avoids interfering with such apps, but corner cases remain. Users should test behavior in mission‑critical applications. (heise.de, neowin.net)
  • One-button timing: The scanning approach trades continuous control for staged selection. Users with slower reaction times may still find adjusting speed and using the slowdown step essential; out‑of‑the‑box defaults may not suit everyone. The experience depends on careful tuning. (devblogs.microsoft.com)

Security, Performance, and Reliability​

The v0.94 release also upgraded the installer to WiX 5, an engineering change intended to improve the installer’s security and reliability during deployments such as winget installs and silent setups. That move reduces friction for enterprise distro and automated setups and reflects a broader maturation of PowerToys from hobby project to production-grade tooling. (devblogs.microsoft.com, tweakers.net)
Performance-wise, the Mouse Pointer Crosshairs overlay is lightweight by design. Community tests and the PowerToys team’s own notes indicate the tool imposes negligible CPU and memory overhead, especially when only the mouse utilities module is enabled. Still, as always, users running specialized GPU-accelerated applications should validate behavior in those contexts. (windowsreport.com, neowin.net)

Installation and Where to Get It​

PowerToys can be installed through multiple official channels:
  • Microsoft Store (app package).
  • GitHub Releases (standalone installer).
  • winget (Windows Package Manager) for scripted or automated deployments.
Once installed, open the PowerToys Settings app and look under Input/Output → Mouse Pointer Crosshairs (or the Mouse utilities section) to enable the crosshairs and the gliding cursor mode, configure the activation shortcut, and tune appearance and speed. The official docs list the Crosshairs settings and emphasize that activation shortcuts are customizable. (learn.microsoft.com, github.com)

Community Reaction and Developer Rationale​

PowerToys occupies an interesting position: it’s community-driven but under Microsoft stewardship, which makes it a natural place to incubate features that can later inform Windows itself. The gliding cursor mirrors recent signals from Windows Insider channels where a similar crosshair feature has appeared behind a feature flag, suggesting Microsoft is experimenting with this UI pattern across both PowerToys and the OS. That dual path — PowerToys first, OS later — has been a pattern in recent years. (windowscentral.com, github.com)
Coverage in independent outlets has been broadly positive, emphasizing the small-but-impactful nature of the change and noting other v0.94 improvements like the shortcut conflict detector. Reviewers highlight the release’s pragmatic focus: small refinements that reduce daily friction for power users and people relying on accessibility tools. (windowscentral.com, neowin.net)

Practical Tips for Power Users and Administrators​

  • Customize the activation hotkey immediately after installing. Default shortcuts across modules can overlap; use the new shortcut conflict tile in Settings to spot collisions and avoid surprises. (devblogs.microsoft.com)
  • Tune movement speed and use the slowdown press to land precisely on UI controls. Each user may prefer different speeds depending on monitor resolution and personal reaction time.
  • Use contrasting crosshair colors and thickness on multi-monitor setups or high-DPI displays to ensure visibility across varied backgrounds. (learn.microsoft.com)
  • Test critical apps in a staging environment — games, video conferencing, and some creative or CAD software may render overlays differently or require the overlay to be disabled during fullscreen exclusive use. (heise.de)
  • For enterprise deployments, prefer winget or the Microsoft Store for consistent updates; review the installer’s WiX 5 change if you deploy PowerToys via managed software pipelines. (tweakers.net, github.com)

Technical Notes and Unverified Claims​

  • Several demonstration videos and third‑party write-ups show a specific key combo to trigger the gliding cursor; however, PowerToys’ Settings allow changing the activation key, and the official release notes do not hardcode a single global default for that mode. For this reason, any single screenshot or demo showing "Windows + Alt + ." or similar should be treated as illustrative rather than definitive unless verified inside the PowerToys Settings on the same machine. Users should confirm their local bindings.
  • The gliding cursor’s exact timing steps, slowdown increments, and whether it supports variable acceleration curves are configurable to an extent in Settings (speed sliders and a slowdown key), but very granular behavior (for example, support for custom acceleration curves) is not presented in the public changelog and may require further inspection of the app or source code. If a workflow depends on precise timing characteristics, validate them directly in the app. (devblogs.microsoft.com, github.com)

Developer and Power-User Takeaways​

PowerToys continues to be a valuable public sandbox: features like the gliding cursor show how small, targeted accessibility additions can land in a broad user-facing tool quickly and iterate based on feedback. The v0.94 release is emblematic of mature, user-focused engineering — fixing UX friction (searchable settings), reducing configuration hazards (shortcut conflict detection), and polishing specialized utilities (mouse tools) rather than chasing headline features.
For developers and contributors, the project’s GitHub repo remains the canonical place to review PRs, file issues, and suggest incremental improvements. For product teams, this is a reminder that accessibility features need not be huge initiatives; they can be shipped iteratively and refined in the open with real-user telemetry and community contributions. (github.com, devblogs.microsoft.com)

Conclusion​

The gliding cursor in PowerToys v0.94 is modest in scope but meaningful in outcome: it lowers the hurdle to precise pointer placement for people who can’t rely on continuous, fast mouse movements, and it bolsters PowerToys’ role as an effective incubator for accessibility-forward features. Coupled with improvements like settings search and shortcut conflict detection, v0.94 is a lean, practical update that prioritizes usability and reliability.
Power users, IT admins, and accessibility advocates should test the gliding cursor to see whether it integrates cleanly into their workflows, tune the settings for speed and visibility, and use the new conflict-detection tools to avoid shortcut surprises. Where Windows itself eventually adopts similar features from PowerToys, users will already have a polished, configurable experience ready to bridge the gap.
For immediate use, install or update PowerToys via the Microsoft Store, winget, or the GitHub release page, enable Mouse Pointer Crosshairs in Settings, and experiment with the gliding cursor mode — but confirm your activation shortcut and test behavior in any application where overlays or exclusive rendering could interfere. (github.com, learn.microsoft.com, devblogs.microsoft.com)

Source: GIGAZINE Windows power-up tool collection 'PowerToys' now includes a new feature that lets you fine-tune the mouse cursor position along horizontal and vertical lines and click.
 

Microsoft’s quietly popular PowerToys is about to solve one of Windows 11’s longest-running little annoyances: automatic theme switching. The PowerToys v0.94 release confirmed a planned follow-up (v0.95) that will include a Theme Scheduler capable of switching Windows between Light and Dark modes on a schedule — a feature macOS and mobile platforms have shipped for years and many Windows users have long requested. (devblogs.microsoft.com) (theverge.com)

Split-screen day and night UI showing a Theme Scheduler with Windows-style start menus.Background​

Windows has long offered two primary appearance modes — Light and Dark — exposed under Settings > Personalization > Colors. Until now, however, Windows has not provided a built-in scheduler to flip those modes automatically at given times or at sunset and sunrise. Power users have filled the gap with Task Scheduler scripts, registry hacks or third‑party utilities such as Auto Dark Mode. PowerToys, Microsoft’s open‑source toolkit for power users, has become the natural place to incubate this convenience as a first‑party, maintained alternative. (devblogs.microsoft.com)
PowerToys isn’t new to this role. Over the last several years it has acted as a laboratory for Windows features and power‑user utilities: FancyZones for window layouts, PowerRename for bulk renames, PowerToys Run for launcher-style search, and many others have matured inside PowerToys before becoming mainstream expectations. That “feature lab” pattern makes the arrival of a theme scheduler in PowerToys strategically sensible. (github.com)

What Microsoft announced (and what they didn’t)​

The official signal​

In the PowerToys v0.94 blog post, Senior Product Manager Niels Laute described the release as a quality‑of‑life update and explicitly teased two items for the next update: a revamped Keyboard Manager UI and “a new utility that can automatically switch between light and dark mode based on your schedule.” That wording confirms the planned module and places it squarely in PowerToys rather than the core Settings app — at least initially. (devblogs.microsoft.com)
Independent outlets picked up the announcement and corroborated the plan, reporting the theme scheduler as coming in the v0.95 release window and echoing the rationale: users want automated theme switching to reduce eye strain, match ambient light, or conserve OLED battery life in certain scenarios. These outlets repeated Microsoft’s characterization that the feature is “coming next month” relative to the v0.94 post. Treat that timing as a roadmap hint, not a guarantee: the dev blog is the authoritative source for release notes, and third‑party reporting can conflate expected cadence with firm release dates. (theverge.com, neowin.net)

What remains unconfirmed today​

  • The exact v0.95 release date and shipping cadence (v0.94 teased “next month,” but the GitHub release page is the authoritative record). (github.com)
  • The complete UI/UX: whether the scheduler will offer both fixed time ranges and sunrise/sunset triggers, whether it will let you toggle which parts of the OS are affected (System vs. Apps), and how it handles wallpapers or per‑app exceptions. Public discussion and GitHub issue history indicate likely options, but Microsoft has not published the final changelog for v0.95 at the time of writing. (github.com, neowin.net)

How automatic theme switching will (likely) work — the technical reality​

To understand what PowerToys can and can’t change, it helps to know how Windows stores theme preferences today.
  • Windows tracks two primary personalization values in the current user hive:
  • AppsUseLightTheme — controls whether UWP and many modern apps use Light (1) or Dark (0) app mode.
  • SystemUsesLightTheme — controls the system chrome (Start, Taskbar, title bars) for Light (1) or Dark (0). (buildwindows.com, stackoverflow.com)
Third‑party schedulers and many scripts toggle those registry values to change appearance. PowerToys’ Theme Scheduler will almost certainly use the same mechanism under the hood — it’s the supported, observable control point for theme state — and will likely provide a friendly UI to change them on a timetable. Expect options such as fixed time ranges (e.g., Light at 07:00, Dark at 19:00) and possibly sunset/sunrise triggers that compute local twilight times. (stackoverflow.com, github.com)

Important caveat: registry toggles are not a silver bullet​

Recent Windows 11 builds changed how theme propagation behaves across all UI surfaces. In some builds (notably after 22H2), simply changing registry keys doesn’t reliably repaint every surface; Explorer, the Taskbar, Start menu, and certain Win32 apps may not immediately reflect the change without additional refresh steps or an Explorer restart. Community threads and developers of third‑party theme switchers have documented such inconsistencies and workarounds for years. Expect the initial PowerToys implementation to be conservative and to surface clear documentation and workaround steps for legacy UI refresh behavior. (stackoverflow.com, reddit.com)

Why this matters: practical benefits for daily use​

Automatic theme switching may sound trivial, but it meaningfully improves comfort, battery and cross‑platform consistency for many users.
  • Reduced eye strain in low light. Switching to darker palettes in the evening or in dim environments can reduce perceived glare and visual discomfort for some users, especially when paired with other measures like reduced blue light. Evidence is mixed and context‑dependent — not everyone experiences fewer symptoms — but many users and accessibility advocates see practical benefit in context. (mdpi.com, wired.com)
  • Battery savings on OLED displays. Because OLED pixels emit light individually, black or very dark pixels consume significantly less power than white ones. Academic and industrial measurements show that dark mode can reduce display power on OLED panels substantially at high brightness and produce measurable, if smaller, gains at typical indoor brightness levels. Practical savings vary by device, app content and brightness. In short: dark mode can save OLED battery in many realistic scenarios, but it’s not a universal magic bullet. (purdue.edu, mobileenerlytics.com)
  • Cross‑device behavior parity. macOS and mobile platforms have shipped automatic appearance switching for years; parity reduces friction when users move between devices. Apple’s Auto appearance, which follows a Night Shift schedule or sunrise/sunset, has been a standard convenience for Mac users since macOS Mojave and is documented in Apple’s user guide. PowerToys bringing similar functionality to Windows closes a longstanding UX gap. (support.apple.com)
  • Convenience and reduced reliance on hacks. A first‑party PowerToys implementation removes the need for brittle Task Scheduler registry scripts or ad‑hoc third‑party apps that may be unsupported or resource‑heavy. PowerToys’ integration and maintenance under Microsoft reduces operational risk for many users. (devblogs.microsoft.com)

Risks, limitations and real‑world caveats​

No feature ships in a vacuum. Automatic theme switching in PowerToys will bring trade‑offs and edge cases administrators and power users should understand.

1) Partial repaint and visual inconsistency​

Some UI elements may not update immediately when appearance values change. Legacy Win32 apps, certain third‑party applications, and some shell elements (file dialogs, Explorer panes, toolbars) can remain in the prior theme until reopened or until Explorer is restarted. This intermittent behavior can be confusing; transparent documentation and a “refresh” or “restart Explorer” helper in PowerToys would materially improve the experience. Community feedback suggests Microsoft’s team is aware of these problems. (stackoverflow.com)

2) Interaction with managed environments (IT policy)​

On domain‑joined or MDM‑managed devices, Group Policy or MDM profiles may enforce a specific theme or lock personalization settings. PowerToys running under a user context may be blocked, overridden, or create perception issues for help desks. Deploying PowerToys in corporate fleets requires testing and a clear communications plan. (devblogs.microsoft.com)

3) Accessibility tradeoffs​

While dark mode helps some users in low light, people with certain visual impairments may find light backgrounds easier to read. PowerToys should include accessibility options, clear labels, and the ability to exclude specific apps or workflows from scheduled switching. Providing per‑app exceptions or a “pause while using full‑screen apps” toggle (to avoid jarring switches during presentations or games) would be practical. (mdpi.com, neowin.net)

4) Wallpaper and accent coordination​

Many users pair different wallpapers or accent colors with Light vs. Dark themes. If the scheduler only toggles the two personalization registry keys, wallpapers and accent settings may not change in lockstep — producing an odd visual mismatch. Ideally, PowerToys’ scheduler will expose options to switch wallpaper and accent color along with theme state, or at least document which keys it affects. (github.com)

5) Battery and performance tradeoffs on desktops​

On desktops with LCD monitors, dark mode offers no meaningful power savings and can sometimes reduce perceived contrast for long reading sessions. Users should be encouraged to pick the schedule that fits ambient lighting and reduce reliance on “dark mode is objectively better” heuristics. Research shows context matters: for OLED laptops and tablets, dark mode can help battery life; for widescreen LCD monitors it is mostly an aesthetic and comfort matter. (purdue.edu, wired.com)

What PowerToys could reasonably ship in v0.95 (educated projection)​

Based on Microsoft’s tease, community requests and PowerToys’ historical feature set, a practical v0.95 Theme Scheduler might include:
  • A global on/off toggle for scheduled theme switching.
  • Time‑based entries (set specific times for Light and Dark).
  • Sunrise/sunset trigger using the device’s location or a manual timezone/location entry.
  • Options to toggle whether the scheduler changes System, Apps, or both theme flags.
  • A “pause while in full‑screen” mode to avoid switching during presentations or games.
  • Clear documentation about known limitations (Explorer repaint, legacy apps) and a helper to refresh the shell if required. (devblogs.microsoft.com, github.com)
This scope balances immediate user value with conservative engineering: it provides the promised convenience while surfacing the known technical constraints rather than pretending they don’t exist.

Recommendations for users, power users and IT admins​

For everyday users​

  • If you rely on automatic switching today, wait for v0.95 and prefer the official PowerToys implementation over third‑party hacks. It will likely be better maintained and more integrated. (devblogs.microsoft.com)
  • Test your favorite apps after enabling scheduling — if an app doesn’t react to theme changes, restart it or log out/in. PowerToys should document workarounds. (stackoverflow.com)

For power users and enthusiasts​

  • Use a secondary or non‑critical machine to evaluate the scheduler before enabling it on your main workstation, especially if you script workflows or rely on legacy tools that may not repaint cleanly.
  • If you previously used registry or Task Scheduler scripts, compare behavior to the PowerToys module; the PowerToys approach should be safer and expose UI controls that replace fragile scripts. (github.com)

For IT admins and organizations​

  • Test PowerToys and the scheduler in a controlled pilot; confirm Group Policy and MDM policies behave as expected and document the user experience for help desk staff. (devblogs.microsoft.com)
  • Consider providing guidance or a company standard for appearance in official communications to avoid end‑user confusion in shared or public workstation environments.

Developer and app‑maker checklist​

Apps that want to be resilient in environments where theme switching can occur should:
  • Listen for theme change notifications and respond by repainting UI elements immediately. Relying only on process startup to pick up theme values will produce inconsistent UX.
  • Test against both the AppsUseLightTheme and SystemUsesLightTheme changes; in some cases, a single toggle isn’t sufficient to correctly style both app content and shell chrome. (stackoverflow.com)
  • Provide per‑app settings or an accessible appearance toggle if users or admins request it. Developers should also document how their apps behave under dynamic theme changes so admins can plan rollouts.

The bigger picture: PowerToys as a continuing incubator​

PowerToys’ role as a rapid‑iteration lab for Windows features is one of its greatest strengths. When Microsoft surfaces practical, community‑requested features in PowerToys, the company can gather telemetry and real‑world usage feedback before deciding whether to fold those features into the operating system. The Theme Scheduler fits that pattern: it’s a user experience and systems integration problem that benefits from a tried‑and‑tested incubation period inside PowerToys. Historically, features that prove broadly useful and stable inside PowerToys have later influenced native Windows behaviors. (github.com, devblogs.microsoft.com)
PowerToys also gives Microsoft and the community a smaller, faster feedback loop. That agility is especially valuable when dealing with edge cases like theme propagation across legacy UI surfaces. Incremental, well‑documented rollouts will preserve user trust and minimize help‑desk churn.

Final analysis: meaningful improvement, but not a cure‑all​

PowerToys adding automatic theme switching is a win for Windows users. It closes a persistent UX gap, brings a first‑party maintained alternative to third‑party scripts, and aligns Windows with cross‑platform expectations. The feature will improve everyday comfort for many, and for OLED laptop users it can yield measurable battery benefits in certain scenarios. (devblogs.microsoft.com, purdue.edu)
At the same time, the underlying technical landscape in Windows means the experience will not be flawless at first. Registry‑based theme toggles and the fragmented paint behavior of legacy UI elements introduce realistic limitations that Microsoft must document and, where possible, mitigate. Administrators, developers and advanced users should prepare for some friction and test the behavior in their own environments before broad adoption. (stackoverflow.com)
PowerToys remains Microsoft’s best‑kept secret precisely because it solves these small but persistent annoyances without waiting for a major OS update cadence. A Theme Scheduler in PowerToys is a pragmatic, user‑centered step that provides immediate value and sets the table for a cleaner, more polished OS‑level integration down the road — provided Microsoft continues to listen to user feedback and iterate quickly. (devblogs.microsoft.com, github.com)

Quick checklist (what to do when v0.95 arrives)​

  • Read the v0.95 release notes on the PowerToys dev blog and the GitHub release page for exact feature details and known limitations. (devblogs.microsoft.com, github.com)
  • Install PowerToys on a test machine and enable Theme Scheduler to validate behavior with your primary apps.
  • Confirm whether Explorer or specific apps need restarting to apply theme changes in your environment. (stackoverflow.com)
  • For managed devices, test Group Policy/MDM interactions and prepare help‑desk documentation if you intend to deploy widely. (devblogs.microsoft.com)
This update is an elegant example of how small features — those that respect the messy, real‑world edge cases that users live with every day — can deliver outsized value. PowerToys’ Theme Scheduler won’t be a radical restructuring of Windows, but it will be a welcome convenience that many users will come to rely upon.

Source: TechRadar Windows 11 finally catches up to macOS thanks to PowerToys – Microsoft's best kept secret
 

Back
Top