PoshCode Logo PowerShell Code Repository

Invert-MouseWheel by Joel Bennett 3 years ago
embed code: <script type="text/javascript" src="http://PoshCode.org/embed/3680"></script>download | new post

Inverts the mouse wheel scrolling in Windows (to match the way it works in OS X)

  1. Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 |
  2.   ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }

Submit a correction or amendment below (
click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:


Remember me