This utility provides fast searching within the Windows registry.
go install git.sr.ht/~jackmordaunt/reg-dump@latest
reg-dump search
Supply a regex to match paths and values.
reg-dump search -pattern "*.exe"
Combine with fzf to fuzzy search the result.
reg-dump search -pattern "*.exe" -log log.txt | fzf --preview "reg-dump show {}"