Modify ↓
Opened 16 years ago
Closed 16 years ago
#1430 closed Bug (No Bug)
RegRead() Function, Bug?
| Reported by: | 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)
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.