igorm Posted March 21, 2008 Posted March 21, 2008 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 Office 2000/XP/2003/2007 Slipstreamer
igorm Posted March 21, 2008 Author Posted March 21, 2008 Oh, my mistake. Everything it is OK, It is reversed from what I said above. Cheers Office 2000/XP/2003/2007 Slipstreamer
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now