DMRegistry object represents system Registry. This invisible
ActiveX control allows you to create, delete, read, write, and
enumerate Registry values (not keys). The important difference
between DMRegistry and standard WshShell object is the ability to
enumerate Registry keys; so that, you have access to the list of
values even if you don't know exact names.
See also DMRegistry test page.