Versions:

  • 1.0

ComExplore is a lightweight Windows utility written in C++ that exposes every registered OLE and COM class on the local system through an interface reminiscent of the legacy Microsoft OleView tool. Designed for developers who need to inspect, validate, or document component-object-model metadata without launching the full Visual Studio toolchain, the program enumerates all CLSID, ProgID, TypeLib, and interface entries stored in the registry and presents them in a navigable tree. By selecting any node, the user can instantly read the associated DLL or EXE server path, threading model, security settings, and implemented interfaces; double-clicking a type library entry opens a human-readable IDL dump that can be copied to the clipboard for further analysis. Typical use cases include troubleshooting “class not registered” runtime errors, verifying side-by-side COM redirection entries, auditing 32- vs 64-bit registry views, and reverse-engineering third-party components during migration projects. Because the binary is self-contained and requires no installation, it can be carried on a USB stick and invoked on production machines without altering system state. Version 1.0, the first and only release published by PolarGoose under the trieck label, ships as a single 300 KiB executable that runs on Windows 7 through Windows 11, consuming negligible RAM while scanning registries that contain hundreds of thousands of keys. The application falls into the Developer Tools / Component Inspection category and is distributed under an implicit open-source license that allows unrestricted commercial and private use. ComExplore is available for free on get.nero.com, with downloads supplied through trusted Windows package sources such as winget, always delivering the latest build and enabling batch installation alongside other applications.

Tags: