Registry Tools

In addition to RegEdit, these are some of the tools I use to explore the registry.
Regmon v4.32
Tracks all registry accesses. Can be configured to include or exclude accesses based on type, key, and/or program. Use this to discover keys that applications could use ... but don't exist ... yet.

InCtrl 5 (765K)
Use this every time you install software. It keeps track of every modification to your system - including what files were updated (replaced) and what happened inside the registry. Full Delphi source code is included.

COA32 (297K)
Normally, you can't simply move an application (or directory) from one location (drive and/or directory) to another because of the registry entries. This modifies the relevant registry and link entries. Full Delphi source code is included.


Home
Copyright: Robert Clemenzi - clemenzi@cpcug.org