Ah, and you can adjust the horizontal scroll rate like this
I find for the Logitech MX Master 3S the value of 30 is very pleasant for long, 8000 character lines.
call set "NEW_WheelScrollChars=30" & ( call reg add "HKCU\Control Panel\Desktop" /v WheelScrollChars /t REG_SZ /d %NEW_WheelScrollChars% /f & call RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters & ( reg query "HKCU\Control Panel\Desktop" | findstr /i scroll ) )0d15e8f4-cbec-4b98-b811-13daaf3a82f4-image.png
This will take effect only for application launched after this is changed.