编辑:
根据 PS 7.1.3,
> Get-AppxPackage alpsdelltouchpadsettings
Get-AppxPackage: The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded. For more information, run 'Import-Module Appx'
之后,我按照指示尝试了一下,
> Import-Module Appx
Import-Module: Operation is not supported on this platform. (0x80131539)
网络上广泛报道了这个问题。所以我不再尝试 PS 7.1.3。
在 PS 5.1 下,
> Get-AppxPackage alpsdelltouchpadsettings
什么都没返回,但它确实有效。所以我尝试通过反复试验来找到这个包:
> Get-AppxPackage | grep alp
> Get-AppxPackage | grep touch
> Get-AppxPackage | grep input
这些都没有任何结果。(我是 PS 的新手,但有一次我确定grep
其他命令都是别名,而且我再次检查了Get-AppxPackage | grep power
它grep
是否正常工作,并且它不区分大小写)。
我的 Dell Latitude 触摸板无法用两根手指滚动。我尝试转到控制面板->戴尔触摸板,但是它不起作用。
我没有看到任何触摸板设置控制面板->老鼠这是我得到的最接近的
有关的: