Exist any ADO.NET Provider for access to the windows registry? Or rather you can use ADO to connect to the windows registry?
Thanks in advance.
Exist any ADO.NET Provider for access to the windows registry? Or rather you can use ADO to connect to the windows registry?
Thanks in advance.
I'm not aware of a provider to the registry, but if you're looking to search the registry you could write a recursive function that enumerates the registry keys and applies your search criteria through string comparisons.