Skip to content

Instantly share code, notes, and snippets.

@razorenov
Last active March 23, 2023 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save razorenov/ea9e2c85aecf2606009328bd79b6c890 to your computer and use it in GitHub Desktop.
Save razorenov/ea9e2c85aecf2606009328bd79b6c890 to your computer and use it in GitHub Desktop.
Windows 8/10 mouse fix. Disables mouse acceleration.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Mouse]
"MouseSensitivity"="10"
"SmoothMouseXCurve"=hex:\
00,00,00,00,00,00,00,00,\
C0,CC,0C,00,00,00,00,00,\
80,99,19,00,00,00,00,00,\
40,66,26,00,00,00,00,00,\
00,33,33,00,00,00,00,00
"SmoothMouseYCurve"=hex:\
00,00,00,00,00,00,00,00,\
00,00,38,00,00,00,00,00,\
00,00,70,00,00,00,00,00,\
00,00,A8,00,00,00,00,00,\
00,00,E0,00,00,00,00,00
[HKEY_USERS\.DEFAULT\Control Panel\Mouse]
"MouseSpeed"="0"
"MouseThreshold1"="0"
"MouseThreshold2"="0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment