Skip to content

Instantly share code, notes, and snippets.

@mjaric
Created August 30, 2013 07:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjaric/6387129 to your computer and use it in GitHub Desktop.
Save mjaric/6387129 to your computer and use it in GitHub Desktop.
Revert Scrolling direction for pointer device in Windows 8 (Handy if you get used to Mac OS X )
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