Quote:
Originally Posted by Wizzard
Tiermann, if I want to set a hack in the registry using the Oemiser, do I merely type
HKCU\ControlPanel\Backlight\QKeyLedTimeout=30
to change the keyboard backlight timeout to 30 seconds?
|
In the registry entries section, add...
Code:
[HKEY_CURRENT_USER\ControlPanel\Backlight]
"QKeyLedTimeout"=dword:0000001E
or in the provxml section, add..
Code:
<characteristic type="Registry">
<characteristic type="HKCU\Controlpanel\Backlight" translation="filesystem" >
<parm name="QKeyLedTimeout" datatype="integer" value="30" />
</characteristic>
</characteristic>