RegDllView is a small utility that displays the list of all registered dll/ocx/exe files (COM registration). For each registered file, you can view the last date/time that it was registered, and the list of all registration entries (CLSID/ProgID).
RegDllView also allows you to unregister dll/ocx files that you don't need on your system anymore. If you have dll/ocx files that don't exist on your system anymore, but their registration entries are still exist in your Registry, you can manually remove these entries by using 'Delete All Entries For Selected Files' option.
New in this version:
Added new columns: File Modified Time, File Created Time, File Attributes.
* Added Drag & Drop support - When you drag .dll/.ocx files from Explorer into the window of RegDllView, they are automatically registered.
* Added Re-Register files option - Allows you to register again files that already registered. (For fixing problems with registrations)
* Fixed some problems with the 'Unregister Selected Files' option.
* Added 'Open Folder' option.
* Added 'Register File' option.
* Added x64 version.
NEW:
Fixed bug: RegDllView had 'CoInitialize has not been called' error when trying to register or unregister a dll file.