Synaptics stole Alt+Shft+L -- how can I reclaim it?

6,808

From here:

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SynTP\Parameters\Debug /v DumpKernel /d 00000000 /t REG_DWORD /f

Then reboot the computer.

Share:
6,808

Related videos on Youtube

Brannon
Author by

Brannon

I was a professional software developer for many years before I decided that I wanted to be a CS professor instead. Companies I worked for in the past: LBRY, Autonomous Solutions (asirobots.com), Starbridge (now defunct), Journal Tech.

Updated on September 18, 2022

Comments

  • Brannon
    Brannon almost 2 years

    When I updated to Windows 10 it installed the latest Synaptics touchpad driver on my Lenovo W520. I tried to remove the driver but Windows brought it back with the next round of updates.

    This particular driver registers a global keyboard hook on Alt+Shift+L to generate and show its log file. However, as long time user of Resharper, I was already using that keyboard shortcut regularly while running Visual Studio.

    I don’t want to see the Synaptics log file, ever. I don’t even use the touchpad. I tried disabling it in the “Device Manager.” Does anyone know how to kill the Synaptics global keyboard hook?