devjta / java-registry

Automatically exported from code.google.com/p/java-registry
1 stars 4 forks source link

How to find all subfolders within a folder #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It is able to read/write but for that, complete PATH should be known.
2. Many a times, the keys are in folders with random names on different 
machines, for e.g. see the folders beneath : 
HKLM\SOFTWARE\MICROSOFT\Windows\CurrentVersion\MMDevices\Audio\Capture\

What version of the product are you using? On what operating system?
4.5

Please provide any additional information below.

Original issue reported on code.google.com by nitin.co...@gmail.com on 24 Jan 2014 at 3:15

GoogleCodeExporter commented 9 years ago
Try listValueNames or listKeys with the HKLM key and the rest of the path.

Let me know if you meant this.

Original comment by bEha...@gmail.com on 28 Jan 2014 at 11:35