View Single Post
  #280 (permalink)  
Old 04-02-2008, 01:58 PM
kingabraham3's Avatar
kingabraham3
PPCGeeks Regular
Offline
 
Join Date: Mar 2008
Posts: 50
Reputation: 75
kingabraham3 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Official Personal OEMizer Thread

Quote:
Originally Posted by tiermann View Post
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>
what is the official format for registry entries? how do i know what kind of value it is.
also how can i have an existing registry entry deleted automatically?
Reply With Quote