Other Utilities (7)
Every well-organized collection ends up with a small set of genuinely useful tools that simply do not share a common thread with anything else on the shelf, and the 7 programs in Other Utilities are exactly that — each one solves a real, specific problem, but the problems themselves have nothing in common with each other beyond not fitting cleanly into System Information, Hardware Tools, Disk / Storage, Network Tools, Security Tools, File Utilities, Productivity Tools or Benchmark Tools.
Screen and color inspection is covered by ColorCop, a one-click screen color picker that reports the exact HEX and RGB value under your cursor the moment you click — the kind of tool a web designer or someone matching a paint color to a screenshot reaches for constantly and otherwise has to install a much larger graphics suite just to access.
Two tools deal with capturing and extracting information from other running windows. SoundRecorderXP
is a minimal WAV recorder for quickly capturing short clips from your default microphone without
opening a full audio editor — built around the classic mciSendString Windows Multimedia
API rather than a heavier third-party audio library. WindowTextExtractor takes a related but distinct
approach: it grabs the real underlying text from disabled or otherwise non-selectable UI controls in
other open windows, useful when an application shows you information you cannot normally copy.
Media and binary format inspection rounds out most of the rest of the category. GSpot Codec Information Appliance parses an AVI file's RIFF structure directly to identify the video and audio codec FourCCs a file actually needs to play — reviving the classic "what codec does this old AVI need" question from the codec-pack era — with basic container detection for MP4 and WAV files as well. DLL Export Viewer goes a level deeper still, parsing a DLL or EXE's PE (Portable Executable) header and export directory table by hand to list every function name the file exports, the same low-level binary inspection technique tools like Dependency Walker built their reputation on.
Finally, WinLister enumerates every visible top-level window on the desktop along with its window class name, handle value and owning thread ID — a compact diagnostic view that UI automation developers, script writers and anyone debugging a misbehaving window reach for when they need to identify exactly what Windows itself thinks a particular window is, independent of what its title bar happens to say.
If you cannot find what you need by browsing the other eight categories, it is always worth a quick scan through this one — the tools here tend to be the ones that solve a very specific, very memorable problem the moment you actually hit it.
Utilities in this Category
| Utility | Description | Details |
|---|---|---|
| Color Cop | A one-click screen color picker that reports HEX and RGB values instantly. | Details |
| DLL Export Viewer | Parses a DLL or EXE's PE export table and lists every exported function name. | Details |
| GSpot Codec Information Appliance | Identifies AVI container video/audio codec FourCCs, with basic MP4/WAV detection. | Details |
| Icaros | Repairs a corrupted Explorer thumbnail cache so video and image previews reappear. | Details |
| Sound Recorder XP | A minimal WAV recorder for capturing quick clips from your default microphone. | Details |
| WinLister | Enumerates every visible top-level window with its class name, handle and owning thread. | Details |
| Window Text Extractor | Grabs the real text from disabled, non-selectable UI controls in other windows. | Details |