LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically get all the list of value names under a key in windows registry?

Solved!
Go to solution

 

Hi

 

How to programmatically get all the list of value names under a key in windows registry without configuring number of values in the key?

 

Thanks & Regards

Samuel J

0 Kudos
Message 1 of 4
(3,590 Views)

Hi Samuel,

you can use the "Enum Registry Keys" function. If you need more than one layer then you can use it recursive.

 

Mike

0 Kudos
Message 2 of 4
(3,588 Views)

Smiley TongueThanks for your reply mike.

 

But "Enum Registry Keys" will return subkeys not the values, I think you will suggest to use "Enum Registry values simple" instead of that. But there is a input terminal named "value info" to specify number of values in that key.

 

So my question is how can i get the "value info" info programmatically.

 

Warm Regards

Samuel J

 

0 Kudos
Message 3 of 4
(3,580 Views)
Solution
Accepted by topic author Samuel_James

Hi Samuel,

you'll get this info from "Query Registry Key Info.vi".

 

Mike

0 Kudos
Message 4 of 4
(3,578 Views)