Revert "Disable cursor acceleration of Windows"

This reverts commit 6af3e05621.

i dont know, that its horrible, i don't want to do that again :(
This commit is contained in:
Mylloon 2023-05-23 14:25:36 +02:00
parent 6af3e05621
commit 4539c930cc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -59,11 +59,6 @@ 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 HubsSidebarEnabled /t REG_DWORD /d 0 /f
REG ADD "HKLM\Software\Policies\Microsoft\Edge" /v ShowRecommendationsEnabled /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 == :: === WinGet ==
:: Auto accept ToT :: Auto accept ToT
ECHO Y | winget list >NUL ECHO Y | winget list >NUL