﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1430	RegRead() Function,  Bug?	cyril.ansons@…		"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.
"	Bug	closed		AutoIt	3.3.2.0	None	No Bug	RegRead()	
