r/PowerToys

What made u actually pull the trigger on a paid tool?

I've got a dumb amount of AHK scripts held together with hope. Most of 'em still work. A few break every time Windows or some app updates and I gotta go dig thru Task Scheduler and remember why I even wrote 'em.

I got sick of maintaining that pile so I started building my own thing... voice commands for stuff I do a hundred times a day, running fully offline, no cloud, nothing leaving the machine. Selfish reasons at first, just wanted to stop babysitting scripts.

Now I'm at the point where I'm wondering if anyone else would actually pay for something like this, so I wanna ask people who've spent time automating Windows, using PowerToys, AHK, accessibility tools, or just looking for easier ways to control their PC: what made u actually pay for a Windows tool instead of using whatever free option was available?

Couple things I'm specifically trying to figure out:

Is it reliability that gets u, more than features? Like, does a tool need to survive an update or two before u trust it enough to pay?

If something breaks, does it matter whether the tool can recover on its own or at least show u clearly what it was about to do?

And privacy-wise... if something's listening or touching sensitive data, does knowing exactly what it's doing and when actually change whether you'd use it, or is "it's offline" enough on its own?

Curious if there was a specific moment that tipped u from "I'll just script it" to "here's my card." And did it end up being worth it, or did u quietly go back to your own scripts eventually?

reddit.com
u/keyboard_ninja_20 — 4 days ago
▲ 28 r/PowerToys+2 crossposts

I made Gola, a radial launcher — hold Ctrl+Alt and a wheel of your apps and live windows opens under the cursor

I've been building this for a few months because I kept losing track of windows. Alt-tab is a queue you have to walk, and the taskbar is a row of near-identical icons you have to aim at. My cursor is already somewhere on screen, so I wanted the launcher to just show up there instead.

Hold Ctrl+Alt (or a mouse thumb button) and a two-ring wheel opens centred on the pointer. The inner ring is your apps plus three sections: System, Tools and Shelf. Point at an app, hold for a moment, and its actual open windows fan onto the outer ring as live previews with their titles. Slide onto one, let go, and it's focused. Release outside the wheel and nothing happens.

The app slices behave like taskbar buttons: nothing running launches it, one window focuses it, several fan out. Green dot with a count when something's running.

Other things that live on it: ten tools that open as popovers beside the wheel rather than windows (clipboard history, screenshot, quick note, colour picker, calculator, timer, magnifier, caffeine, focus dim) with no taskbar entry and no alt-tab stop, and a pin if you want one to stay floating. System controls for Lock, Sleep, Volume, Wi-Fi, Task Manager and Settings. A Shelf that works as a seven-day inbox, where you point your own Telegram bot at it and files or links from your phone land on the wheel. And a right-edge side dock for parking windows you don't want on the taskbar.

It's C# .NET 8 and WPF, tray-resident, Windows 10 and 11. No account, no telemetry, no servers. The app list is a config.json on your own disk, and shell entries only run after you approve each one by hand.

Two things I'd rather say up front than have someone find out after clicking. It's a paid app, CAD $12.89 where I am, so the Store will show your region's price rather than a free download. And there's one rough edge I know about: Windows won't hand over a thumbnail for a window that was minimised before Gola started, so those slices fall back to the app icon until you touch the window once. That's on my list.

Store listing: https://apps.microsoft.com/detail/9NGHFH4J7JMD?cid=reddit-windowsapps

Happy to answer anything. The feedback I actually want is whether the gesture clicks for you in the first minute or feels like homework.

u/Royal_Philosopher_58 — 8 days ago
▲ 16 r/PowerToys+1 crossposts

Release: Disk Analyzer v1.4.0 — File Explorer Context Menu, True Binary Icons & Command Palette Upgrades! 🚀

Hey r/PowerToys!

I'm excited to share v1.4.0 of ValleySoft Disk Analyzer — the free, TreeSize-like disk space analyzer built for Windows 11, PowerToys Run, and Windows Command Palette.

🖼️ Screenshots:

  • Standalone App Overview:

Ver 1.4.0 UI

  • What's New & Help Center: What's New & Help Center

Ver 1.4.0 Help

🚀 What's New in Version 1.4.0:

  1. 📁 Windows File Explorer Context Menu:
    • Right-click any folder, drive, or folder background in Windows File Explorer and select "Analyze with DiskAnalyzer" to launch directly into target scan view.
    • Includes the official application icon in the context menu.
  2. 🖼️ Crisp Executable File Icon Extraction:
    • Native Win32 ExtractIconEx P/Invoke loads authentic high-resolution application icons for .exe and .dll binaries in the scan results DataGrid.
  3. 🎨 3 Top-Level Command Palette Shortcuts:
    • Dedicated Command Palette entries for (Command Palette View), (Standalone App), and (PowerToys Run).
    • Interactive in-palette subfolder navigation with an "Up one level" return item.
  4. 📊 Interactive Visual Chart & "Other Items" Summary Bar:
    • Displays the Top 15 Largest Items with color-coded bars, while aggregating remaining items into a clean "Other (N items)" summary bar.
    • Tap/click any bar directly to drill down into subfolders or reveal files in Explorer.
  5. 💾 Admin-Resilient CSV Export:
    • Dynamic Export CSV button state and native comdlg32.dll (GetSaveFileName) save dialog fallback to guarantee CSV export works 100% reliably under Administrator UAC integrity boundaries.
  6. Name Column Auto-Width & Real-Time Live Filter:
    • Default 350px minimum width for the DataGrid Name column so file names are never truncated.
    • Instant live search filtering as you type (keywords, *.mp4, *.exe, *.zip).

📈 Real Benchmark Results (v1.4.0 vs v1.3.7):

  • O(1) Extension Category Mapping:
    • 87.0% performance improvement (reduction in overhead).
    • Replaces linear list searches (Array.Contains) with a static dictionary lookup (TryGetValue).
  • Capped Degree of Parallelism (DOP):
    • 6.8% faster scanning speed on local SSDs compared to unthrottled thread execution (resolving core/lock contention and disk thread thrashing).
  • Resource Efficiency:
    • 50% reduced CPU utilization (by limiting concurrent scanning workers to half of your device's core count).
    • ~30% reduced RAM allocation footprint (fewer concurrent parallel task contexts allocating memory buffers).

📦 Download & Update Links:

Thank you for all the feedback and support! Let me know what features you'd like to see next in v1.5.0!

reddit.com
u/thet39 — 12 days ago

I made a handy PowerToys Run plugin for browser searches, history, and shortcuts

I've been using PowerToys Run for pretty much everything, but I kept finding myself opening the browser just to search something, open a specific site, or find something I'd searched for before.

So I built BrowserConnect, a PowerToys Run plugin that brings a bunch of browser-related workflows directly into Run.

The motivation is simple, we shouldn't have to open the browser and repeat the same steps every time we want to search, open a URL, or find something in our history.

Browser Connect Demo

What it does

🔎 Custom search engines

Set up shortcuts for whatever we use:

yt cats

gh react

wiki quantum mechanics

Search engines and their shortcuts are fully configurable.

🌐 URL shortcuts

Save frequently used URLs and open them directly from PowerToys Run.

🔀 Search multiple engines at once

For example:

yt brave : power toys

will search using multiple configured engines simultaneously.

🕘 Fuzzy browser history

Search through previous searches made via this plugin and URLs directly from PowerToys Run.

🕵️ Incognito searches

Add -i to a search to open it in an incognito window.

📺 Live results

Some providers can return results directly inside PowerToys Run, including YouTube, AniList, and SeriesGraph.

⚙️ Configurable

History limits, caching, incognito-history behavior, search engines, and other behavior can all be configured.

The basic idea:

Alt + Space → type what we want → Enter

instead of:

open browser → open website → wait for it to load → search → wait for results → find result

It's open source and built with C#/.NET.

GitHub:
https://github.com/bharath6115/BrowserConnect_PowerToysRun

I'd love some feedback from other PowerToys Run users, especially on features or workflows you'd like to see added.

And if you end up finding it useful, a ⭐ on the repo would be greatly appreciated.

reddit.com
u/assassin-6115 — 10 days ago