WMI Explorer — Browse Everything Windows Knows About Your PC AHK v2 Script

Introducing WMI Explorer — Browse Everything Windows Knows About Your PC

Windows knows a staggering amount about your hardware, drivers, services, and configuration — but getting at it usually means PowerShell incantations, sketchy command lines, or a stack of one-off scripts. WMI Explorer puts all of it behind a single dark-themed window with a tree of ready-to-run queries, a live search box, and one-click CSV export. Pick a topic, see the answer.

It replaces the 36 separate WMI scripts I’d accumulated over the years — one for CPU info, one for installed programs, one for network adapters, one for hotfixes, and on and on — with a single app driven by an 80+ query catalog. If you’ve ever needed to audit a PC, troubleshoot a flaky driver, or document a build for a colleague, this is the tool I wish I’d had a decade ago.


What You Get Out of the Box

  • 80+ pre-built queries across Hardware, Storage, Display, Network, Security, OS, Software, Services, and Accounts & Sharing — CPU, BIOS, drivers, hotfixes, installed programs, antivirus status, you name it.
  • Live search that filters the result table as you type. Looking for one program out of 400? Type three letters.
  • Copy CSV / Export CSV — one click and you’ve got a clipboard or file ready to paste into Excel, an email, or a ticket.
  • Sortable result columns — click any header to sort, click again to reverse.
  • Built-in Ping with an inline host box for quick connectivity checks.
  • Free-form WMI crawler that lazy-loads every namespace and class on your machine, so you can explore beyond the catalog.

Two Killer Features for AutoHotkey Users

Copy AHK is the button that earns its keep on day one. Pick any query in the tree, click Copy AHK, and a complete AutoHotkey v2 snippet lands on your clipboard — correct namespace, exact WQL string, the loop that pulls the properties, and plain-English comments. Paste it into your own script and run. It’s the fastest way I know to learn WMI by doing instead of reading.

Ask AI connects to OpenRouter (use your own key — many models have a free tier). Describe what you want in English (“list every USB device with its VID and PID”) and the assistant suggests the right WMI class and query, dropped right into the result table. Then click Copy AHK on the suggestion and you’ve got working code.

Built for People Who Live in This Stuff

Sysadmins auditing a fleet, AHK developers prototyping new automations, IT support staff documenting a workstation, or curious power users who want to know what’s actually inside their PC — if you’ve ever opened up Windows Management Instrumentation and wished it had a sane front-end, this is that front-end.

Pro tip
Auditing a new PC? Click through Hardware → Storage → Network → Security, hitting Export CSV on each. Five minutes later you have a complete inventory in five tidy spreadsheets.

Get WMI Explorer

WMI Explorer is $4.99 — no license server, no activation hoops, no subscription. Download it once and it’s yours. Ships as a standalone Windows executable plus the AutoHotkey v2 source so you can read, tweak, and learn from every line.

Grab it from the-Automator.com/WMIExplorer and stop writing one-off WMI scripts forever.

Comments are closed.