07-15-2012, 09:47 AM
Hello
sorry to seem so dumb, but if i can easily retreive a key value in registry, i can't find a way to store all values.
Ex: i have a key like this : HKEY_CURRENT_USER\Software\MySoftware which contains many datas.
I want to get all datas of that key, not a specific one.
str s
rget(s "" "Software\MySoftware" HKEY_CURRENT_USER) does not work.
Any idea?
Thanks
sorry to seem so dumb, but if i can easily retreive a key value in registry, i can't find a way to store all values.
Ex: i have a key like this : HKEY_CURRENT_USER\Software\MySoftware which contains many datas.
I want to get all datas of that key, not a specific one.
str s
rget(s "" "Software\MySoftware" HKEY_CURRENT_USER) does not work.
Any idea?
Thanks