通过宏禁用/启用设备


0

所以,这个问题的根源来自于使用wacom笔的笔记本电脑。我非常喜欢Windows商店中的艺术应用,但大多数人都没有选择在使用笔时禁用触摸。是否有可能将打开和关闭HID兼容触摸屏的内容绑定到宏上,这样我每次想要绘制时都不必进入设备管理器?

Answers:


0

您可以使用powershell启用/禁用设备:

deviceName = Read-Host -Prompt'请输入要设备的名称   禁用”;获取设备| Where-Object -Property Name -Like $ deviceName |   禁用 - 设备

根据设备报告的方式,它可能会变得更复杂 - 我建议在这里阅读指南:

在此输入链接描述

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.