Skip to content

Instantly share code, notes, and snippets.

@baralong
Last active May 15, 2020 00:45
Show Gist options
  • Save baralong/775a98d092ee3ad27e43ec6f7dc6c712 to your computer and use it in GitHub Desktop.
Save baralong/775a98d092ee3ad27e43ec6f7dc6c712 to your computer and use it in GitHub Desktop.
Update registry in windows to make the scroll wheel work the way I like it to. Has to be done every time I plug in a new mouse, or an old one into a different port. Then unplug and replug the mouse or log off and on again
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment