Permanently disable Touchscreen in Windows 10 [Solution inside!]

Anonymous
2018-03-07T07:45:34+00:00

In this forum there are a dozen threads that ask the same question: How can I permanently disable a defective touchscreen in a Windows 10 device so that I can continue using the device without being disturbed by the faulty signals from the touchscreen.

Unfortunately in none of those threads (at least not those I've found) the question is answered properly. Instead the helpers fantasize about the device manager (which doesn't work since Windows just reenables the disabled device at the latest when rebooting) and claim that there is no other solution in Windows.

Luckily there actually IS a solution which I'll explain now:

  1. Open regedit
  2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch
  3. Create a new DWORD (32 bit) with the name TouchGate
  4. Doubleclik on the newly ceated DWORD and make sure it has the value 0

(0 = touch disabled, 1 = touch enabled)

After rebooting the touch functionality should be disabled permanently and therefore your problem solved.

(I could not give this solution to the already existing threads because unfortunately they have been closed with no correct answer... hope someone in the future finds this ...)

Windows for home | Windows 10 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

77 answers

Sort by: Newest
  1. Anonymous
    2018-08-28T16:24:17+00:00

    Hi, 

    Suggest using Robert's suggestion given earlier to disable under this registry.  I think when you go under recovery mode it might not be applying for the user you are logging after reboot. 

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wisp\Touch

    Thank you Shay!!!!!!

    This worked well (and the touch screen stayed off through reboot!!).

    Here's what I used for the touchgate.reg file contents - per your last post:

         Windows Registry Editor Version 5.00

         [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wisp\Touch]

         "TouchGate"=dword:00000000

    The only thing I forgot to do was to make a backup copy of the registry before I modified it (so if I want to turn on the touch screen I can back out of this change).

    Can you tell me the proper way to reverse this change?

    Do I need to make another touchgate.reg file using notepad with the dword changed to 1?  Or, is there an easier way (like to just directly edit the registry, or delete the new existing touchgate.reg file I just made?  Please advise.

    If I need to make another touchgate.reg file (maybe using a different name?), what should I use to replace the dword setting shown above as "00000000"? (maybe I should use 00000001 ?)

     Please advise.

    Best regards,

    Mike

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-08-27T00:15:09+00:00

    Hi, 

    Suggest using Robert's suggestion given earlier to disable under this registry.  I think when you go under recovery mode it might not be applying for the user you are logging after reboot. 

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wisp\Touch

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-08-26T15:29:29+00:00

    Hi Shay,

    I was able to create the notepad file and access it without issue to verify that it saved properly. However the file wipes itself out upon reboot. I tried a few times with no luck. 

    Any reason you're aware of why the registry changes won't stick? Seems to be the same result whether I toggle the value right in the registry or create the notepad file.

    Was this answer helpful?

    9 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2018-08-24T01:51:01+00:00

    If you can open Command Prompt, suggest creating a registry update file using Notepad. 

    1. From the command prompt type notepad touchgate.reg , it will prompt to create the file.
    2. Type these 3 lines below in the  touchgate.reg  file.

    3 Save the file and you can run it by typing touchgate.reg from the location you saved the file.

    1. It will prompt to see if you want to continue.
    2. Click Yes.
    3. Since we are updating registry , you need to reboot to accept the change.

    Three lines below to put in the file touchgate.reg

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Wisp\Touch]

    "TouchGate"=dword:00000000

    Was this answer helpful?

    10 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2018-08-23T21:34:47+00:00

    I think this solution will work for me, however the TouchGate value automatically reverts back to 1 upon reboot. Possibly regedit needs to be run with administrative rights is my guess... Can anyone direct me how to do that? 

    My computer is almost useless at this time, the constant false "touch signals" on the screen is happening so rapidly that I cannot login to windows. The only thing I'm able to do is reboot, enter recovery mode and then open the command prompt to get to the registry editor.

    Hoping someone can help. Thanks!!

    Was this answer helpful?

    8 people found this answer helpful.
    0 comments No comments