Skip to content

Instantly share code, notes, and snippets.

@websharik
Created March 9, 2021 02:33
Show Gist options
  • Save websharik/d71788de933b258602c7c44cb8d69e90 to your computer and use it in GitHub Desktop.
Save websharik/d71788de933b258602c7c44cb8d69e90 to your computer and use it in GitHub Desktop.
How to disable touchpad diagnostics hotkey (alt+shift+l)
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SynTP\Parameters\Debug /v DumpKernel /d 00000000 /t REG_DWORD /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment