Modify ↓
Opened 15 years ago
Closed 15 years ago
#1430 closed Bug (No Bug)
RegRead() Function, Bug?
Reported by: | cyril.ansons@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.2.0 | Severity: | None |
Keywords: | RegRead() | Cc: |
Description
Hello,
I have a little problem about the RegRead() function.
In fact, its seems that this function can't read protected registry keys like:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_VBOXUSBMON
If I write this code:
If RegRead(HKLM\Software\microsoft, "") Then msgbox(0,"","ok")
It work perfectly, msgbox text is displayed.
but if I write this code:
If RegRead(HKLM\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_VBOXUSBMON, "") Then msgbox(0,"","ok")
It will not work ..
Did I maybe omitted a parameter ?
Thank you.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
This is not a support forum. If your submissions contains a question, you're in the wrong place.