Changing the timeout interval for selecting a hardware profile via the registry
April 8, 2007
Q. How can I change the timeout interval for selecting a hardware profile via the registry?
A. You can change the amount of time the list of hardware profiles is displayed via the Hardware Profiles tab of the System Control Panel applet. To change this value directly in the registry, perform the following steps:
Start the registry editor (regedit.exe).
Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlIDConfigDB registry subkey.
Double-click the UserWaitInterval and set the base to decimal. Enter the time in seconds to wait and click OK.
Close the registry editor.
You can also set the timeout interval via a .reg file by saving the following as timeout.reg and running Windows Registry Editor Version 5.00.
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlIDConfigDB]"UserWaitInterval"=dword:00000014
The UserWaitInterval is the value in seconds in hexadecimal (base 16), so if you want to set the interval to 20 seconds this would be a value of 14 (which is decimal 20 in base 16). Thanks to Joseph Whitehead for providing this registry file.
—John Savill
About the Author
You May Also Like