Jump to content

Recommended Posts

Posted

With this:

Global $regkey = "HKEY_LOCAL_MACHINE\SOFTWARE\test"

$array = _RegEnumKey($regkey)

_ArrayDisplay($array)

I only can see the keys but not the "(in dutch) tekenwaarde", so in english somehting with value... how can I list them to?

Thanks

Posted (edited)

Still it doesn't work with this:

Global $regkey = "HKEY_LOCAL_MACHINE\SOFTWARE\extool" or with "HKEY_LOCAL_MACHINE\SOFTWARE" also it doesn't work...

for $i = 1 to 100

$array = RegEnumVal($regkey,$i)

next

Edited by speedy6

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...