Jump to content

Problem with RegWrite, RegRead, RegDelete in Vista x64


 Share

Recommended Posts

Hi,

I'm having problem with RegWrite, RegRead, RegDelete in Vista x64. I used example from help:

RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Test", "TestKey", "REG_SZ", "Hello this is a test")

And instead of writing to HKEY_LOCAL_MACHINE\SOFTWARE\Test, key will be written to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Test.

Can someone tell me what is wrong, and how can I force that wanted key is written to HKEY_LOCAL_MACHINE\SOFTWARE\Test? I always thought that when using HKLM64\SOFTWARE\Test, then the key should be written to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Test.

Cheers :)

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