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 }