【发布时间】:2021-09-29 03:28:42
【问题描述】:
我的客户正在使用“HP Elitebook 840”触摸屏笔记本电脑,最近我们为他们的服务推出了一个网站,不幸的是,按钮上的点击事件在该网站上不起作用。经过长时间的研发,我们意识到这是触摸屏问题,禁用它后鼠标点击事件开始起作用。
更多信息在这里:Click events are not working in Chrome, but event fires when we execute it manually from console
由于有 40 多个用户拥有相同的触摸屏笔记本电脑,我们想运行一个脚本来禁用这些笔记本电脑的触摸功能。我认为网络管理员需要运行 powershell 脚本来执行此操作,但我无法弄清楚如何编写单个脚本来禁用系统的触摸屏
我正在阅读http://www.surfaceforums.net/threads/disable-the-touch-screen-to-use-the-pen.12338/,但由于我是 PowerShell 新手,所以需要更详细的步骤。
【问题讨论】:
-
你不能用 SendKey 发送
+Q 吗?我没有触摸屏,所以无法测试。
标签: powershell touch