Disable cursor acceleration of Windows

This commit is contained in:
Mylloon 2023-05-23 14:22:24 +02:00
parent 7920f93627
commit 6af3e05621
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -59,6 +59,11 @@ REG ADD "HKCU\System\GameConfigStore" /v GameDVR_Enabled /t REG_DWORD /d 0 /f
REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v HubsSidebarEnabled /t REG_DWORD /d 0 /f
REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v ShowRecommendationsEnabled /t REG_DWORD /d 0 /f
:: === Disable cursor acceleration of Windows ==
REG ADD "HKCU\Control Panel\Mouse" /v MouseSpeed /T REG_SZ /d 0 /f
REG ADD "HKCU\Control Panel\Mouse" /v MouseThreshold1 /T REG_SZ /d 0 /f
REG ADD "HKCU\Control Panel\Mouse" /v MouseThreshold2 /T REG_SZ /d 0 /f
:: === WinGet ==
:: Auto accept ToT
ECHO Y | winget list >NUL