Last active
August 23, 2024 20:20
-
-
Save therealdreg/368beed57bcf93aa30de28ddd67d3e62 to your computer and use it in GitHub Desktop.
This file contains hidden or 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_CURRENT_USER\Software\Synaptics\SynTP\TouchPadPS2TM1800] | |
"2FingerTapAction"=dword:00000002 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTP\Win10] | |
"2FingerTapAction"=dword:00000002 | |
;[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2TM1800\2FHorizontalScrolling] | |
;"UserZoneFlags"=dword:00000005 | |
;[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2TM1800\2FVerticalScrolling] | |
;"UserZoneFlags"=dword:00000005 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Automatic PowerShell script for same purpose.
Loops through all
HKEY_CURRENT_USER\Software\Synaptics\SynTP\TouchPadPS2*
paths, so it is kinda better approach if you don't haveTouchPadPS2TM1800
specifically as your TouchPad, thus script solves problem of unnecessary additional actions.How to use:
1. Paste code from below to text file with file extension
.ps1
2. Run PowerShell, and paste there following code, (don't forget to change
X:\Your\Path\To\Script.ps1
):3. Enjoy!