Archive: recursively search through Registry Keys


recursively search through Registry Keys
Hello

Is there any code about which will allow to recursively search though some registry keys


You should use EnumRegKey and EnumRegValue. See this archive page for an example.