Window Switcher Pro
Advanced Alt+Tab replacement with thumbnail previews, fuzzy search, and virtual desktop support for Windows 10/11.
Download Trend
last 30 daysSpike on May 28 — featured on homepage
Discussion
8 commentsBest window switcher I've used on AHK v2. The fuzzy search is incredibly fast — even with 40+ windows open. One question: is there a way to exclude certain process names from the list?
Yes! Add the process name to the `EXCLUDE_PROCS` array at the top of the config section. e.g. `EXCLUDE_PROCS := ["TextInputHost.exe", "SearchHost.exe"]`
The author is really responsive. This script is actively maintained which is rare.
Migrated from the v1 version and the performance difference is night and day. Thumbnails render in <50ms now. The virtual desktop support is the killer feature for me.
Does this work with Windows 10 or only Windows 11? The description says 10/11 but I'm getting a DWM error on my Win10 machine.
The DWM thumbnail API requires Windows 10 build 1903+. If you're on an older build, set `USE_THUMBNAILS := false` to fall back to icon-only mode.
Feature request: could you add a "recent windows" mode that only shows the last 5 used windows? Sometimes I just want quick access without the full overlay.
I combined this with ClipStack and now my entire workflow is AHK-powered. Productivity has genuinely improved. Thanks for the MIT license.