Say I have the following Key

HKEY_CURRENT_USER/Software/test/key1
HKEY_CURRENT_USER/Software/test/key2

How do I get all the keys under HKEY_CURRENT_USER/Software/test?


Thank you