Wednesday, October 22, 2014

Lenovo T400S Low Volume

Edit: The new Conexant driver 2015 is much improved.

The Lenovo laptops have miserably little volume. I installed the Dolby driver and it helped some. This problem could be a reason not to buy Lenovo which is an otherwise good choice.

Here is the driver (I am using Win7)
Or here
Uninstall Conexant first

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...