I want to be able to get all the value pairs under a location in the registry, like:
RegistryKey printerkey =
settingsRegKey.OpenSubKey("\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Print\\Printers\\DevModes2\\Settings");
I can select Registry.LocalSystem, etc, but how do I then get to a specific branch (like above)?
Thanks