windows-7 - 如何在 Windows 7 中使用批处理文件更改鼠标滚动速度?

标签 windows-7 command-line batch-file mouse

我不知道是哪个软件做到了这一点,但是我的鼠标滚动速度不断更改为“1”,在我将其设置为“3”后,也许一个小时后,它再次重置为“1”,这使得浏览代码或网页相当不方便。

我不想太频繁地去控制面板→鼠标。那么我如何在命令行上做到这一点呢?

最佳答案

尝试这个:

reg add "HKCU\Control Panel\Mouse" /v MouseSensitivity /t REG_SZ /d 20 /f

只需根据需要更改灵敏度。 1(最低)- 20(最高)。另存为文件 mouse.bat ,例如,然后将其放在开始菜单中的启动文件夹中。

Super User

关于windows-7 - 如何在 Windows 7 中使用批处理文件更改鼠标滚动速度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17040534/

相关文章:

command-line - 批处理文件 : copy all file except those its name contain some substring

Linux bash 脚本 for 循环

asp.net - IIS 7.5,ASP.NET,模拟和对C :\Windows\Temp的访问

c++ - 除非在 XP 兼容模式下运行,否则低级 C++ 应用程序在 Windows Vista/7 上崩溃

command-line - 在批处理文件中使用运算符 "+="的问题

用于替换文件中环境变量的 Windows 批处理脚本

windows - 从批处理脚本中的 .lnk 快捷方式获取源 .exe 文件名?

r - 无法更新 Windows 7 上默认库中的 R 包

.net - Shell 命名空间扩展无法在 Windows 7 中加载

命令行中的 Java NoClassDefFoundError