Jump to content

_RegEnumKey


speedy6
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...