Created
January 22, 2019 13:15
-
-
Save YamiOdymel/5db68eba367bc9bd99f1b0c933ef987a to your computer and use it in GitHub Desktop.
This .reg file disables the SmartSense of Synaptics. Try it if your mouse can't move while typing (or can't move for a moment after typed).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Defaults] | |
"PalmKms7"=dword:00000000 | |
"PalmKms6"=dword:00000000 | |
"PalmKms5"=dword:00000000 | |
"PalmKms4"=dword:00000000 | |
"PalmKms3"=dword:00000000 | |
"PalmKms2"=dword:00000000 | |
"PalmKms1"=dword:00000000 | |
"PalmKms0"=dword:00000000 | |
"PalmKms7p"=dword:00000000 | |
"PalmKms6p"=dword:00000000 | |
"PalmKms5p"=dword:00000000 | |
"PalmKms4p"=dword:00000000 | |
"PalmKms3p"=dword:00000000 | |
"PalmKms2p"=dword:00000000 | |
"PalmKms1p"=dword:00000000 | |
"PalmKms0p"=dword:00000096 | |
"PalmKms7g"=dword:00000000 | |
"PalmKms6g"=dword:00000000 | |
"PalmKms5g"=dword:00000000 | |
"PalmKms4g"=dword:00000000 | |
"PalmKms3g"=dword:00000000 | |
"PalmKms2g"=dword:00000000 | |
"PalmKms1g"=dword:00000000 | |
"PalmKms0g"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Install] | |
"DeleteUserSettingsOnUpgrade"=dword:00000000 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPCpl] | |
"RestoreAllDefaults"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment