View Single Post
  #272 (permalink)  
Old 03-23-2008, 01:54 AM
tiermann's Avatar
tiermann
VIP Member
Offline
Threadstarter
Location: PA, USA
 
Join Date: Apr 2007
Posts: 815
Reputation: 3165
tiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIPtiermann is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to tiermann Send a message via Yahoo to tiermann
Re: Official Personal OEMizer Thread

Quote:
Originally Posted by Wizzard View Post
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>
Reply With Quote