I just got Compaq CQ62-259TU, I downloaded the "HP quick launch button software", but when I install it the installation wizard runs, but after the progress bar reaches 100%, it disappears, and no other window pop ups. Quick launch buttons are working, but I can't see the software of HP Quick Launch buttons nor the Fn + ESC, is opening any program. Also like to ask, can I change the apps of quick launch buttons.
feedback
|
|
Go to the start bar in Windows 7, type “regedit” and press enter. If you’re unfamiliar with the Windows registry then please be careful, messing with values here can cause a lot of errors. Navigate to the registry folder: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey In the folder you’ll see more folders, the three we care about are:
These are the mail, CD, Internet, Print, Calculator buttons respectively. If you want to change them, simply modify the values inside each folder. Association will open the program that is tied to the protocol or file type. ShellExecute on the other hand is the same as typing something into Run and pressing enter. An example: Let’s say you want the mail button to open Notepad: Go into the folder named 15, rename “Association” to “ShellExecute”, double click ShellExecute to modify the key’s data and enter “notepad.exe”, replacing “mailto.” Want to disable a button? Just clear out the ShellExecute or Association data. For the mail button you would double click the Association and replace “mailto” with nothing. | |||
|
feedback
|