Skip to content

Instantly share code, notes, and snippets.

@iamsilvio
Last active August 13, 2020 20:30
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 iamsilvio/e55eff6ab153361efd0384bf159cec89 to your computer and use it in GitHub Desktop.
Save iamsilvio/e55eff6ab153361efd0384bf159cec89 to your computer and use it in GitHub Desktop.
disable Windows 10 Mouse Properties -> Pointer Options | Enhance pointer precision AKA GamerMode
$RegKey ="HKCU:\Control Panel\Mouse"
Set-ItemProperty -Path $RegKey -Name MouseSpeed -Value 0
Set-ItemProperty -Path $RegKey -Name MouseThreshold1 -Value 0
Set-ItemProperty -Path $RegKey -Name MouseThreshold2 -Value 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment