TwoFingerScroll: How to fix the “class not registered” error

This article is for you if:

  1. You face a “class not registered” error when trying to run TwoFingerScroll (or SynGestures)
  2. You have a Synaptics touchpad on your laptop

According to Internet Opinion®, this happens on 64 bit Windows systems.

There’s a really simple fix – just four steps:

  1. Ensure you’ve installed the Synaptics touchpad driver. If not, get it from Synaptics’ website.
  2. Open a command line with administrative privileges (for Windows 7 and older, or Windows 8)
  3. Run this command, and ensure it succeeds (you should see a success message):
    C:\windows\syswow64\regsvr32.exe C:\windows\system32\syncom.dll
  4. Run this command, and make sure this succeeds too:
    Cc:\windows\syswow64\regsvr32.exe C:\windows\system32\synctrl.dll

Voila!

The reason why the “class not registered” error occurs is that your Synaptic driver DLL files are not registered with windows. These drivers contain the class that TwoFingerScroll tries to find, but it fails since the driver is not registered.

These two simple commands fix the issue. Thanks to this page for helping me out with this issue!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s