Modify

Opened 16 years ago

Closed 16 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 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

This is not a support forum. If your submissions contains a question, you're in the wrong place.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.