- Open Powershell as an administrator
- Run
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }
- Verify that all mice devices have had their
FlipFlopWheel
attributes set to 1Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0
- Reboot
-
-
Save paraself/28d69c3a7764f6959710fba7f0e4fce5 to your computer and use it in GitHub Desktop.
Invert Windows 10 mouse scroll wheel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment