Skip to content

Instantly share code, notes, and snippets.

@xzer
Created July 5, 2017 02:34
Show Gist options
  • Save xzer/310654ad917d94ac6581639c6c5a050f to your computer and use it in GitHub Desktop.
Save xzer/310654ad917d94ac6581639c6c5a050f to your computer and use it in GitHub Desktop.
Find the hardware ID of the mouse
Go to the mouse control panel
Select “Hardware” tab
Click “Properties” button
Select “Details” tab
From the drop-down list choose “Hardware IDs”
Save the VID*** entry ( e.g. VID_045E&PID_0039 )
Find and change the corresponding configuration settings in the registry
Run regedit.exe
Open Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID
Here you should find an entry for the hardware ID of your mouse
In all sub-keys of the hardware id key look for the “DeviceParameters” key and change the “FlipFlopWheel” value from 0 to 1
Make it work
Unplug the mouse
Count to five :-)
Plug the mouse back in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment