SZanlongo
7/22/2017 - 10:09 PM

Invert scroll direction in Windows From: https://superuser.com/questions/310681/inverting-direction-of-mouse-scroll-wheel

In PowerShell, enter:

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