This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
Windows/reverse.ps1
2020-08-01 18:18:51 -05:00

2 lines
164 B
PowerShell

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