The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    P150EM - Turn off Touchpad When Mouse Connected?

    Discussion in 'Sager and Clevo' started by quietas, Oct 8, 2012.

  1. quietas

    quietas Notebook Consultant

    Reputations:
    2
    Messages:
    180
    Likes Received:
    0
    Trophy Points:
    30
    I got my new P150EM and I can't seem to find a Synaptics driver which has the ability to turn off the touchpad when an external mouse is connected. It's rather common, my Dell and older HP both have this, so does my wife's new Gigabyte. Does anyone know how I can do this?
     
  2. MrDJ

    MrDJ Notebook Nobel Laureate

    Reputations:
    2,594
    Messages:
    10,832
    Likes Received:
    363
    Trophy Points:
    501
    shortcut keys Fn & F1
     
  3. quietas

    quietas Notebook Consultant

    Reputations:
    2
    Messages:
    180
    Likes Received:
    0
    Trophy Points:
    30
    Yeah, I've got that and it works. But it's annoying and I only remember after I have hit the thouchpad accidentally, causing me to type somewhere else on the screen.
     
  4. MrDJ

    MrDJ Notebook Nobel Laureate

    Reputations:
    2,594
    Messages:
    10,832
    Likes Received:
    363
    Trophy Points:
    501
    me done that quite a few times :) you get used to it after a while.
     
  5. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,878
    Trophy Points:
    931
    Use this registry edit ( for Synaptics touchpad ONLY):

    Touchpad_auto_disable.zip

    Or just copy / paste this into notepad and save as a .reg file, double click, accept the registry change, reboot, and voila, any time a USB mouse is installed the touchpad is disabled.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh]
    "DisableIntPDFeature"=dword:00000033
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh]
    "DisableIntPDFeature"=dword:00000033
    
    To remove the entry just run this file and reboot:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh]
    "DisableIntPDFeature"=-
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh]
    "DisableIntPDFeature"=-
    
    Or just download the zip and read the readme.
     
  6. littlecx

    littlecx Notebook Deity

    Reputations:
    24
    Messages:
    783
    Likes Received:
    20
    Trophy Points:
    31
  7. Srikar

    Srikar Notebook Evangelist

    Reputations:
    55
    Messages:
    398
    Likes Received:
    2
    Trophy Points:
    31
    I just disabled it through the tray icon. I got tired of it not remembering my setting like on my other computers.
     
  8. quietas

    quietas Notebook Consultant

    Reputations:
    2
    Messages:
    180
    Likes Received:
    0
    Trophy Points:
    30
    @HTWingNut
    Thanks, that registry code worked great. After rebooting I now have the check box and it works as it is supposed to.
     
  9. HTWingNut

    HTWingNut Potato

    Reputations:
    21,580
    Messages:
    35,370
    Likes Received:
    9,878
    Trophy Points:
    931
    Ah, it adds the checkbox now. Last system I tried it on, it worked, but the check mark didn't show. Sure enough, just checked mine and voila, there it is.

    I don't know why Synaptics decided to remove it. It used to be in their older drivers, but not any more for some reason. But as long as the registry edit continues to work, I'm ok with it.