Sysinternals Registry Monitor Tutorial
Quick Description
Today I'll write about very useful tool – Registry Monitor, which was mentioned in my previous article. It’s great tool for exploring Windows Registry.
First, you need to obtain it. Go to Sysinternals website and download it. The program is, as all Mark Russinovich and Bryce Cogswell tools, standalone and compact. When you run the program you get something like this:

This is Registry Monitor main window. It's very basic and clear. If we look at the toolbar from left to right we have several buttons.
| Save Button: Save entries to log file. | |
| Open Button: Load entries from log file. | |
| Capture Button: When this button is pressed and capture is turned on, then the program captures registry changes. | |
| Auto scroll button: If clicked and auto scroll turned on, then the list is scrolled automatically, in other words, list position is always at the bottom. | |
| Clear Button: By clicking this button you clear the list. | |
| Time Format Button: Change time format in the list. | |
| Filter Button: This opens new window, where you can input different parameters to filter your list. | |
| History Depth Filter: You can choose how many entries are shown at the time. 0 means that all entries are retained. | |
| Find Button: Search for results. | |
| Jump Button: Select item from the list and click this button. You'll jump to registry at selected item position with regedit. |
Filter Usage
If you click on Filter button you'll be prompted with this window:

Here you can define many parameters, which will help you to isolate certain entry. In Include input filed you see star (*). This means that all entries are captured by program and this can lead to a mess. If you are looking for specific entry you can try using a process name, like in example bellow. It says: »I want to capture all entries where process explorer does something. « Of course you can use anything you like. You can also input registry path or value name you want to monitor. And to be more specific you can tick boxes bellow, and tell the program to capture only entries of values that are written or read from registry, etc. You have also Exclude input field. With these possibilities you can create good filter, to find the thing you want.

That is basically everything you need to know about Registry Monitor. Remember, this program offers you many different scenarios, on how to find specific entire. True power of tweak hunting is revealed by using Registry Monitor and VMware. Happy hunting!!
Copyright © 2005, 2006 Miha Jakovac
