Is there a tool or method with which I can search the windows registry with regular expressions?
|
feedback
|
|
The free RegAlyzer utility searches by substring, wildcard (*,?), boolean (AND OR NOT), and regular expression:
| ||||
|
feedback
|
|
You can use PowerShell with
This will search the | |||||||||
feedback
|
|
If it's just a matter of searching it without changing anything (no Search & Replace), export the whole registry to a .reg file and use your favorite text editor that supports regular expressions (Notepad++, Textpad, PSPad, ...). To export the whole registry, right-click the Computer node in Registry Editor and select Export. Watch out, the exported file can be huge. I just tried and the file was 250 MB big. Encoding update: On WinXP, cygwin's | |||||
feedback
|
|
Even | |||
feedback
|
