Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save VictorHaine/b22b569c4a93ed7d8a12fb9fdc184d6b to your computer and use it in GitHub Desktop.

Select an option

Save VictorHaine/b22b569c4a93ed7d8a12fb9fdc184d6b to your computer and use it in GitHub Desktop.
Reserve windows mouse scroll
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