Advanced Registry Queries

How to search for all the registry keys that match a string:

C:>reg query HKLMSYSTEMCurrentControlSetServices /f *browser* /s

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesbowser
 Description    REG_SZ    Implements the datagram receiver for the computer browser browser service.

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBrowser
 DisplayName    REG_SZ    @%systemroot%system32browser.dll,-100
 Description    REG_SZ    @%systemroot%system32browser.dll,-101

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBrowserParameters
 ServiceDll    REG_EXPAND_SZ    %SystemRoot%System32browser.dll

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventLogSystemBrowser

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesEventLogSystemIMABrowserSS
 EventMessageFile    REG_SZ    C:Program Files (x86)Citrixsystem32CitrixIMAsubsystemsresourceenMfBrowserSsUI
.dll

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesICABrowser

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanServerParameters
 NullSessionPipes    REG_MULTI_SZ    browserHydraLsPipeTermServLicensing

End of search: 10 match(es) found.

C:>

 

More to follow:

 

C:

 

Leave a Reply

Your email address will not be published. Required fields are marked *