Modify ↓
Opened on Feb 5, 2012 at 5:04:00 PM
#2122 closed Feature Request (Rejected)
KEY_WOW64_32KEY support for registry keywords
| Reported by: | JFX | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Currently all Registry keyword support the 64 suffix to access native registry.
The counter part suffix 32 to access the WoW registry is missing.
http://www.autoitscript.com/autoit3/docs/functions/RegEnumVal.htm
Fixing this help file example could be nicely done,
without checking @AutoItX64 && appending Wow6432Node to the key.
For $i = 1 To 100
Local $var = RegEnumVal("HKEY_LOCAL_MACHINE32\SOFTWARE\AutoIt v3\AutoIt", $i)
If @error <> 0 Then ExitLoop
MsgBox(4096, "Value Name #" & $i & " under in AutoIt3 key", $var)
Next
Attachments (0)
Change History (1)
comment:1 by , on Jul 21, 2013 at 11:32:31 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
