how to disable tap-on-click (touchpad) on windows

3

1

I don't find the settings. I went to the mouse settings, but there aren't any touch-pad related settings. It shows up as a PS2 mouse.

The device manager doesn't show up any further devices so I'm not sure how to install further device drivers. I also don't really know the exact hardware in my PC nor how to find that out.

My question is mostly how to find out myself what to do. I guess I need to install something. Why doesn't it do that automatically?

I tried already Synaptics because that seems like a quite common driver, however, the setup failed with some error, so I guess it is the wrong driver - but again, I'm not sure how to figure that out.

On Linux, I would probably do something like lspci or lsusb - but not sure what I have to do on Windows.

Albert

Posted 2014-03-15T11:15:45.310

Reputation: 5 059

What is the specific device in question model number? Do you have the software that allows you to configure its behavior installed? – Ramhound – 2014-03-15T12:01:10.813

@Ramhound: Both, I don't know. How do I find out? – Albert – 2014-03-15T12:34:36.643

@Albert download the Synaptic touch-pad driver for your model and install them to fix the problem, after installing the driver there will be a tray icon from where you can make settings according to your base available the option in application. – avirk – 2014-03-25T08:48:39.490

@avirk: How can I find out which driver exactly? – Albert – 2014-03-25T09:10:19.683

@Albert download the latest synaptic driver from the official site of your laptop model, or use the DeriverEasy program to let it download for you and install it but I'll recommend you to stick with official first. – avirk – 2014-03-25T09:54:36.047

Answers

2

In short, there is not a native Windows command that does the same as lspci or lsusb.

Your alternative on windows is msinfo32 and extracting the vendor and product ID, highlighted below, from the Plug and Play device field:

enter image description here

You can then use these to lookup what the device is online, this is what Windows does itself.

A search for the highlighted device ID above tells me its a Cherry CyMotion / eVolution Series Keyboard.


If a device looks like the following in msinfo32:

enter image description here

Then the device manufacturer did not apply for a registered Vendor ID thus not allowing Windows, or yourself to deduct what the device might be and Windows has reverted to a default driver.

This is why manufactures, such as ASUS, have a website dedicated to looking up drivers for the built in devices based on the Laptops serial number.

You can read more on the Plug & Play Architecture and Driver support here.

dkanejs

Posted 2014-03-15T11:15:45.310

Reputation: 675

Vendor Device ID is the best way to watch out the unknown drivers. – Francisco Tapia – 2015-07-14T18:04:09.830

In the second case, what options do I have? Aren't there tools for this - like lspci? Even if they are not native. – Albert – 2014-03-26T20:10:55.910

Yes, there are a few, see Windows Equivalent for lspci?

– dkanejs – 2014-03-26T20:13:00.937

1

A Windows equivalent to lsusb and lspci is msinfo (actually it's more like hardinfo than what you're used to) hit Ctrl+F and search for pad (as there can be a touchpad, smartpad or trackpad, depending on your hardware) and you'll find the exact hardware you have.

If that fails to give anything, you can take it a step further and can also figure out for yourself which driver is in use and how to change the settings by opening regedit and navigating to HKCU (HKEY_CURRENT_USER) for your own user's settings or HKCM (HKEY_CURRENT_MACHINE), Software, and then it depends on your hardware:

  • For a generic driver, navigate to Windows, Currentversion PrecisionTouchPad
  • For a Synaptics driver, navigate to Synaptics SynTPEnh, ZoneConfig
  • For an Elantech driver, navigate to Elantech, SmartPad
  • etc.

There you will find all the settings in a hierarchical tree in the registry and for my machine disabling (=setting values to 0) disabled any and all tapping:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PrecisionTouchPad]
"TapAndDrag"=dword:00000000
"TapsEnabled"=dword:00000000
"TwoFingerTapEnabled"=dword:00000000

Fabby

Posted 2014-03-15T11:15:45.310

Reputation: 544

0

I went through all the steps- Look in Control panel>Mouse. Device Mangler> disable greyed out. Attempt to install correct or missing touchpad drivers (synap or elan = device not found) Tried Reg-edits- nothing applicable. Then it occurred to me to assign the PS/2 mouse (since disable is grey out and un-install, will only re-install on boot) TO MANUAL assign the wrong driver to the PS/2 mouse. Viola- done. :)

bob

Posted 2014-03-15T11:15:45.310

Reputation: 1

1

Welcome to Super User! Your answer is somewhat difficult to understand. Particularly, what do you mean by "Then it occurred to me to assign the PS/2 mouse...TO MANUAL assign the wrong driver to the PS/2 mouse."?

– I say Reinstate Monica – 2017-05-02T21:50:51.000

0

Unfortunately I cannot add comments yet so this prohibits me from asking for further information without posting an answer.

If you truly can't see the touchpad settings tab within the "Mouse Properties" dialogue then I assume it's probably built in to some sort of system utility or tool your laptop came with. What make is it?

Please can you also upload the below .NFO config to somewhere like Ge.tt

"Windows key + R -> Type msinfo32 -> Click File and Save -> Upload the .NFO"

Once I get that I might be able to give you a few suggestions of places to look/applications to remove.

EDIT

Following your Msinfo, install the touchpad driver for Windows 8.1 64-bit here. - Install that reboot and see if you can now see the touchpad.

Samuel Nicholson

Posted 2014-03-15T11:15:45.310

Reputation: 1 282

Here you go. – Albert – 2014-03-24T12:27:59.060

@Albert answer updated. – Samuel Nicholson – 2014-03-24T13:56:18.623

Which of those 72 drivers should I install? And why do you think I should install any of those? Just because you found the name "ASUS" in my Msinfo? Or was there some more specific information? Actually, that is also what I asked in my question, i.e. how to find such things out by myself. – Albert – 2014-03-24T14:21:02.790

1Click Windows 8.1 in the drop down and then there's only 1 driver there to install. – Samuel Nicholson – 2014-03-24T14:22:06.560

Can you answer my other questions? – Albert – 2014-03-25T09:13:47.403

The make of your machine is ASUS so the logical thing to do is to make sure the default touchpad driver is installed for your device. - A simple Google of your machine make and touchpad driver directed me to the one in question. Did it work for you at all? – Samuel Nicholson – 2014-03-25T09:15:37.193

1@Albert think the size about the ~133mb of driver should be that latest one from that list. Or use the DriverEasy program(Google it) and install on laptop to let it find the driver for you. :) – avirk – 2014-03-25T09:57:32.273

0

If you have a driver installed for your touchpad, such as a Synaptics driver (most likely), you will find a tab inside the Mouse Control Panel. It should have a section for Tapping. You can disabled it there.

Phoenix Logan

Posted 2014-03-15T11:15:45.310

Reputation: 1 307

As I said in my question, I don't have any touchpad related settings. Also, I haven't installed any drivers because I don't know which drivers to install and neither how to find out which drivers to install. – Albert – 2014-03-24T14:18:56.870

I can help you find a driver, but I need the model number. It should be on the bottom of the laptop, or if it's not there, it's usually under the battery. You'll have to remove it to find the model number, but it's okay if your laptop is plugged in or turned off. – Phoenix Logan – 2014-03-25T00:23:20.410

Isn't it possible to find that out via software? That is what I would do on other systems (Linux, MacOSX). – Albert – 2014-03-25T08:42:17.813

Type into Windows PowerShell "Get-WmiObject win32_computersystem" and hit Enter. It should list manufacturer and model. This isn't the only way to do it; it's just the way I know. – Phoenix Logan – 2014-03-25T17:11:19.030

0

how to disable tap-on-click (touchpad) on windows? I don't find the settings. I went to the mouse settings, but there aren't any touch-pad related settings. It shows up as a PS2 mouse.

I guess they thought the setting was common enough to put in the context-menu of the tray icon instead of in the regular driver settings dialog:

Screenshot of Synaptics tap-to-click option in tray context-menu

Synetech

Posted 2014-03-15T11:15:45.310

Reputation: 63 242

That icon was not in the tray... – Albert – 2014-03-27T07:40:47.883

I assume you checked the hidden icons right? Does your touchpad have any tray icons? – Synetech – 2014-03-27T17:09:21.607

Of course I did. Have you read the full question and the other answers? The question was more how to find out what driver to install. Because the system did not recognize this as a touchpad (only as a PS2 mouse). – Albert – 2014-03-28T07:19:01.487

Yes I read the question and quoted it in my answer. Your confusion about the driver is more of a secondary XY problem. I answered your question about tap-to-click, but if you have other problems like driver issues, then that is a different question and you should either post a separate question, or edit your question title to match.

– Synetech – 2014-03-28T15:52:55.287

How is it a different question? I wanted to disable tap-on-click. How should I know that I have to manually install a driver first? – Albert – 2014-03-28T15:55:16.230

That’s what the [edit] function is for, to update the question as needed, e.g., as more information becomes available. – Synetech – 2014-03-28T15:56:40.833

But then I would change the question. I intend the question to be as it is. If I need to install a specific driver manually, that is part of an answer - including a description about how to find out what driver to install. – Albert – 2014-03-28T16:06:06.613

That’s why I suggested making a separate question about drivers. Many people find themselves in your situation; they have a problem, then while trying to solve it, they discover a different problem that causes the initial one. They create a new question to address the underlying problem and link to the original question to give additional background (as well as any information that people left for the initial problem that lead to the realization of the underlying problem). – Synetech – 2014-03-28T16:11:56.580

But from the very beginning, my question also contained the part about "how do I find out what to install". – Albert – 2014-03-28T16:22:04.433

You can check out Meta for opinions on multi-part questions. (Generally they are frowned upon and the consensus is that they should be broken in to separate, single-purpose questions.)

– Synetech – 2014-03-28T16:25:20.967

Well ok, I edited the question to make it more clear. – Albert – 2014-03-28T16:26:42.267

-1

Follow the steps below. I can't post images as I am lacking the reputation points.

this will definitely solve your issue.

  1. Download the ELAN smart pad driver for your system from your System Manufacturers Website.

  2. If you are unable to find it there. You can get it from here http://www.techspot.com/drivers/driver/file/information/14513/

  3. Download & Install it

  4. Now go to the Mouse settings in Control Panel. You will find a new ELAN tab to the far right. There you will be having settings for Enabling or Disabling tap on click as well as many other settings.

Hope this solves your issue. All the Best

Raju Devidas

Posted 2014-03-15T11:15:45.310

Reputation: 99

This doesn't really answer my question. I am mostly interested in how to find such things out by myself. – Albert – 2014-03-26T11:24:12.533

-1

For those of us with Elan Smart Pad, there is no option to disable the tap to click feature.

However, there is a fairly simple work-around that requires a quick registry edit.

Here's the steps that worked for me:

  1. Push the Windows Key + R and type "regedit" - click ok

  2. Navigate to HKEY_CURRENT_USER/Software/Elantech/SmartPad

  3. Find the file "Tap_Enable" and double click on it

  4. Change the value data from 1 to 0

Tap to click will still be enabled until you log out and then log back in. Then tap to click should now be disabled.

lskywalker

Posted 2014-03-15T11:15:45.310

Reputation: 1

-1

Dell Laptop with Synaptics pad under Windows 10. The Dell Mouse settings from the control panel GUI don't work; use regedit to turn off the default tap to click nonsense as follows:

  1. Push the Windows Key + R and type "regedit" - click ok

  2. Navigate to:

HKEY_CURRENT_USER\SOFTWARE\Synaptics\SynTPEnh\ZoneConfig\TouchPadPS2

  1. Find the value "Dual Mode"

  2. Change the value data from 1 to 0

John Heap

Posted 2014-03-15T11:15:45.310

Reputation: 1

Unfortunately, there is no "Dual Mode" under "TouchPadPS2" key in my system... – alexkovelsky – 2017-09-04T14:04:42.523