Last active
December 8, 2021 09:55
-
-
Save FrankDeGroot/fa73eaf42f113c74eff4e78995581fae to your computer and use it in GitHub Desktop.
Reverse Mouse Wheel Scroll
This file contains 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-ItemProperty "HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device Parameters" | Where-Object -Property FlipFlopWheel -EQ -Value 0 | Set-ItemProperty -Name FlipFlopWheel -Value 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment