Disable cursor acceleration of Windows
This commit is contained in:
parent
7920f93627
commit
6af3e05621
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue