Skip to content

Instantly share code, notes, and snippets.

@laggingreflex
Created January 25, 2019 02:40
Show Gist options
  • Save laggingreflex/0b1b9c0804f9d436f4a436053eb10286 to your computer and use it in GitHub Desktop.
Save laggingreflex/0b1b9c0804f9d436f4a436053eb10286 to your computer and use it in GitHub Desktop.
Disable Smartsense on Synaptics Touchpad
Windows Registry Editor Version 5.00
; See https://superuser.com/questions/1163025/no-option-to-disable-smartsense-in-synaptics-touchpad-driver/1384982#1384982
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults]
"PalmKms0"=dword:00000000
"PalmKms0g"=dword:00000000
"PalmKms0p"=dword:00000000
"PalmKms1"=dword:00000000
"PalmKms1g"=dword:00000000
"PalmKms1p"=dword:00000000
"PalmKms2"=dword:00000000
"PalmKms2g"=dword:00000000
"PalmKms2p"=dword:00000000
"PalmKms3"=dword:00000000
"PalmKms3g"=dword:00000000
"PalmKms3p"=dword:00000000
"PalmKms4"=dword:00000000
"PalmKms4g"=dword:00000000
"PalmKms4p"=dword:00000000
"PalmKms5"=dword:00000000
"PalmKms5g"=dword:00000000
"PalmKms5p"=dword:00000000
"PalmKms6"=dword:00000000
"PalmKms6g"=dword:00000000
"PalmKms6p"=dword:00000000
"PalmKms7"=dword:00000000
"PalmKms7g"=dword:00000000
"PalmKms7p"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Install]
"DeleteUserSettingsOnUpgrade"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl]
"RestoreAllDefaultsfrom"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment