Skip to content

Instantly share code, notes, and snippets.

@psttf
Last active October 24, 2017 11:27
Show Gist options
  • Save psttf/50147257b6295b35a29b97a6fe3e3126 to your computer and use it in GitHub Desktop.
Save psttf/50147257b6295b35a29b97a6fe3e3126 to your computer and use it in GitHub Desktop.
PowerShell one-liner to set reverse scrolling (flip wheel or reverse scrolling)
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