From 4539c930ccb5b6ec88bf6f4d9358407bbc22af74 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 23 May 2023 14:25:36 +0200 Subject: [PATCH] Revert "Disable cursor acceleration of Windows" This reverts commit 6af3e056210ae7664bfce845e9e76633092a5edc. i dont know, that its horrible, i don't want to do that again :( --- windows11.bat | 5 ----- 1 file changed, 5 deletions(-) diff --git a/windows11.bat b/windows11.bat index 1c558ae..0e89bbd 100644 --- a/windows11.bat +++ b/windows11.bat @@ -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 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