Jump to content

RegRead & AutoIt 3.3.8.0 Problems


Recommended Posts

Hi all,

I'm not sure is it a bug or not, but since I've updated to 3.3.8.0, RegRead function does not read any Registry values from "HKEY_CLASSES_ROOT\Wow6432Node"

For example this works with 3.3.7.2:

$RegPath = "\\" & $ComputerName & "\HKEY_CLASSES_ROOT\Wow6432Node\.1\"

$version = RegRead($RegPath, "")

MsgBox(0, "", $RegPath & " " & $version)

But if I use 3.3.8.0, I do not get any values ($version is empty).

RegRead & 3.3.8.0 works properly if I use any other RegKey

For example:

$RegPath = "\\" & $ComputerName & "\HKEY_CLASSES_ROOT\WPLFile\"

$version = RegRead($RegPath, "")

MsgBox(0, "", $RegPath & " " & $version)

Any ideas why ?

Thanks !

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...