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

2 lines
164 B
PowerShell
Raw Normal View History

2020-08-01 23:18:51 +00:00
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }