Skip to content

Instantly share code, notes, and snippets.

@darrencauthon
Forked from alanstevens/scroll.ps
Created December 10, 2015 19:40
Show Gist options
  • Save darrencauthon/bba15f10fa6433affba9 to your computer and use it in GitHub Desktop.
Save darrencauthon/bba15f10fa6433affba9 to your computer and use it in GitHub Desktop.
Mac scrolling on windows from powershell
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