Skip to content

Instantly share code, notes, and snippets.

@alanstevens
Last active December 10, 2015 19:42
Show Gist options
  • Save alanstevens/60e1f433a056d088688a to your computer and use it in GitHub Desktop.
Save alanstevens/60e1f433a056d088688a 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 }
@darrencauthon
Copy link

Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment