Created
October 23, 2022 20:46
-
-
Save jrussellsmyth/b2962f7ea7a4512b8a61772c6e9a7b5b to your computer and use it in GitHub Desktop.
invert windows mouse wheel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-PnpDevice -Class Mouse -PresentOnly -Status OK | ForEach-Object { "$($_.Name): $($_.DeviceID)"; Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Enum\$($_.DeviceID)\Device Parameters" -Name FlipFlopWheel -Value 1;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment