Windows 7 touch screen - disabling multi-touch gesture not working

十年热恋 提交于 2019-11-28 03:37:03

问题


I have a touch screen computer with Windows 7 and I would like to disable the multi-touch gesture :

But even if I disable it and apply the changes, when I reopen the window, the option is enabled again...

Any idea where I can disable it for good ? (maybe in the registry...)

Up: still have the problem.


回答1:


How to disable "multi-touch gestures and inking"

  1. Run \Windows\System32\regedt32 as Administrator

  2. Navigate to HKEY_USERS

  3. Find entry that starts with S-1-5-21-xxxxxxxx

  4. Note there might be a few GUIDS that starts with S-1-5-21. You need the one that you can drill to S-1-5-21xx\Software\Microsoft\Wisp

  5. Under Wisp key there should be keys like Pen, Touch, to indicate you are in the right location

  6. Under Wisp key add additional key MultiTouch

  7. Go inside MultiTouch key and create DWORD MultiTouchEnabled set to 0

  8. Reboot



来源:https://stackoverflow.com/questions/24886188/windows-7-touch-screen-disabling-multi-touch-gesture-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!