Modify ↓
Opened 16 years ago
Closed 16 years ago
#1545 closed Bug (No Bug)
RegRead 64bit
| Reported by: | 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 by , 16 years ago
comment:2 by , 16 years ago
Not sure to understand what is wrong.
Just describe the cases that are not working. ;)
comment:3 by , 16 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
All case return the same value running in X86 mode with or without HKLM64
Note:
See TracTickets
for help on using tickets.

I believe this is more a request then a bug