Create reverse.bat

This commit is contained in:
Anthony Wang 2020-07-21 17:53:19 -05:00 committed by GitHub
parent 657fecb9d6
commit f14c26fd35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
reverse.bat Normal file
View file

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