Is there a software that can index the contents of the registry for quick lookups?
Posted
by
Benoit
on Super User
See other posts from Super User
or by Benoit
Published on 2011-02-26T11:40:01Z
Indexed on
2012/07/04
3:18 UTC
Read the original article
Hit count: 263
Searching in the Windows registry can be ve------ry------ lo----ng.
Is there some tool available that can index the contents of the whole registry, or contents of a single hive, such that fast lookups are available? (for example generating some SQLite database with FTS3 or FTS4 enabled for full text search)
Thank you.
PS. I don't want RegScanner or tools that perform a new, linear search every time. I want an indexer, with which then a search can be instantaneous. See question comments.
© Super User or respective owner