Modify or disable Windows 8 swipe gestures on touchpad / laptop

I have an ASUS G75VW laptop with a Synaptic touchpad (/trackpad). When I move my finger from one edge towards the middle (the swipe), Windows 8 will bring up different stuff.

This is a problem because the area where I can actually move the mouse with my finger is too small (or, I mostly use the top left of the touchpad). So I often end up doing a swipe and bringing up some menu, or to do the swipe so slow that no menu is appearing but the mouse pointer is also not moving when I move my finger. Quite annoying.

When swiping from left edge it earlier swapped apps like crazy. I disabled that, so now it only brings up the same menu as pressing win+tab (or some times the charms bar, I never know which). I could change that by:

Win+I → Change PC settings → General → When I swipe from the left edge, switch directly to my most recent app.

I've tried Mouse settings in Control Panel, driver settings for my touchpad and searching for swipe and gestures on my computer (which was what led me to the setting above) with no luck.

How can I disable the swipe gestures, or change what they do?


Doing this involves editing the registry, it is recommended to do a manual system restore point before doing this.

You will need to make a file called gestures.reg, open notepad and paste the following:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull]
"ActionType"=dword:00000000
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Left Edge Pull]
"ActionType"=dword:00000000
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull Extended Zone]
"ActionType"=dword:00000000
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Top Edge Pull]
"ActionType"=dword:00000000

Save this file somewhere, with the .reg extension.

Now run it, some warning boxes may come up, you will need to press Yes when they do, after the operation has finished, reboot your PC and they should now be disabled.


If you want to re-enable these gestures, then you will need to do the same but use the following text when saving the file:

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull]
"ActionType"=dword:00000002
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Left Edge Pull]
"ActionType"=dword:00000002
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Right Edge Pull Extended Zone]
"ActionType"=dword:00000002
[HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2\Top Edge Pull]
"ActionType"=dword:00000002

Daniel B's answer worked great.

However, after experimenting with drivers I found a Synaptics driver from ASUS that comes with something they call ASUS Smart Gesture. There, under the Edge Gesture tab one can disable the different swipe gestures. Easier and safer than messing with the registry.

However this only works for ASUS computers, while Daniel B's answer should work for most Synaptic touchpads.


For my Dell, I went to Control Panel > Hardware and Sound > Devices and Printers. Right click on the laptop picture and select Mouse Settings. Click on Dell Touchpad, and in that screen select the link that says "Click to change DellTouchpad settings". Go to Gestures.

Swipe options are listed on this screen.


I have an HP that also has a Synaptics TouchPad and I just searched (in the main Windows 8 search thing) "touchpad" and it brought up a few different results under "Settings", one of which was the Synaptics TouchPad that I have, so I clicked on it and it opened a window with settings for my touchpad. One of the settings says "Enable Edge Swipes" and I just unchecked it and now it's good.


On my Acer Aspire with windows 8, I right clicked the bottom left corner to reach the control panel. From there I went to mouse options, then to ELAN, and from there to options. This gave me the option to disable edge swiping, which seems to have worked quite well.