Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top