-
-
Save jeanfbrito/eca377e3aa31508739bada93a759cff1 to your computer and use it in GitHub Desktop.
Revisions
-
arbourd created this gist
May 9, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 1. Open Powershell as an administrator 2. Run ```powershell Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 } ``` 3. Verify that all mice devices have had their `FlipFlopWheel` attributes set to 1 ```powershell Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 ``` 4. Reboot