Modify ↓
Opened 15 years ago
Closed 15 years ago
#1545 closed Bug (No Bug)
RegRead 64bit
Reported by: | tanerforum@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
While doing regread, it doesn't work in win7 x64 nor vista x64.
When the HKLM changed with HKLM64, it works. Shouldn't it better if AutoIt does this for x86/x64?
For example:
RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion", "CommonFilesDir")
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by Emiel Wieldraaijer
comment:2 Changed 15 years ago by Jpm
Not sure to understand what is wrong.
Just describe the cases that are not working. ;)
comment:3 Changed 15 years ago by Jpm
- Resolution set to No Bug
- Status changed from new to closed
All case return the same value running in X86 mode with or without HKLM64
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
I believe this is more a request then a bug