Skip to content

Instantly share code, notes, and snippets.

@nazarlitvin
Created November 20, 2019 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazarlitvin/f74c5aedd0fc2325c0ea3aa8b0f48676 to your computer and use it in GitHub Desktop.
Save nazarlitvin/f74c5aedd0fc2325c0ea3aa8b0f48676 to your computer and use it in GitHub Desktop.
Reverls scroll direction on Windows 10

Use PowerShell (run as Admin)

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

Reboot after.

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