windows鼠标滚轮反向(Mac自然方向)

管理员运行powershell,运行命令并重启:

Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }

  • 参考:https://superuser.com/questions/310681/inverting-direction-of-mouse-scroll-wheel
  • Windows 删除服务
    sc delete 服务名称

  • Windows开启和关闭休眠功能
    powercfg -h off, powercfg -h on

你可能感兴趣的:(windows鼠标滚轮反向(Mac自然方向))